mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Add item id setting
This commit is contained in:
parent
48166625d4
commit
f2a4d6bd56
1 changed files with 4 additions and 0 deletions
|
@ -153,3 +153,7 @@ fix_doubleplants (Mcimport double plant fixes) bool true
|
||||||
|
|
||||||
# Allow players to create Minecraft-like maps.
|
# Allow players to create Minecraft-like maps.
|
||||||
enable_real_maps (Enable Real Maps) bool true
|
enable_real_maps (Enable Real Maps) bool true
|
||||||
|
|
||||||
|
[Debugging]
|
||||||
|
# If enabled, this will show the itemstring of an item in the description.
|
||||||
|
mcl_item_id_debug (Item ID Debug) bool false
|
Loading…
Reference in a new issue