mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-10 03:50:24 +02:00
cleanup codebase (#46)
* cleanup codebase * fix typo * add nil checks to on_place * nuke all mod loaded statements
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
-- This file supplies poison ivy for the plantlife modpack
|
||||
-- Last revision: 2013-01-24
|
||||
|
||||
-- support for i18n
|
||||
local S = minetest.get_translator("poisonivy")
|
||||
@ -20,7 +19,7 @@ local walls_list = {
|
||||
"default:jungletree",
|
||||
"default:stone_with_coal",
|
||||
"default:stone_with_iron"
|
||||
},
|
||||
}
|
||||
minetest.register_node('poisonivy:seedling', {
|
||||
description = S("Poison ivy (seedling)"),
|
||||
drawtype = 'plantlike',
|
||||
@ -100,5 +99,3 @@ biome_lib.update_plant({
|
||||
verticals_list = walls_list,
|
||||
ground_nodes = {"default:dirt_with_grass"}
|
||||
})
|
||||
|
||||
print("[Poison Ivy] Loaded.")
|
||||
|
Reference in New Issue
Block a user