partial implementation of ghostly armour

This commit is contained in:
CosmoOrSth
2025-01-23 23:23:41 +05:30
parent ca3731a6ab
commit d153a4ca34
11 changed files with 508 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ public class TerraOriginum implements ModInitializer {
cottonItems.register();
sunTotem.register();
ghostlyItems.register();
robesItems.register();
ghostlyArmourItems.register();
modPowers.register();
ItemGroupEvents.modifyEntriesEvent(ItemGroups.TOOLS).register((content) -> content.add(umbrella.UMBRELLA));