mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 04:13:51 -07:00
Update to Minecraft 1.13.1
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}
|
||||
@@ -139,7 +154,11 @@
|
||||
|
||||
if (this.a(TagsFluid.b) && fluid1.a(TagsFluid.a)) {
|
||||
if (this.a(TagsFluid.LAVA) && fluid1.a(TagsFluid.WATER)) {
|
||||
if (iblockdata.getBlock() instanceof BlockFluids) {
|
||||
- generatoraccess.setTypeAndData(blockposition, Blocks.STONE.getBlockData(), 3);
|
||||
+ // CraftBukkit start
|
||||
|
Reference in New Issue
Block a user