Merge branch 'biomes'
This commit is contained in:
commit
4f03f1c516
85 changed files with 4562 additions and 703 deletions
|
@ -642,7 +642,7 @@ end
|
|||
|
||||
|
||||
|
||||
local grass_spread_randomizer = PseudoRandom(minetest.get_mapgen_params().seed)
|
||||
local grass_spread_randomizer = PseudoRandom(minetest.get_mapgen_setting("seed"))
|
||||
|
||||
------------------------------
|
||||
-- Spread grass blocks and mycelium on neighbor dirt
|
||||
|
|
|
@ -153,6 +153,8 @@ minetest.register_node("mcl_core:realm_barrier", {
|
|||
wield_image = "mcl_core_barrier.png^[colorize:#FF00FF:127^[transformFX",
|
||||
tiles = { "blank.png" },
|
||||
stack_max = 64,
|
||||
-- To avoid players getting stuck forever between realms
|
||||
damage_per_second = 8,
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
pointable = false,
|
||||
|
|
BIN
mods/ITEMS/mcl_core/schematics/apple_tree.mts
Normal file
BIN
mods/ITEMS/mcl_core/schematics/apple_tree.mts
Normal file
Binary file not shown.
BIN
mods/ITEMS/mcl_core/schematics/aspen_tree.mts
Normal file
BIN
mods/ITEMS/mcl_core/schematics/aspen_tree.mts
Normal file
Binary file not shown.
BIN
mods/ITEMS/mcl_core/schematics/jungle_tree.mts
Normal file
BIN
mods/ITEMS/mcl_core/schematics/jungle_tree.mts
Normal file
Binary file not shown.
BIN
mods/ITEMS/mcl_core/schematics/pine_tree.mts
Normal file
BIN
mods/ITEMS/mcl_core/schematics/pine_tree.mts
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue