Quark Oddities

Quark Oddities

22M Downloads

How to add a crop to right click harvest?

Yamza opened this issue ยท 3 comments

commented

I added hemp like so but it doesn't work. Guess I don't really understand the format.

        # Which crops can be harvested?
        # Format is: "initial[,final]", i.e. "minecraft:wheat:7" or "minecraft:cocoa:11,minecraft:cocoa:3"
        S:"Harvestable Crops" <
            minecraft:wheat:7
            minecraft:carrots:7
            minecraft:potatoes:7
            minecraft:beetroots:3
            minecraft:nether_wart:3
            minecraft:cocoa:11,minecraft:cocoa:3
            minecraft:cocoa:10,minecraft:cocoa:2
            minecraft:cocoa:9,minecraft:cocoa:1
            minecraft:cocoa:8,minecraft:cocoa:0
	immersiveengineering:hemp
         >
commented

Also, not sure you will get the best hemp harvesting just from the config, we had to special case it in Tinkers Construct with the scythe/kama harvesting as it's not a normal crop

commented

pretty sure you have to define the growth state the crop is in when you want right-click harvesting to effect it

commented

Correct. I'll clarify the comment.

Format is: "harvestState[,afterHarvest]"