CuboidDroid / cuboidoutpost-le

Cuboid Outpost (Luxury Edition) ModPack
GNU General Public License v3.0
1 stars 3 forks source link

Crooks Still Drop Silkworms #24

Open MaxAstro opened 2 months ago

MaxAstro commented 2 months ago

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

  1. Grow a tree.
  2. Make a crook.
  3. Break leaves with crook.
  4. Get silkworms?

Expected behavior Crooked leaves should drop apples, according to the quest book, not silkworms.

MisterWiggly commented 2 months ago

I've looked in to this, can't find any way to prevent silk worms from dropping.

zeziba commented 1 month ago

@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"
    }
  ]
}