1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-16 06:40:33 +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

@ -5,7 +5,7 @@
-- textures & ideas partly by Neuromancer
-- License (everything): WTFPL
-- Contains code from: plants_lib
-- Contains code from: biome_lib
-- Looked at code from: default
-----------------------------------------------------------------------------------------------
@ -84,7 +84,7 @@ minetest.register_node("dryplants:juncus_02", {
-- GENERATE SMALL JUNCUS
-----------------------------------------------------------------------------------------------
-- near water or swamp
plantslib:register_generate_plant({
biome_lib:register_generate_plant({
surface = {
"default:dirt_with_grass",
--"default:desert_sand",
@ -105,7 +105,7 @@ plantslib:register_generate_plant({
abstract_dryplants.grow_juncus
)
-- at dunes/beach
plantslib:register_generate_plant({
biome_lib:register_generate_plant({
surface = {
--"default:dirt_with_grass",
--"default:desert_sand",