Fixed crash

This commit is contained in:
Randy 2019-03-23 18:28:12 +01:00
parent 741ff9fd85
commit 0a76598bd2

View File

@ -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