finally able to remove the line of code #3

Merged
Malte merged 4 commits from multi-sleep into main 2024-01-22 11:45:32 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f69d318f46 - Show all commits

View File

@ -13,8 +13,8 @@ public class REServerMod implements ModInitializer {
@Override
public void onInitialize() { //Der uebersicht halber sind jetzt alle initializer in Klassen in util in initializer
initializer.itemGroups();
initializer.itemsAndBlocks();
//initializer.itemGroups();
//initializer.itemsAndBlocks();
initializer.events();
initializer.networking();