We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441077b commit f7cdf1eCopy full SHA for f7cdf1e
2 files changed
.gitignore
@@ -21,6 +21,7 @@ build
21
eclipse
22
runs/
23
server
24
+run
25
26
# Files from Forge MDK
27
forge*changelog.txt
src/main/java/de/srendi/advancedperipherals/common/util/ChunkManager.java
@@ -291,6 +291,7 @@ public void touch() {
291
public boolean isValid() {
292
return lastTouch + APConfig.PERIPHERALS_CONFIG.chunkLoadValidTime.get() * 20 >= tickCounter;
293
}
294
+
295
public @NotNull CompoundTag serialize() {
296
CompoundTag tag = new CompoundTag();
297
tag.putString(DIMENSION_NAME_TAG, dimensionName);
0 commit comments