Update orebfuscator on block update.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-11-27 22:01:50 +11:00
parent 2e01d5ac17
commit 90518adcbb
6 changed files with 42 additions and 30 deletions

View File

@@ -1,14 +1,14 @@
From fedd7e005c23bce7405ae6ae8360ea9177ff6537 Mon Sep 17 00:00:00 2001
From 60c96ecddddb89969bbda55baf687b42402df903 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sat, 22 Jun 2013 16:12:02 +1000
Subject: [PATCH] Allow Disabling of Random Lighting Updates
diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java
index 51a8d58..84ee535 100644
index ab1ac5e..e594b04 100644
--- a/src/main/java/net/minecraft/server/World.java
+++ b/src/main/java/net/minecraft/server/World.java
@@ -2103,7 +2103,7 @@ public abstract class World implements IBlockAccess {
@@ -2104,7 +2104,7 @@ public abstract class World implements IBlockAccess {
}
this.methodProfiler.a("playerCheckLight");
@@ -34,5 +34,5 @@ index b63d3ad..2caafa2 100644
+ }
}
--
1.8.1.2
1.8.3.2