TheWinABagel / Zenith

An unofficial fabric port of Apotheosis
https://www.curseforge.com/minecraft/mc-mods/zenith
MIT License
17 stars 19 forks source link

Cannot craft Deepshelf of Arcane Treasures #92

Closed solonovamax closed 10 months ago

solonovamax commented 10 months ago

The recipe json uses the tags minecraft:gold_block and minecraft:emerald_block, however these are not real tags.

The correct tags to use are c:gold_blocks and c:emerald_blocks, or just use the item directly.

See: https://github.com/TheWinABagel/Zenith/blob/1.20/src/main/resources/data/zenith/recipes/treasure_shelf.json#L14-L25

image image

TheWinABagel commented 10 months ago

Fixed with 1.0.1