the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 17 lines 1.3 kB view raw
1��<?xml version="1.0" encoding="utf-16"?> 2 3<root> 4 5 <!--List of possible parameter types--> 6 7 <!--These are mapped to integer values, which are stored in a header in the output file--> 8 9 <!--The application should use the string keys in the header to map the integer values to application specific values--> 10 11 <!--When output per file the parameters are stored as the integer values, rather than the strings--> 12 13 <parameterList> 14 15 </parameterList> 16 17 18 19 <!--List of files to add--> 20 21 22 23 <!-- LOCALISATION --> 24 25 <data Type="LOCDATA" Filename="languages.loc"/> 26 27 28 29 <!-- GAME RULES --> 30 31 <data Type="GAMERULES" Filename="GameRules.grf"/> 32 33</root>