Skip to content

Commit b21cd81

Browse files
updated the dam thing
1 parent eeaac9e commit b21cd81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/me/codecraft/registrylib/utils/Registry.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ public static void registerRegistry(Logger logger){
6363
public static EntityType registerEntity(String name,String MOD_ID, EntityType entity){
6464
return net.minecraft.util.registry.Registry.register(net.minecraft.util.registry.Registry.ENTITY_TYPE, new Identifier(MOD_ID,name),entity);
6565
}
66-
}
66+
//write main method to test the code
67+
public static void main(String[] args) {
68+
System.out.printf("Hello World");
69+
}
70+
}

0 commit comments

Comments
 (0)