Skip to content

Commit

Permalink
Resolve minor XML issues
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealPear committed Jan 14, 2024
1 parent c91645b commit ef51a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KoTH/Standard/Dracula/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<item>leather boots</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>potion:8229</item>
<item>potion</item>
<item>glass bottle</item>
<item>arrow</item>
</itemremove>
Expand Down
6 changes: 3 additions & 3 deletions Mixed/Standard/Chimeric/map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<team id="blue" color="blue" max="11">Blue</team>
</teams>
<kits>
<kit id="spawn">
<kit id="spawn-kit">
<item slot="0" unbreakable="true" material="stone sword"/>
<item slot="1" unbreakable="true" enchantment="arrow infinite" material="bow"/>
<item slot="2" unbreakable="true" material="stone pickaxe"/>
Expand All @@ -40,12 +40,12 @@
</kit>
</kits>
<spawns>
<spawn team="red" kit="red-kit" yaw="-90">
<spawn team="red" kit="spawn-kit" yaw="-90">
<region>
<cylinder base="-80,8,0" radius="1" height="0"/>
</region>
</spawn>
<spawn team="blue" kit="blue-kit" yaw="90">
<spawn team="blue" kit="spawn-kit" yaw="90">
<region>
<cylinder base="80,8,0" radius="1" height="0"/>
</region>
Expand Down

0 comments on commit ef51a6d

Please sign in to comment.