Skip to content

Commit

Permalink
SolitudeMC: Fix build region being off by 1 block
Browse files Browse the repository at this point in the history
  • Loading branch information
Cazadorian committed Nov 22, 2022
1 parent e8fd854 commit f4296e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dtcm/christmas/solitudemc_christmas/map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map proto="1.3.0">
<name>SolitudeMC: Christmas</name>
<version>1.4.4</version>
<version>1.4.5</version>
<phase>development</phase>
<objective>Leak the lava from your enemy's core!</objective>
<authors>
Expand Down Expand Up @@ -76,7 +76,7 @@
</apply>
<apply block="no-void" message="You may not build in the void!">
<negative>
<rectangle name="whole-map" min="-29,66" max="30,-66" />
<rectangle name="whole-map" min="-29,66" max="31,-66" />
</negative>
</apply>
<apply block="deny-some" use="deny-some" message="Beacons and Dispensers are disabled on this map!">
Expand Down
4 changes: 2 additions & 2 deletions dtcm/halloween/solitudemc_halloween/map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map proto="1.3.0">
<name>SolitudeMC: Halloween</name>
<version>1.4.4</version>
<version>1.4.5</version>
<phase>development</phase>
<objective>Leak the lava from your enemy's core!</objective>
<authors>
Expand Down Expand Up @@ -80,7 +80,7 @@
</apply>
<apply block="no-void" message="You may not build in the void!">
<negative>
<rectangle name="whole-map" min="-29,66" max="30,-66" />
<rectangle name="whole-map" min="-29,66" max="31,-66" />
</negative>
</apply>
<apply block="deny-some" use="deny-some" message="Beacons and Dispensers are disabled on this map!">
Expand Down
4 changes: 2 additions & 2 deletions dtcm/standard/solitudemc/map.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<map proto="1.3.0">
<name>SolitudeMC</name>
<version>1.4.4</version>
<version>1.4.5</version>
<objective>Leak the lava from your enemy's core!</objective>
<authors>
<author uuid="48924ea3-3aad-4e16-838c-368d8d9e0a25" contribution="Main Author - Project starter, Building"/> <!-- Matic0B -->
Expand Down Expand Up @@ -74,7 +74,7 @@
</apply>
<apply block="no-void" message="You may not build in the void!">
<negative>
<rectangle name="whole-map" min="-29,66" max="30,-66" />
<rectangle name="whole-map" min="-29,66" max="31,-66" />
</negative>
</apply>
<apply block="deny-some" use="deny-some" message="Beacons and Dispensers are disabled on this map!">
Expand Down

0 comments on commit f4296e2

Please sign in to comment.