
Recipes not using oredict inputs
Lykrast opened this issue ยท 1 comments
The recipe for Heavy Mix Lump only works with vanilla logs and the mysterious ones because of how all of them are listed in the recipe.
The correct way is simply to use an oredict input to make it accept any logWood
({ "type": "forge:ore_dict", "ore": "logWood" }
). This way it works with any modded log.
Other recipes have this issue too, like Gaseous Sand being crafted with Sand or Red Sand instead of the sand
oredict which includes both + modded sands.