Add oredict support to crafting recipes
KAfable opened this issue ยท 2 comments
Would it be possible to have all types of metadata of a block or a ore dictionary of blocks be eligible for crafting? For example I'm planning on making custom recipes with Funky Locomotion Frames (to make it easier for the player to your in world crafting mechanic), but some frames have different orientations and metadata (eg if you don't want the frame to drag blocks along its west side). Is there a way to input that into the JSON?
If your want to ignore the metadata on a block you can add the "ignore-meta": true, flag to the corresponding input-type.
NBT is ignored by default. Oredict not supported atm.
edit: example-recipe.json
I am currently overhauling Compact Crafting (1.16+) to support more flexible block data in recipes. The repository is here if you want to keep an eye on progress.