From 26f3275b7c944847494a6e9929861da62826a164 Mon Sep 17 00:00:00 2001 From: Michieal Date: Sun, 15 Jan 2023 21:23:49 -0500 Subject: [PATCH] renamed to mcl_starting_inventory... continued. Fixed the setting in settingtypes.txt --- mods/PLAYER/mcl_starting_inventory/init.lua | 2 +- settingtypes.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/PLAYER/mcl_starting_inventory/init.lua b/mods/PLAYER/mcl_starting_inventory/init.lua index 836cb17a6..fa823810d 100644 --- a/mods/PLAYER/mcl_starting_inventory/init.lua +++ b/mods/PLAYER/mcl_starting_inventory/init.lua @@ -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" diff --git a/settingtypes.txt b/settingtypes.txt index 7854aa19a..c183da7ed 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -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.