Add kelp and related items

This commit is contained in:
Wuzzy 2019-12-17 22:43:35 +01:00
parent 5c953b1dc0
commit 40e681a566
11 changed files with 191 additions and 2 deletions

View file

@ -50,7 +50,7 @@ local function coral_on_place(itemstack, placer, pointed_thing)
end
node_under.name = itemstack:get_name()
node_under.param2 = minetest.registered_items[itemstack:get_name()].place_param2 or 1
node_under.param2 = minetest.registered_items[node_under.name].place_param2 or 1
if node_under.param2 < 8 and math.random(1,2) == 1 then
-- Random horizontal displacement
node_under.param2 = node_under.param2 + 8