Skip to content

Commit

Permalink
Disable current WIP content
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jul 2, 2024
1 parent 3b4982b commit b37c65b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public static void registerItems(RegistryEvent.Register<Item> event) {
setup(new ItemCR(EnumRarity.UNCOMMON), "crimson_plate"),
setup(new ItemCRSword(TOOL_CULTIST, EnumRarity.UNCOMMON), "crimson_sword"),

setup(new ItemCultistArcherArmor(EntityEquipmentSlot.HEAD), "crimson_archer_helmet"),
setup(new ItemCultistArcherArmor(EntityEquipmentSlot.CHEST), "crimson_archer_chestplate"),
setup(new ItemCultistArcherArmor(EntityEquipmentSlot.LEGS), "crimson_archer_leggings"),
//setup(new ItemCultistArcherArmor(EntityEquipmentSlot.HEAD), "crimson_archer_helmet"),
//setup(new ItemCultistArcherArmor(EntityEquipmentSlot.CHEST), "crimson_archer_chestplate"),
//setup(new ItemCultistArcherArmor(EntityEquipmentSlot.LEGS), "crimson_archer_leggings"),

setup(new ItemBoneBow(), "bone_bow")
);
Expand All @@ -95,7 +95,7 @@ public static void registerRecipes(RegistryEvent.Register<IRecipe> event) {
public static void registerEntities(RegistryEvent.Register<EntityEntry> event) {
int id = 0;

entityRegistryHelper("cultist_archer", EntityCultistArcher.class, id++, 64, 3, true, 0x1C1A2F, 0x5649B4);
//entityRegistryHelper("cultist_archer", EntityCultistArcher.class, id++, 64, 3, true, 0x1C1A2F, 0x5649B4);

if (Loader.isModLoaded("thaumicaugmentation") && CRConfig.general_settings.TA_INTEGRATION)
entityRegistryHelper("overgrown_taintacle", EntityOvergrownTaintacle.class, id++, 64, 3, true, 0x1C1A2F, 0x5649B4);
Expand Down

0 comments on commit b37c65b

Please sign in to comment.