mirror of
https://github.com/Gael-de-Sailly/30-biomes.git
synced 2024-12-23 09:20:34 +01:00
Small fix
This commit is contained in:
parent
fdb064c477
commit
de433548dd
4
init.lua
4
init.lua
@ -1,7 +1,7 @@
|
|||||||
local path = minetest.get_modpath("biomes")
|
local path = minetest.get_modpath("biomes")
|
||||||
|
|
||||||
minetest.clear_registered_biomes()
|
|
||||||
minetest.clear_registered_decorations()
|
minetest.clear_registered_decorations()
|
||||||
|
minetest.clear_registered_biomes()
|
||||||
|
|
||||||
minetest.register_node("biomes:mud", {
|
minetest.register_node("biomes:mud", {
|
||||||
description = "Mud",
|
description = "Mud",
|
||||||
@ -29,7 +29,7 @@ for line in file:lines() do
|
|||||||
local biome = {name=name}
|
local biome = {name=name}
|
||||||
|
|
||||||
if stone and #stone > 0 then
|
if stone and #stone > 0 then
|
||||||
biome.stone = stone
|
biome.node_stone = stone
|
||||||
end
|
end
|
||||||
|
|
||||||
if fill and #fill > 0 then
|
if fill and #fill > 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user