renamed to mcl_starting_inventory... continued. Fixed the setting in settingtypes.txt

This commit is contained in:
Michieal 2023-01-15 21:23:49 -05:00
parent 45b4b4a458
commit 26f3275b7c
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
---
--- 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_torches:torch 32,mcl_core:cobble 64"

View File

@ -231,8 +231,8 @@ mcl_extended_pet_control (Extended pet control) bool true
# Enable hamburgers for villagers to follow
mcl_enable_hamburger (Enable Hamburger) bool true
# Starting chest 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 inventory contents (given directly to the new player) type: string
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]
# If enabled, this will show the itemstring of an item in the description.