Update to Minecraft 1.10
By: md_5 <git@md-5.net>
This commit is contained in:
parent
604d9373c0
commit
a39b7e5f3a
161 changed files with 1176 additions and 1147 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
protected WorldData() {
|
||||
this.f = WorldType.NORMAL;
|
||||
@@ -441,6 +447,18 @@
|
||||
@@ -437,6 +443,18 @@
|
||||
}
|
||||
|
||||
public void setThundering(boolean flag) {
|
||||
|
@ -39,7 +39,7 @@
|
|||
this.v = flag;
|
||||
}
|
||||
|
||||
@@ -457,6 +475,18 @@
|
||||
@@ -453,6 +471,18 @@
|
||||
}
|
||||
|
||||
public void setStorm(boolean flag) {
|
||||
|
@ -58,7 +58,7 @@
|
|||
this.t = flag;
|
||||
}
|
||||
|
||||
@@ -602,6 +632,12 @@
|
||||
@@ -598,6 +628,12 @@
|
||||
|
||||
public void setDifficulty(EnumDifficulty enumdifficulty) {
|
||||
this.C = enumdifficulty;
|
||||
|
@ -71,7 +71,7 @@
|
|||
}
|
||||
|
||||
public boolean isDifficultyLocked() {
|
||||
@@ -720,4 +756,12 @@
|
||||
@@ -716,4 +752,12 @@
|
||||
public void a(DimensionManager dimensionmanager, NBTTagCompound nbttagcompound) {
|
||||
this.N.put(dimensionmanager, nbttagcompound);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue