Skip to content

Commit f7cdf1e

Browse files
committed
add the run folder back to the gitignore for old run datas on different branches
1 parent 441077b commit f7cdf1e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build
2121
eclipse
2222
runs/
2323
server
24+
run
2425

2526
# Files from Forge MDK
2627
forge*changelog.txt

src/main/java/de/srendi/advancedperipherals/common/util/ChunkManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ public void touch() {
291291
public boolean isValid() {
292292
return lastTouch + APConfig.PERIPHERALS_CONFIG.chunkLoadValidTime.get() * 20 >= tickCounter;
293293
}
294+
294295
public @NotNull CompoundTag serialize() {
295296
CompoundTag tag = new CompoundTag();
296297
tag.putString(DIMENSION_NAME_TAG, dimensionName);

0 commit comments

Comments
 (0)