Updated Limbo Decay Immunity
Updated the list of blocks that are immune to Limbo decay to include Golden Doors and Golden Dimensional Doors.
This commit is contained in:
@@ -44,7 +44,9 @@ public class LimboDecay implements IRegularTickReceiver {
|
|||||||
properties.DimensionalDoorID,
|
properties.DimensionalDoorID,
|
||||||
properties.WarpDoorID,
|
properties.WarpDoorID,
|
||||||
properties.RiftBlockID,
|
properties.RiftBlockID,
|
||||||
properties.UnstableDoorID
|
properties.UnstableDoorID,
|
||||||
|
properties.GoldenDoorID,
|
||||||
|
properties.GoldenDimensionalDoorID
|
||||||
};
|
};
|
||||||
|
|
||||||
this.properties = properties;
|
this.properties = properties;
|
||||||
|
|||||||
Reference in New Issue
Block a user