1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-07 18:40:34 +02:00
This commit is contained in:
Niklp09
2023-07-16 12:58:19 +02:00
parent ef782ea5e1
commit 09a957dff3
5 changed files with 8 additions and 13 deletions

View File

@ -7,7 +7,7 @@ local seaweed_max_count = tonumber(minetest.settings:get("pl_seaweed_max_count")
local seaweed_rarity = tonumber(minetest.settings:get("pl_seaweed_rarity")) or 33
local function get_ndef(name)
return minetest.registered_noes[name] or {}
return minetest.registered_nodes[name] or {}
end
local algae_list = { {nil}, {2}, {3}, {4} }