Update FML: dd39ae5
dd7502a Fix parent child counts showing properly. Closes #107 thanks scott! b36d447 It's useMetadata, not usesMetadata. thanks myrathi and psx. closes #110 efb1066 Fix random shuffling when manipulating biomes by using a LinkedHashSet to preserve iteration order. Closes #111
This commit is contained in:
parent
5285e1d918
commit
4dd3d2cfd7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
--- ../src_base/common/net/minecraft/src/WorldType.java
|
||||
+++ ../src_work/common/net/minecraft/src/WorldType.java
|
||||
@@ -203,8 +203,19 @@
|
||||
@@ -201,8 +201,19 @@
|
||||
{
|
||||
return this == FLAT ? random.nextInt(4) != 1 : false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue