forked from teaconmc/Puer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加暖水海洋和珊瑚海的群系文件,来覆盖原版mc的温度。 (teaconmc#251)
* Update eclipticseasons-common.toml * Update eclipticseasons-common.toml * Create none_fallen_leaves.json * add biome
- Loading branch information
1 parent
91decce
commit 98fae86
Showing
2 changed files
with
401 additions
and
0 deletions.
There are no files selected for viewing
203 changes: 203 additions & 0 deletions
203
jiachen/data/minecraft/worldgen/biome/lukewarm_ocean.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
{ | ||
"carvers": { | ||
"air": [ | ||
"minecraft:cave", | ||
"minecraft:cave_extra_underground", | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"downfall": 0.5, | ||
"effects": { | ||
"fog_color": 12638463, | ||
"mood_sound": { | ||
"block_search_extent": 8, | ||
"offset": 2.0, | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 6000 | ||
}, | ||
"sky_color": 8103167, | ||
"water_color": 4566514, | ||
"water_fog_color": 267827 | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground", | ||
"minecraft:lake_lava_surface" | ||
], | ||
[ | ||
"minecraft:amethyst_geode" | ||
], | ||
[ | ||
"minecraft:monster_room", | ||
"minecraft:monster_room_deep" | ||
], | ||
[], | ||
[], | ||
[ | ||
"minecraft:ore_dirt", | ||
"minecraft:ore_gravel", | ||
"minecraft:ore_granite_upper", | ||
"minecraft:ore_granite_lower", | ||
"minecraft:ore_diorite_upper", | ||
"minecraft:ore_diorite_lower", | ||
"minecraft:ore_andesite_upper", | ||
"minecraft:ore_andesite_lower", | ||
"minecraft:ore_tuff", | ||
"minecraft:ore_coal_upper", | ||
"minecraft:ore_coal_lower", | ||
"minecraft:ore_iron_upper", | ||
"minecraft:ore_iron_middle", | ||
"minecraft:ore_iron_small", | ||
"minecraft:ore_gold", | ||
"minecraft:ore_gold_lower", | ||
"minecraft:ore_redstone", | ||
"minecraft:ore_redstone_lower", | ||
"minecraft:ore_diamond", | ||
"minecraft:ore_diamond_medium", | ||
"minecraft:ore_diamond_large", | ||
"minecraft:ore_diamond_buried", | ||
"minecraft:ore_lapis", | ||
"minecraft:ore_lapis_buried", | ||
"minecraft:ore_copper", | ||
"minecraft:underwater_magma", | ||
"minecraft:disk_sand", | ||
"minecraft:disk_clay", | ||
"minecraft:disk_gravel" | ||
], | ||
[], | ||
[ | ||
"minecraft:spring_water", | ||
"minecraft:spring_lava" | ||
], | ||
[ | ||
"minecraft:glow_lichen", | ||
"minecraft:trees_water", | ||
"minecraft:flower_default", | ||
"minecraft:patch_grass_badlands", | ||
"minecraft:brown_mushroom_normal", | ||
"minecraft:red_mushroom_normal", | ||
"minecraft:patch_sugar_cane", | ||
"minecraft:patch_pumpkin", | ||
"minecraft:seagrass_warm", | ||
"minecraft:kelp_warm" | ||
], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"has_precipitation": true, | ||
"spawn_costs": {}, | ||
"spawners": { | ||
"ambient": [ | ||
{ | ||
"type": "minecraft:bat", | ||
"maxCount": 8, | ||
"minCount": 8, | ||
"weight": 10 | ||
} | ||
], | ||
"axolotls": [], | ||
"creature": [], | ||
"misc": [], | ||
"monster": [ | ||
{ | ||
"type": "minecraft:spider", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:zombie", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 95 | ||
}, | ||
{ | ||
"type": "minecraft:zombie_villager", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 5 | ||
}, | ||
{ | ||
"type": "minecraft:skeleton", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:creeper", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:slime", | ||
"maxCount": 4, | ||
"minCount": 4, | ||
"weight": 100 | ||
}, | ||
{ | ||
"type": "minecraft:enderman", | ||
"maxCount": 4, | ||
"minCount": 1, | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:witch", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 5 | ||
}, | ||
{ | ||
"type": "minecraft:drowned", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 5 | ||
} | ||
], | ||
"underground_water_creature": [ | ||
{ | ||
"type": "minecraft:glow_squid", | ||
"maxCount": 6, | ||
"minCount": 4, | ||
"weight": 10 | ||
} | ||
], | ||
"water_ambient": [ | ||
{ | ||
"type": "minecraft:cod", | ||
"maxCount": 6, | ||
"minCount": 3, | ||
"weight": 15 | ||
}, | ||
{ | ||
"type": "minecraft:pufferfish", | ||
"maxCount": 3, | ||
"minCount": 1, | ||
"weight": 5 | ||
}, | ||
{ | ||
"type": "minecraft:tropical_fish", | ||
"maxCount": 8, | ||
"minCount": 8, | ||
"weight": 25 | ||
} | ||
], | ||
"water_creature": [ | ||
{ | ||
"type": "minecraft:squid", | ||
"maxCount": 2, | ||
"minCount": 1, | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "minecraft:dolphin", | ||
"maxCount": 2, | ||
"minCount": 1, | ||
"weight": 2 | ||
} | ||
] | ||
}, | ||
"temperature": 1.5 | ||
} |
Oops, something went wrong.