44,051
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
*<code>.reload shapes</code><br /> Reloads all JSON models from assets/blockshapes. Can be used to quickly test new block shapes.<br />Notice: The chunks are not redrawn, so you'd have to force a redraw e.g. by placing and removing a block. | *<code>.reload shapes</code><br /> Reloads all JSON models from assets/blockshapes. Can be used to quickly test new block shapes.<br />Notice: The chunks are not redrawn, so you'd have to force a redraw e.g. by placing and removing a block. | ||
*<code>.reload textures</code><br /> Reloads all textures from assets/textures. Can be used to quickly test texture changes. | *<code>.reload textures</code><br /> Reloads all textures from assets/textures. Can be used to quickly test texture changes. | ||
*<code>.reload lang</code><br /> Reloads all lang files from assets/lang. Can be used to quickly test translation changes. | |||
*<code>.reloadhandbook</code><br /> Reloads handbook entries. Can be used to quickly test translation etc. changes in handbook. |