This commit is contained in:
skippyall
2024-09-17 09:55:43 +02:00
parent c497884884
commit 1dd6914454
27 changed files with 307 additions and 382 deletions
@@ -6,12 +6,11 @@ import net.minecraft.registry.Registry;
import net.minecraft.util.Identifier;
public class Modules {
MoveModule MOVE = new MoveModule();
public static void register() {
ChatModule.registerMe();
MountModule.registerMe();
MoveModule.registerMe();
MobSpawningModule.registerMe();
}
public static <T extends Item & ModuleItem> T register(Identifier id, T item) {