destruc7i0n / crafting

Website for generating Minecraft crafting recipe JSON files
https://crafting.thedestruc7i0n.ca/
MIT License
56 stars 8 forks source link

1.13 Recipe Shape Formatting Incorrect #31

Open InfamousMusicify opened 3 months ago

InfamousMusicify commented 3 months ago

This is a minor bug, but, if someone doesn't have the knowledge it could take up some time solving it. When 1.13 is selected the crafting type formatting is incorrect. Currently it is the same as later versions of minecraft, as shown below.

1.13.2 and below (correct format for 1.13) "type": "crafting_shapeless",

1.14 and up (current formatting, incorrect for 1.13) "type": "minecraft:crafting_shapeless",

Took me like 10 mins to figure this out, and how many people make recipes for 1.13 anymore? but still, would speed up editing and backportting datapacks and mods if this was fixed.