Skip to content

Commit

Permalink
Reduce the chance of vines in Savannah in MTG
Browse files Browse the repository at this point in the history
  • Loading branch information
Treer committed Dec 7, 2019
1 parent 500afa9 commit 756b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local NODENAMES_TREEWOOD = {"mcl_core:tree", "default:tree", "mapgen_tree
local NODENAMES_TREELEAVES = {"mcl_core:leaves", "default:leaves", "mapgen_leaves"}

local MODNAME = minetest.get_current_modname()
local VINES_REQUIRED_HUMIDITY = 45
local VINES_REQUIRED_HUMIDITY = 49
local VINES_REQUIRED_TEMPERATURE = 40
local ICE_REQUIRED_TEMPERATURE = 5

Expand Down

0 comments on commit 756b808

Please sign in to comment.