- Script Version 2.6.2
- Script Author: IAmSpade
- Minecraft Version:1.18.1
- Full Code:
on block break:
if player's tool is hoe:
if event-block is ripe wheat plant:
set event-block to freshly planted wheat plant
give {multi}*1 wheat to player
wait 3 seconds
set event-block to ripe wheat plant
add 1 to {cfarm}
- Errors on Reload:
- {multi}*wheat can't be added to the player because the former is neither an item type nor an experience point.
- Other Useful Info:
- im trying to get the multi to multiply the amount of wheat i get by farming however it doesn't seem to accept variables as numbers while if i were to put just 1 inside it would work perfectly the multi is increasing with the players advancement and needs to be a variable i think.
- Addons using (including versions):
- skRayFall 1.9.2
- Troubleshooting: