Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Handle #104
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Feb 24, 2016
1 parent 7cca987 commit f9a9327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/net/minecraft/world/WorldServer.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
+ if (p_147454_4_.func_149698_L()) {
+ if (checkChunksExist(p_147454_1_ - 8, p_147454_2_ - 8, p_147454_3_ - 8, p_147454_1_ + 8, p_147454_2_ + 8, p_147454_3_ + 8)) {
+ Block block = getBlock(p_147454_1_, p_147454_2_, p_147454_3_);
+ if (block.getMaterial() != Material.air && block == p_147454_4_)
+ if (block.getMaterial() != Material.air && block == p_147454_4_ && p_147454_6_ != 0)
+ block.updateTick(this, p_147454_1_, p_147454_2_, p_147454_3_, rand);

- if (this.scheduledUpdatesAreImmediate && p_147454_4_.getMaterial() != Material.air)
Expand Down

0 comments on commit f9a9327

Please sign in to comment.