Alexthw46 / Ars-Elemental

Add-on to Ars Nouveau, based on elemental stuff
https://www.curseforge.com/minecraft/mc-mods/ars-elemental-elemental-spell-foci
GNU General Public License v3.0
4 stars 6 forks source link

[Bug] >> Crush Recipes has Invalid tags #55

Closed KakashoLin closed 5 months ago

KakashoLin commented 5 months ago

For this recipe { "type": "ars_nouveau:crush", "input": { "tag": "minecraft:quartz_block" }, "output": [ { "chance": 1.0, "count": 3, "item": "minecraft:nether_quartz" }, { "chance": 0.5, "count": 1, "item": "minecraft:nether_quartz" } ] }

Tag needs to be changed to item, because it generates a barrier block.

minecraft:nether_quartz also needs to be minecraft:quartz

Minecraft: 1.20.1 Mod Version: 1.20.1.6.4.1

Alexthw46 commented 5 months ago

i'll remove it entirely, the recipe is now inside base ars