more fiddling with sounds
This commit is contained in:
parent
7fafc92d3c
commit
cc5a094f69
13 changed files with 182 additions and 271 deletions
|
|
@ -1,121 +0,0 @@
|
|||
{
|
||||
"carvers": {
|
||||
"air": []
|
||||
},
|
||||
"downfall": 0,
|
||||
"effects": {
|
||||
"sky_color": 10465603,
|
||||
"fog_color": 9938052,
|
||||
"water_color": 8241044,
|
||||
"water_fog_color": 10866612,
|
||||
"grass_color": 13758586,
|
||||
"foliage_color": 11653213,
|
||||
"additions_sound": {
|
||||
"sound": "tfg:ambient.venus_surface.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"ambient_sound": "tfg:ambient.venus_surface.loop",
|
||||
"mood_sound": {
|
||||
"block_search_extent": 8,
|
||||
"offset": 2,
|
||||
"sound": "tfg:ambient.venus_surface.mood",
|
||||
"tick_delay": 6000
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
[
|
||||
"tfc:erosion"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
"#tfg:venus_veins",
|
||||
"#tfg:venus_underground_decoration",
|
||||
[],
|
||||
[],
|
||||
"#tfg:venus_top_layer_modification"
|
||||
],
|
||||
"has_precipitation": true,
|
||||
"spawn_costs": {
|
||||
"endermanoverhaul:desert_enderman": {
|
||||
"energy_budget": 0.05,
|
||||
"charge": 0.9
|
||||
},
|
||||
"endermanoverhaul:savanna_enderman": {
|
||||
"energy_budget": 0.05,
|
||||
"charge": 0.9
|
||||
},
|
||||
"endermanoverhaul:nether_wastes_enderman": {
|
||||
"energy_budget": 0.05,
|
||||
"charge": 0.9
|
||||
},
|
||||
"minecraft:enderman": {
|
||||
"energy_budget": 0.05,
|
||||
"charge": 0.9
|
||||
},
|
||||
"ad_astra:sulfur_creeper": {
|
||||
"energy_budget": 0.2,
|
||||
"charge": 0.7
|
||||
},
|
||||
"species:cliff_hanger": {
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
}
|
||||
},
|
||||
"spawners": {
|
||||
"ambient": [],
|
||||
"axolotls": [],
|
||||
"creature": [],
|
||||
"misc": [],
|
||||
"monster": [
|
||||
{
|
||||
"type": "endermanoverhaul:desert_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:savanna_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "endermanoverhaul:nether_wastes_enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "ad_astra:sulfur_creeper",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:cliff_hanger",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
}
|
||||
],
|
||||
"underground_water_creature": [],
|
||||
"water_ambient": [],
|
||||
"water_creature": []
|
||||
},
|
||||
"temperature": 1.6
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue