Skip to content

Commit

Permalink
Update InGameInfo.xml - Fix Slime Chunk Designation (#16016)
Browse files Browse the repository at this point in the history
* Update InGameInfo.xml - Fix Slime Chunk Designation

Replaced old slime chunk designation with a new working one, similar to ore chunk / center of a chunk HUDs.

* moved slime chunk to be above "center chunk" HUD
  • Loading branch information
PlayfulPiano authored Apr 20, 2024
1 parent dd9f305 commit eabfc65
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions config/InGameInfoXML/InGameInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
<num>0</num>
</icon>
<str> Chunk X: {gold}{chunkx} {white}Z: {gold}{chunkz} {white}Off: {gold}{chunkoffsetx} {white}: {gold}{chunkoffsetz} {white}Y: {gold}{yfeeti} {white}Facing {gold}{finedirection}</str>
<if>
<var>slimechunk</var>
<str> {gold}SlimeChunk{white}</str>
</if>
</line>
<line>
<icon>
Expand Down Expand Up @@ -258,6 +254,20 @@
</if>
</if>
</line>
<line>
<if>
<equal>
<var>slimes</var>
<str>true</str>
</equal>
<concat>
<icon>
<str>textures/items/slimeball.png</str>
</icon>
<str> You are in a {darkgreen}slime chunk{white}.</str>
</concat>
</if>
</line>
<line>
<if>
<and>
Expand Down

0 comments on commit eabfc65

Please sign in to comment.