@@ -15,7 +15,7 @@
|
||||
public class SculkSpreader {
|
||||
|
||||
public static final int MAX_GROWTH_RATE_RADIUS = 24;
|
||||
@@ -56,6 +64,7 @@
|
||||
@@ -57,6 +65,7 @@
|
||||
private final int additionalDecayRate;
|
||||
private List<SculkSpreader.a> cursors = new ArrayList();
|
||||
private static final Logger LOGGER = LogUtils.getLogger();
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
public SculkSpreader(boolean flag, TagKey<Block> tagkey, int i, int j, int k, int l) {
|
||||
this.isWorldGeneration = flag;
|
||||
@@ -110,7 +119,7 @@
|
||||
@@ -111,7 +120,7 @@
|
||||
public void load(NBTTagCompound nbttagcompound) {
|
||||
if (nbttagcompound.contains("cursors", 9)) {
|
||||
this.cursors.clear();
|
||||
@@ -32,7 +32,7 @@
|
||||
Logger logger = SculkSpreader.LOGGER;
|
||||
|
||||
Objects.requireNonNull(logger);
|
||||
@@ -125,7 +134,7 @@
|
||||
@@ -126,7 +135,7 @@
|
||||
}
|
||||
|
||||
public void save(NBTTagCompound nbttagcompound) {
|
||||
@@ -41,7 +41,7 @@
|
||||
Logger logger = SculkSpreader.LOGGER;
|
||||
|
||||
Objects.requireNonNull(logger);
|
||||
@@ -146,6 +155,19 @@
|
||||
@@ -147,6 +156,19 @@
|
||||
|
||||
private void addCursor(SculkSpreader.a sculkspreader_a) {
|
||||
if (this.cursors.size() < 32) {
|
||||
@@ -61,7 +61,7 @@
|
||||
this.cursors.add(sculkspreader_a);
|
||||
}
|
||||
}
|
||||
@@ -241,7 +263,7 @@
|
||||
@@ -244,7 +266,7 @@
|
||||
this.charge = i;
|
||||
this.decayDelay = j;
|
||||
this.updateDelay = k;
|
||||
|
||||
Reference in New Issue
Block a user