mirror of
https://github.com/BentoBoxWorld/Greenhouses.git
synced 2024-11-28 21:56:17 +01:00
parent
a51e9860f5
commit
359354737f
@ -46,6 +46,30 @@ biomes:
|
|||||||
# the greenhouse at once. Spawning will stop when this limit is reached.
|
# the greenhouse at once. Spawning will stop when this limit is reached.
|
||||||
# If this value is not given, there is no maximum.
|
# If this value is not given, there is no maximum.
|
||||||
maxmobs: 5
|
maxmobs: 5
|
||||||
|
MANGROVE_SWAMP:
|
||||||
|
# Credit: angelknight89
|
||||||
|
friendlyname: "Mangrove Swamp"
|
||||||
|
biome: MANGROVE_SWAMP
|
||||||
|
icon: LILY_PAD
|
||||||
|
priority: 19
|
||||||
|
contents:
|
||||||
|
GRASS_BLOCK: 4
|
||||||
|
MANGROVE_ROOTS: 3
|
||||||
|
MANGROVE_LEAVES: 4
|
||||||
|
# 50% water coverage required
|
||||||
|
watercoverage: 50
|
||||||
|
conversions:
|
||||||
|
GRASS_BLOCK: 50:MUD:GRASS_BLOCK
|
||||||
|
plants:
|
||||||
|
MOSS_CARPET: 5:GRASS_BLOCK
|
||||||
|
LILY_PAD: 5:WATER
|
||||||
|
mobs:
|
||||||
|
FROG: 5:MUD
|
||||||
|
moblimit: 5
|
||||||
|
# Maxmobs - this is the maximum number of greenhouse-spawed mobs allowed in
|
||||||
|
# the greenhouse at once. Spawning will stop when this limit is reached.
|
||||||
|
# If this value is not given, there is no maximum.
|
||||||
|
maxmobs: 10
|
||||||
Snowy_beach:
|
Snowy_beach:
|
||||||
friendlyname: "Snowy beach"
|
friendlyname: "Snowy beach"
|
||||||
biome: SNOWY_BEACH
|
biome: SNOWY_BEACH
|
||||||
|
Loading…
Reference in New Issue
Block a user