Fixed chunk reset related to autarchic gates. Closes #231
This commit is contained in:
parent
a47461a306
commit
d24b26d960
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class GateVanilla extends Gate {
|
||||||
// Load pulser if any
|
// Load pulser if any
|
||||||
if (nbttagcompound.hasKey("Pulser")) {
|
if (nbttagcompound.hasKey("Pulser")) {
|
||||||
NBTTagCompound nbttagcompoundP = nbttagcompound.getCompoundTag("Pulser");
|
NBTTagCompound nbttagcompoundP = nbttagcompound.getCompoundTag("Pulser");
|
||||||
pulser = new EnergyPulser((IPowerReceptor) pipe);
|
addEnergyPulser(pipe);
|
||||||
pulser.readFromNBT(nbttagcompoundP);
|
pulser.readFromNBT(nbttagcompoundP);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue