DrMango14 / Create-Design-n-Decor

MIT License
5 stars 16 forks source link

Metal Plates are not craftable in Fabric #28

Closed issork closed 1 month ago

issork commented 1 month ago

The recipe for Metal Plates uses the forge:ingots/iron tag which is not present in Fabric. This leads to Metal Plates not being craftable.

https://github.com/DrMango14/Create-Design-n-Decor/blob/484c3624230408e074847b1a65be522efb9fc8a7/src/generated/resources/data/design_decor/advancements/recipes/design_decor/metal_plate_from_ingots_iron_stonecutting.json#L8

This should probably be replaced by "item": "minecraft:iron_ingot", which is what the other recipes use.

Edit: The Metal Plates are not the only item that use the forge:ingots/iron tag in their recipe, so other items are affected as well.

issork commented 1 month ago

I just noticed this is the forge-only project, which the Fabric port that was not created by you (https://modrinth.com/mod/create-dreams-and-desires) links to. Closed.