#Custom Block Entity with Screen
8 messages · Page 1 of 1 (latest)
public static void init() {
// intentionally left blank. called to force class load
}
public void onInitialize() {
ModBlocks.init();
ModItems.init();
...
}
?
heres the repo if you can check through
https://github.com/TheGingino/MCModding/tree/main/src/main/java/net/ginos/funmod/entity/refiner
https://github.com/TheGingino/MCModding/tree/main/src/main/java/net/ginos/funmod/screen
I followed a KaupenJoe video for 1.20 but from the comment in the video it gave me other info and for my friend it worked but for me it didnt
can you post the rest of the error
Caused by: java.lang.IllegalStateException: This registry can't create intrusive holders
there is more than just that