Suel-ki / Beautify-Refabricated

Fabric port for Beautify
https://www.curseforge.com/minecraft/mc-mods/beautify-refabricated
MIT License
0 stars 4 forks source link

No crafting recipes #27

Closed jamisosoup closed 1 day ago

jamisosoup commented 1 week ago

As the title says. All the items exist just fine in the creative menu and creative worlds. I cannot craft any of the mod's items in my survival worlds. I can see the items in JEI too but also cannot look to see the crafting recipes there either

RKDeviancy commented 5 days ago

Same issue for me. For context, im on the most recent 1.21 file on Modrinth

xtreyreader commented 4 days ago

Same for me, downloaded the file from Curseforge, 1.21

jshipley commented 4 days ago

It should be because of the datapack changes. Recipe results now use "id": "modname:item" instead of "item": "modname:item"

jshipley commented 4 days ago

The block loot data is also broken, also due to changes to the datapack format. I think that moving the mineable tags from "minecraft/tags/blocks" to "minecraft/tags/block" should mostly fix it.

Suel-ki commented 1 day ago

Sorry for the hasty update, didn't notice the datapack format change, version 1.2.1 should fix it.

RKDeviancy commented 1 day ago

Thank you for gettin the fix out <3