TeamAmeriFrance / Guide-API

An Open-Source API to make your own ingame guides.
MIT License
26 stars 20 forks source link

[SOLVED] Smelting Recipe Display Not Correct #119

Closed Iceflame3029 closed 6 years ago

Iceflame3029 commented 6 years ago

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
TehNut commented 6 years ago

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

Iceflame3029 commented 6 years ago

So what exactly should I do?

Iceflame3029 commented 6 years ago

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