Merge branch 'Pollution-code' of https://github.com/GTNewHorizons/GT5-Unofficial into Pollution-code
# Conflicts: # src/main/java/gregtech/common/GT_Pollution.java
This commit is contained in:
commit
f21b9d6e82
1 changed files with 2 additions and 1 deletions
|
@ -172,6 +172,7 @@ public class GT_Pollution {
|
||||||
}catch(Exception e){}
|
}catch(Exception e){}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//PLACE HOLDER
|
||||||
public static void onWorldTickClient(World aWorld, int aTick){
|
public static void onWorldTickClient(World aWorld, int aTick){
|
||||||
if(!GT_Mod.gregtechproxy.mPollution)return;
|
if(!GT_Mod.gregtechproxy.mPollution)return;
|
||||||
if(aTick == 0 || (tList==null && GT_Proxy.chunkData!=null)){
|
if(aTick == 0 || (tList==null && GT_Proxy.chunkData!=null)){
|
||||||
|
|
Loading…
Reference in a new issue