1
0
mirror of https://github.com/Gael-de-Sailly/30-biomes.git synced 2024-11-15 15:00:44 +01:00

Small fix

This commit is contained in:
Gael-de-Sailly 2016-04-06 12:27:02 +02:00
parent fdb064c477
commit de433548dd

View File

@ -1,7 +1,7 @@
local path = minetest.get_modpath("biomes")
minetest.clear_registered_biomes()
minetest.clear_registered_decorations()
minetest.clear_registered_biomes()
minetest.register_node("biomes:mud", {
description = "Mud",
@ -29,7 +29,7 @@ for line in file:lines() do
local biome = {name=name}
if stone and #stone > 0 then
biome.stone = stone
biome.node_stone = stone
end
if fill and #fill > 0 then