1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00

Fix strange air layer.

This commit is contained in:
Tomáš Brada 2015-02-08 17:13:50 +01:00
parent 51d5d0b83a
commit 7d5e996bef

View File

@ -72,7 +72,7 @@ minetest.register_node( "rocks:mudstone", {
groups = {cracky=CcSoft, stone=1},
is_ground_content = true, sounds = default.node_sound_stone_defaults(),
})
rocks.register_layer( "mudstone",{ gain=10, height=-13, limit=2, seed=4 }, "air")
rocks.register_layer( "mudstone",{ gain=10, height=-13, limit=2, seed=4 }, "rocks:mudstone")
-- Slate MM/barro med Under mud/clay/siltstone
minetest.register_node( "rocks:slate", {