File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,7 @@ public function getStructureSettings() : StructureSettings{
712
712
713
713
$ result ->ignoreEntities = $ this ->getBool ();
714
714
$ result ->ignoreBlocks = $ this ->getBool ();
715
+ $ result ->allowNonTickingChunks = $ this ->getBool ();
715
716
716
717
$ result ->dimensions = $ this ->getBlockPosition ();
717
718
$ result ->offset = $ this ->getBlockPosition ();
@@ -733,6 +734,7 @@ public function putStructureSettings(StructureSettings $structureSettings) : voi
733
734
734
735
$ this ->putBool ($ structureSettings ->ignoreEntities );
735
736
$ this ->putBool ($ structureSettings ->ignoreBlocks );
737
+ $ this ->putBool ($ structureSettings ->allowNonTickingChunks );
736
738
737
739
$ this ->putBlockPosition ($ structureSettings ->dimensions );
738
740
$ this ->putBlockPosition ($ structureSettings ->offset );
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class StructureSettings{
21
21
public string $ paletteName ;
22
22
public bool $ ignoreEntities ;
23
23
public bool $ ignoreBlocks ;
24
+ public bool $ allowNonTickingChunks ;
24
25
public BlockPosition $ dimensions ;
25
26
public BlockPosition $ offset ;
26
27
public int $ lastTouchedByPlayerID ;
You can’t perform that action at this time.
0 commit comments