Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 1, 2018
1 parent 528ca2c commit da7b5f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions patches/net/minecraft/util/WeightedRandom.java.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/net/minecraft/util/WeightedRandom.java
+++ b/net/minecraft/util/WeightedRandom.java
@@ -63,5 +63,7 @@
{
this.itemWeight = itemWeightIn;
}
+ //CM
+ public int getItemWeight() { return itemWeight; }
}
}
11 changes: 0 additions & 11 deletions patches/net/minecraft/world/biome/Biome.java.patch

This file was deleted.

0 comments on commit da7b5f4

Please sign in to comment.