Skip to content

Commit

Permalink
Remove the dispenser behaviour for the old arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Dec 3, 2014
1 parent d2b06da commit 429c3b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
47 changes: 0 additions & 47 deletions src/main/java/tconstruct/tools/TDispenserBehaviorArrow.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/java/tconstruct/world/TinkerWorld.java
Expand Up @@ -564,8 +564,6 @@ public void oreRegistry ()

BlockDispenser.dispenseBehaviorRegistry.putObject(TinkerTools.titleIcon, new TDispenserBehaviorSpawnEgg());

BlockDispenser.dispenseBehaviorRegistry.putObject(TinkerTools.arrow, new TDispenserBehaviorArrow());

// Vanilla stuff
OreDictionary.registerOre("slimeball", new ItemStack(Items.slime_ball));
OreDictionary.registerOre("slimeball", new ItemStack(TinkerWorld.strangeFood, 1, 0));
Expand Down

0 comments on commit 429c3b7

Please sign in to comment.