Carrots and potatoes #39
Labels
No labels
bug
Config Change
duplicate
enhancement
Exploit
good first issue
help wanted
invalid
lag/crash
question
v5-beta
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/PluginConfigs#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Carrots and potatoes do not give rewards for planting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Planting carrots and potatoes should either give rewards, or display a message concerning cool-down.
Fix
On line 1349 and 1353 in the jobConfig.yml file, the ID for carrots and potatoes needs to be 141:0 and 142:0, which represent the block of crops being placed. The IDs currently in the config are the hand-held items, which never trigger the "Place" action, and thus never give rewards.
Note: Perhaps we can use "CARROT-0" and "POTATO-0", parallel to lines 1288 and 1292 where these crops are broken. I can't find in the config where these are accurate names, but they seem to work for breaking, so they'd probably work for placement as well.