update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 53dd88eaea - Show all commits

View File

@ -25,11 +25,11 @@ local groupcaps, hand_range, hand_groups
if minetest.is_creative_enabled("") then
-- Instant breaking in creative mode
groupcaps = { creative_breakable = { times = {0}, uses = 0 } }
hand_range = 10
hand_range = tonumber(minetest.settings:get("mcl_hand_range_creative")) or 10
hand_groups = { dig_speed_class = 7 }
else
groupcaps = {}
hand_range = 4
hand_range = tonumber(minetest.settings:get("mcl_hand_range")) or 4.5
hand_groups = { dig_speed_class = 1 }
end
minetest.register_tool(":", {

View File

@ -69,6 +69,13 @@ mcl_craftguide_progressive_mode (Learn crafting recipes progressively) bool true
# If disabled, the skin of all players will be character.png
mcl_enable_skin_customization (Enable player skin customization) bool true
# How far the player hand can reach
# Default:4.5
mcl_hand_range (Hand range) float 4.5 1 128
# How far the player hand can reach in creative mode (not gamemode-creative)
# Default:10
mcl_hand_range_creative (Creative mode hand range) float 10 1 128
[Mobs]
# If enabled, mobs will spawn naturally. This does not affect