Guide-API

Guide-API

76M Downloads

[SOLVED] Smelting Recipe Display Not Correct

Iceflame3029 opened this issue ยท 3 comments

commented

I added a page to display my custom smelting recipe. But it doesn't display correctly.
Could anyone tell me where goes wrong?
(The recipe can work in minecraft world properly. And my minecraft version is 1.12.2)

p.s. Sorry for the texture of the ore. I haven't done it yet.
2018-10-02_01 17 00

These are my code.
screen
default
m

commented

You are registering your smelting recipe during init and not the recipe registry event

commented

So what exactly should I do?

commented

Oh! I found what goes wrong and I solved that.
Thanks for your help.