1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-17 23:30:35 +02:00

Remove biome_lib dep from dryplants (#63)

This commit is contained in:
Niklp
2023-10-26 17:53:09 +02:00
committed by GitHub
parent 3fce92a9f5
commit fbd4aaf034
7 changed files with 201 additions and 193 deletions

View File

@ -1,13 +1,3 @@
-- by Mossmanikin
-- textures & ideas partly by Neuromancer
-- Contains code from: default, farming
-- Looked at code from: darkage, sickle, stairs
-- Dependencies: default, farming, biome_lib
-- Supports:
-----------------------------------------------------------------------------------------------
abstract_dryplants = {}
-- support for i18n
local S = minetest.get_translator("dryplants")
@ -191,5 +181,3 @@ minetest.register_abm({
end
end,
})
abstract_dryplants.loaded = true