Update to Minecraft 1.10

This commit is contained in:
md_5
2016-06-09 11:43:49 +10:00
parent 0cd0397a82
commit a8a4bedd2a
161 changed files with 1176 additions and 1147 deletions

View File

@@ -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);
}