increase animal count
This commit is contained in:
parent
b975938884
commit
5c6a94a2ec
12 changed files with 134 additions and 131 deletions
|
|
@ -77,19 +77,19 @@
|
|||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -100,14 +100,14 @@
|
|||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -82,32 +82,32 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -118,20 +118,20 @@
|
|||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:springling",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -77,55 +77,55 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,38 +97,38 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:springling",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@
|
|||
"#tfg:mars_top_layer_modification"
|
||||
],
|
||||
"has_precipitation": false,
|
||||
"creature_spawn_probability": 0.25,
|
||||
"spawn_costs": {
|
||||
"endermanoverhaul:crimson_forest_enderman": {
|
||||
"energy_budget": 0.05,
|
||||
|
|
@ -82,49 +83,49 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 5,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,19 +77,19 @@
|
|||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -100,14 +100,14 @@
|
|||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -82,20 +82,20 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 10
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
|
|
@ -106,33 +106,33 @@
|
|||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 30
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:springling",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -77,55 +77,55 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,19 +77,19 @@
|
|||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -100,14 +100,14 @@
|
|||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -82,57 +82,57 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 70
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 4,
|
||||
"minCount": 1,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "species:springling",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 80
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"weight": 30
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 40
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
|
|
|
|||
|
|
@ -77,55 +77,55 @@
|
|||
"creature": [
|
||||
{
|
||||
"type": "tfg:sniffer",
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "tfg:wraptor",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"minCount": 3,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:goober",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 3,
|
||||
"minCount": 2,
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:walker",
|
||||
"maxCount": 3,
|
||||
"minCount": 1,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:crusher",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:glider",
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"maxCount": 4,
|
||||
"minCount": 3,
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:soarer",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "tfg:glacian_ram",
|
||||
"maxCount": 5,
|
||||
"minCount": 3,
|
||||
"minCount": 4,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "wan_ancient_beasts:eater",
|
||||
"maxCount": 1,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 10
|
||||
}
|
||||
|
|
|
|||
|
|
@ -256,6 +256,8 @@ const registerAdAstraBlockTags = (event) => {
|
|||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/hardened_red_granite')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'minecraft:dripstone_block')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/hardened_dripstone')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/gravel_venus')
|
||||
event.add('ad_astra:mars_stone_replaceables', 'tfg:rock/gravel_mars')
|
||||
event.add('tfg:mars_soil', 'minecraft:red_sand')
|
||||
event.add('tfg:mars_soil', 'ad_astra:mars_sand')
|
||||
event.add('tfg:mars_soil', 'ad_astra:venus_sand')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue