mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 17:52:02 -07:00
Update to Minecraft 1.10
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user