Skip to content

Commit

Permalink
Added some 1.16.x nether biomes
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Nov 15, 2020
1 parent 9ae9cdb commit 79a203c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
61 changes: 60 additions & 1 deletion src/main/resources/biomes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,66 @@ biomes:
icecoverage: 0
watercoverage: 0
mobs:
PIG_ZOMBIE: 10:NETHERRACK
ZOMBIFIED_PIGLIN: 10:NETHERRACK
PIGLIN: 10:NETHERRACK
STRIDER: 10:LAVA
ENDERMAN: 5:NETHERRACK
moblimit: 9
permission: greenhouses.biome.nether
SOUL_SAND_VALLEY:
friendlyname: "&cSoul Sand Valley"
biome: SOUL_SAND_VALLEY
icon: SOUL_SAND
priority: 8
contents:
SOUL_SAND: 10
# No Lava required, no ice or water allowed
lavacoverage: 0
icecoverage: 0
watercoverage: 0
mobs:
SKELETON: 10:SOUL_SAND
moblimit: 9
permission: greenhouses.biome.nether
# Conversion list - in this case, an adjacent block is required to convert
# Format is:
# Original Block:% chance:New Block:Adjacent Block
# So, for below, dirt has a 50% chance of changing into clay if it is next to water!
conversion-list:
- NETHERRACK:20:SOUL_SAND:SOUL_SAND
CRIMSON_FOREST:
friendlyname: "&cCrimson Forest"
biome: CRIMSON_FOREST
icon: CRIMSON_FUNGUS
priority: 6
contents:
NETHERRACK: 1
CRIMSON_NYLIUM: 1
# Lava required, no ice or water allowed
lavacoverage: 10
icecoverage: 0
watercoverage: 0
mobs:
ZOMBIFIED_PIGLIN: 5:NETHERRACK
PIGLIN: 10:CRIMSON_NYLIUM
HOGLIN: 10:CRIMSON_NYLIUM
moblimit: 9
permission: greenhouses.biome.nether
WARPED_FOREST:
friendlyname: "&cWarped Forest"
biome: WARPED_FOREST
icon: WARPED_FUNGUS
priority: 7
contents:
NETHERRACK: 1
WARPED_NYLIUM: 1
# Lava required, no ice or water allowed
lavacoverage: 10
icecoverage: 0
watercoverage: 0
mobs:
STRIDER: 10:LAVA
ENDERMAN: 20:WARPED_NYLIUM
moblimit: 9
permission: greenhouses.biome.nether
JUNGLE:
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ greenhouses:
- BSkyBlock
- AcidIsland
- SkyGrid
- AOneBlock
- CaveBlock
# Show loaded recipe details during startup of server
startup-log: false
# Weather and ecosystem settings
Expand Down

0 comments on commit 79a203c

Please sign in to comment.