Add option to disable NoteBlock and Tripwire updates (#9368)
This commit is contained in:
parent
3e7890be06
commit
9628b9384b
3 changed files with 116 additions and 2 deletions
|
|
@ -15699,8 +15699,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
|
||||
public class UnsupportedSettings extends ConfigurationPart {
|
||||
@@ -0,0 +0,0 @@ public class GlobalConfiguration extends ConfigurationPart {
|
||||
public boolean useDimensionTypeForCustomSpawners = false;
|
||||
public boolean strictAdvancementDimensionCheck = false;
|
||||
public boolean disableNoteblockUpdates = false;
|
||||
public boolean disableTripwireUpdates = false;
|
||||
}
|
||||
+
|
||||
+ public ChunkLoadingBasic chunkLoadingBasic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue