Fuzss / spikyspikes

Don't step on it! Hurts almost as much as stepping on LEGO... ouch
https://www.curseforge.com/minecraft/mc-mods/spiky-spikes
Mozilla Public License 2.0
0 stars 2 forks source link

[Bug]: Can't create Netherite Spike #7

Open noiverre opened 7 months ago

noiverre commented 7 months ago

Mod Loader (Required)

Fabric

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

v8.0.1

Minimal Setup (Required)

No

Notes (Required)

Using EMI, the Netherite Spike recipe isn't registered

Diamond Spike recipe: image Netherite Spike recipe: image Diamond Spike can't be inserted into the upgradable item slot on smithing table image

latest.log (Required)

https://gist.github.com/noiverre/71bc92e3b861dc8120071424936fc4cb

Fuzss commented 7 months ago

The recipe is a shapeless crafting recipe requiring one diamond spike and one netherite ingot.

It's not a smithing recipe since I found it to be too expensive for every spike to require the netherite upgrade template.

The crafting recipe implementation is custom, since it needs to copy all the data on the spike like enchantments. I specifically checked with JEI and it is picked up automatically, REI too if I remember correctly. EMI not picking it up apparently seems unfortunate.