Skip to content

Commit

Permalink
Terminate builder hammer and teleport staff code
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jan 1, 2024
1 parent 8f4a409 commit 9637ae0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 357 deletions.
11 changes: 3 additions & 8 deletions src/main/java/drzhark/mocreatures/init/MoCItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ public class MoCItems {
public static final MoCItem litterbox = new MoCItemLitterBox("kittylitter");
public static final MoCItem woolball = new MoCItem("woolball");
public static final MoCItem petfood = new MoCItem("petfood");
// Both disabled until we figure out what to do with them
//public static final MoCItem staffTeleport = new ItemStaffTeleport("staffteleport");
//public static final MoCItem builderHammer = new ItemBuilderHammer("builderhammer");
public static final MoCItem hideCroc = new MoCItem("reptilehide");
public static final MoCItem fur = new MoCItem("fur");
public static final MoCItem essencedarkness = new MoCItem("essencedarkness");
Expand Down Expand Up @@ -90,7 +87,7 @@ public class MoCItems {
public static final MoCItem ancientSilverIngot = new MoCItem("ancientsilveringot");
public static final MoCItem ancientSilverNugget = new MoCItem("ancientsilvernugget");
public static final MoCItem firestoneChunk = new MoCItem("firestonechunk");
public static final MoCItemCrabClaw brackishClaw = new MoCItemCrabClaw("brackish_claw", 768, 15, 0.0F, 1, 2.0F);
//public static final MoCItemCrabClaw brackishClaw = new MoCItemCrabClaw("brackish_claw", 768, 15, 0.0F, 1, 2.0F);
// Food
public static final MoCItemFood cookedTurkey = new MoCItemFood("turkeycooked", 7, 0.8F, true);
public static final MoCItemFood crabraw = (MoCItemFood) new MoCItemFood("crabraw", 2, 0.1F, true).setPotionEffect(new PotionEffect(MobEffects.HUNGER, 30 * 20, 0), 0.8F);
Expand Down Expand Up @@ -218,8 +215,6 @@ public static void registerItems(final RegistryEvent.Register<Item> event) {
turtlecooked,
turtlesoup,
staffPortal,
/*staffTeleport,
builderHammer,*/

ancientSilverScrap,
ancientSilverIngot,
Expand Down Expand Up @@ -340,8 +335,8 @@ public static void registerItems(final RegistryEvent.Register<Item> event) {
scrollOfSale,
scrollOfOwner,
crabraw,
crabcooked,
brackishClaw
crabcooked
//brackishClaw
));

final IForgeRegistry<Item> registry = event.getRegistry();
Expand Down
129 changes: 0 additions & 129 deletions src/main/java/drzhark/mocreatures/item/ItemBuilderHammer.java

This file was deleted.

128 changes: 0 additions & 128 deletions src/main/java/drzhark/mocreatures/item/ItemOgreHammer.java

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/java/drzhark/mocreatures/item/ItemStaffTeleport.java

This file was deleted.

0 comments on commit 9637ae0

Please sign in to comment.