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:
@ -7,7 +7,7 @@ bushes_classic = {}
|
||||
local S = minetest.get_translator("bushes_classic")
|
||||
|
||||
bushes_classic.bushes = {
|
||||
"strawberry",
|
||||
"strawberry",
|
||||
"blackberry",
|
||||
"blueberry",
|
||||
"raspberry",
|
||||
@ -54,5 +54,3 @@ biome_lib.register_active_spawner({
|
||||
})
|
||||
|
||||
minetest.register_alias("bushes:basket_pies", "bushes:basket_strawberry")
|
||||
|
||||
print("[Bushes] Loaded.")
|
||||
|
Reference in New Issue
Block a user