Open MaxAstro opened 2 months ago
I've looked in to this, can't find any way to prevent silk worms from dropping.
@MisterWiggly
You should just be able to override the ens_leaves.json from ExNihilo.
Throw it in a Kubejs data pack and you are good.
EX: ./kubejs/data/exnihilosequentia/recipes/harvest/ens_leaves.json
Also the file is only this,
{
"type": "exnihilosequentia:harvest",
"input": {
"tag": "minecraft:leaves"
},
"results": [
{
"chance": 0.1,
"count": 1,
"item": "exnihilosequentia:silkworm"
}
]
}
Modpack Version: 0.5.5
Describe the bug Using a wooden crook on oak leaves causes silkworms to drop, not apples, skipping the crafting line for silkworms.
To Reproduce
Expected behavior Crooked leaves should drop apples, according to the quest book, not silkworms.