mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 19:50:23 -04:00
Fixed crash
This commit is contained in:
parent
741ff9fd85
commit
0a76598bd2
@ -51,7 +51,7 @@ public class BaseMod {
|
||||
System.out.println("Init!");
|
||||
}
|
||||
|
||||
@EventHandler(type = "blocks/register")
|
||||
@EventHandler(type = "block/register")
|
||||
public void registerBlocks(Registry<Block> reg) {
|
||||
|
||||
// Normal
|
||||
|
Loading…
x
Reference in New Issue
Block a user