beginings of trees
This commit is contained in:
@@ -2,7 +2,6 @@ package net.parsell.cherry;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
import net.parsell.cherry.core.*;
|
||||
|
||||
public class Cherry implements ModInitializer {
|
||||
|
||||
@Override
|
||||
@@ -14,5 +13,7 @@ public class Cherry implements ModInitializer {
|
||||
System.out.println("Cherry Initilizating...");
|
||||
CherryBlocks.init();
|
||||
CherryItems.init();
|
||||
CherryFeatures.init();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user