Mekanism

Mekanism

111M Downloads

Sawing recipes: missing slabs and stairs

libertylocked opened this issue ยท 0 comments

commented

Issue description

Slabs and stairs cannot be put into sawing factory or precision sawmill because their recipes are wrong.

See:
src/datagen/generated/mekanism/data/mekanism/recipes/sawing/slabs.json
src/datagen/generated/mekanism/data/mekanism/recipes/sawing/stairs.json

They use mekanism:wooden_slabs and mekanism:wooden_stairs respectively, but no items are tagged with them.

Investigations

It seems after deleting the whole src/datagen/generated/mekanism/data/mekanism/recipes folder then running gradle runData, the newly generated recipes are correct, so I don't think this particular bug is in the generator Java src.

I think data generation may perhaps be improved so that it'll update the outdated generated recipes to avoid bugs like this from happening.

Steps to reproduce

  1. Open any sawmill (sawing factory or precision sawmill)
  2. Try to put any item tagged with minecraft:wooden_slabs or minecraft:wooden_stairs

Minecraft version

1.20.1 (Latest)

(Neo)Forge version

47.1.47 NeoForge

Mekanism version

10.4.5 (Latest)

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response