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

split plants_lib off into its own repository

renamed it to biome_lib
changed all relevant functions, tables, depends.txt, etc. in this modpack to call for the new name.
This commit is contained in:
Vanessa Ezekowitz
2015-08-09 10:11:30 -04:00
parent 273ad9d1da
commit 42732b0636
41 changed files with 85 additions and 1422 deletions

View File

@ -73,7 +73,7 @@ abstract_woodsoils.place_soil = function(pos)
end
end
plantslib:register_generate_plant({
biome_lib:register_generate_plant({
surface = {
"group:tree",
"ferns:fern_03",
@ -94,7 +94,7 @@ plantslib:register_generate_plant({
"abstract_woodsoils.place_soil"
)
plantslib:register_generate_plant({
biome_lib:register_generate_plant({
surface = {
"moretrees:apple_tree_sapling_ongen",
"moretrees:beech_sapling_ongen",