1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-12-25 07:05:31 +01:00

cleanup codebase

This commit is contained in:
Niklp09
2023-07-10 18:49:34 +02:00
parent d9782771c3
commit 6212e52539
97 changed files with 195 additions and 862 deletions

View File

@@ -7,7 +7,7 @@ bushes_classic = {}
local S = minetest.get_translator("bushes_classic")
bushes_classic.bushes = {
"strawberry",
"strawberry",
"blackberry",
"blueberry",
"raspberry",
@@ -55,4 +55,4 @@ biome_lib.register_active_spawner({
minetest.register_alias("bushes:basket_pies", "bushes:basket_strawberry")
print("[Bushes] Loaded.")
minetest.log("action", "[Bushes] Loaded")