forked from VoxeLibre/VoxeLibre
renamed to mcl_starting_inventory... continued. Fixed the setting in settingtypes.txt
This commit is contained in:
parent
45b4b4a458
commit
26f3275b7c
|
@ -3,7 +3,7 @@
|
||||||
---
|
---
|
||||||
--- Copyright notice created for the license to be valid. (MIT 3)
|
--- Copyright notice created for the license to be valid. (MIT 3)
|
||||||
|
|
||||||
local stuff_string = minetest.settings:get("starter_chest_contents") or
|
local stuff_string = minetest.settings:get("starting_inv_contents") or
|
||||||
"mcl_tools:pick_iron,mcl_tools:axe_iron,mcl_tools:shovel_iron," ..
|
"mcl_tools:pick_iron,mcl_tools:axe_iron,mcl_tools:shovel_iron," ..
|
||||||
"mcl_torches:torch 32,mcl_core:cobble 64"
|
"mcl_torches:torch 32,mcl_core:cobble 64"
|
||||||
|
|
||||||
|
|
|
@ -231,8 +231,8 @@ mcl_extended_pet_control (Extended pet control) bool true
|
||||||
# Enable hamburgers for villagers to follow
|
# Enable hamburgers for villagers to follow
|
||||||
mcl_enable_hamburger (Enable Hamburger) bool true
|
mcl_enable_hamburger (Enable Hamburger) bool true
|
||||||
|
|
||||||
# Starting chest contents (given directly to the new player) type: string
|
# Starting inventory contents (given directly to the new player) type: string
|
||||||
starter_chest_contents (player starter pack) string "mcl_tools:pick_iron,mcl_tools:axe_iron,mcl_tools:shovel_iron,mcl_torches:torch 32,mcl_core:cobble 64"
|
starting_inv_contents (player starter pack) string "mcl_tools:pick_iron,mcl_tools:axe_iron,mcl_tools:shovel_iron,mcl_torches:torch 32,mcl_core:cobble 64"
|
||||||
|
|
||||||
[Debugging]
|
[Debugging]
|
||||||
# If enabled, this will show the itemstring of an item in the description.
|
# If enabled, this will show the itemstring of an item in the description.
|
||||||
|
|
Loading…
Reference in New Issue