Skip to content

Commit

Permalink
Disable PostNeidWorldSupport by default (#17245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania authored Sep 7, 2024
1 parent d510579 commit 510fa2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/NEID.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Configuration file

neid {
# Causes a crash when a block has not been registered(e.g. has an id of -1) [default: false]
B:CatchUnregisteredBlocks=false

# Extend DataWatch IDs. Vanilla limit is 31, new limit is 127. [default: false]
B:ExtendDataWatcher=false

# If true, only blocks with IDs > 4095 will disappear after removing NEID. Metadatas outside of the range 0-15 will be set to 0. [default: true]
B:PostNeidWorldsSupport=false

# Remove invalid (corrupted) blocks from the game. [default: false]
B:RemoveInvalidBlocks=false
}

0 comments on commit 510fa2f

Please sign in to comment.