Spiky Spikes

Spiky Spikes

9.7k Downloads

[Bug]: Can't create Netherite Spike

noiverre opened this issue ยท 1 comments

commented

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

commented

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.