Skip to content

Commit

Permalink
Fixed primed TNT rates.
Browse files Browse the repository at this point in the history
Forgot I left this in.
  • Loading branch information
TheIcyOne committed Apr 19, 2017
1 parent 6a931de commit ebcd864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public HashMap<Object, Integer> getValidSpawns() {
HashMap<Object, Integer> spawns = new HashMap<Object, Integer>();
spawns.put(EntityCreeper.class, 100);
spawns.put(EntityGhast.class, 25);
spawns.put(EntityTNTPrimed.class, 200);
spawns.put(EntityTNTPrimed.class, 2);
return spawns;
}

Expand Down

0 comments on commit ebcd864

Please sign in to comment.