increase animal count

This commit is contained in:
Pyritie 2025-09-18 01:26:54 +01:00
parent b975938884
commit 5c6a94a2ec
12 changed files with 134 additions and 131 deletions

View file

@ -77,19 +77,19 @@
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 50 "weight": 50
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -100,14 +100,14 @@
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -119,7 +119,7 @@
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
} }
], ],

View file

@ -82,32 +82,32 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 50 "weight": 50
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 1, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -118,20 +118,20 @@
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 20 "weight": 20
}, },
{ {
"type": "species:springling", "type": "species:springling",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 50 "weight": 50
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 40 "weight": 40
} }
], ],

View file

@ -77,55 +77,55 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 2, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 10 "weight": 10
} }

View file

@ -97,38 +97,38 @@
"creature": [ "creature": [
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
"type": "species:springling", "type": "species:springling",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 10 "weight": 10
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 10 "weight": 10
} }
], ],

View file

@ -50,6 +50,7 @@
"#tfg:mars_top_layer_modification" "#tfg:mars_top_layer_modification"
], ],
"has_precipitation": false, "has_precipitation": false,
"creature_spawn_probability": 0.25,
"spawn_costs": { "spawn_costs": {
"endermanoverhaul:crimson_forest_enderman": { "endermanoverhaul:crimson_forest_enderman": {
"energy_budget": 0.05, "energy_budget": 0.05,
@ -82,49 +83,49 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 50 "weight": 50
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 50 "weight": 50
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 10 "weight": 10
}, },
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 1, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 2, "maxCount": 5,
"minCount": 1, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 20 "weight": 20
} }

View file

@ -77,19 +77,19 @@
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 50 "weight": 50
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -100,14 +100,14 @@
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -119,7 +119,7 @@
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
} }
], ],

View file

@ -82,20 +82,20 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 10 "weight": 50
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 1, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
@ -106,33 +106,33 @@
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 30 "weight": 60
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 20 "weight": 20
}, },
{ {
"type": "species:springling", "type": "species:springling",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 50
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 20 "weight": 40
} }
], ],
"misc": [], "misc": [],

View file

@ -77,55 +77,55 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 2, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 10 "weight": 10
} }

View file

@ -77,19 +77,19 @@
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 50 "weight": 50
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -100,14 +100,14 @@
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
@ -119,7 +119,7 @@
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
} }
], ],

View file

@ -82,57 +82,57 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 20 "weight": 50
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 1, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 2,
"weight": 70 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 4, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 2, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 100 "weight": 60
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 20 "weight": 20
}, },
{ {
"type": "species:springling", "type": "species:springling",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 80 "weight": 50
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 3, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 30 "weight": 40
} }
], ],
"misc": [], "misc": [],

View file

@ -77,55 +77,55 @@
"creature": [ "creature": [
{ {
"type": "tfg:sniffer", "type": "tfg:sniffer",
"maxCount": 3, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "tfg:wraptor", "type": "tfg:wraptor",
"maxCount": 4, "maxCount": 4,
"minCount": 2, "minCount": 3,
"weight": 100 "weight": 100
}, },
{ {
"type": "species:goober", "type": "species:goober",
"maxCount": 2, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 30 "weight": 30
}, },
{ {
"type": "wan_ancient_beasts:walker", "type": "wan_ancient_beasts:walker",
"maxCount": 3, "maxCount": 3,
"minCount": 1, "minCount": 2,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:crusher", "type": "wan_ancient_beasts:crusher",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:glider", "type": "wan_ancient_beasts:glider",
"maxCount": 2, "maxCount": 4,
"minCount": 1, "minCount": 3,
"weight": 20 "weight": 20
}, },
{ {
"type": "wan_ancient_beasts:soarer", "type": "wan_ancient_beasts:soarer",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 5 "weight": 5
}, },
{ {
"type": "tfg:glacian_ram", "type": "tfg:glacian_ram",
"maxCount": 5, "maxCount": 5,
"minCount": 3, "minCount": 4,
"weight": 100 "weight": 100
}, },
{ {
"type": "wan_ancient_beasts:eater", "type": "wan_ancient_beasts:eater",
"maxCount": 1, "maxCount": 2,
"minCount": 1, "minCount": 1,
"weight": 10 "weight": 10
} }

View file

@ -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', 'tfg:rock/hardened_red_granite')
event.add('ad_astra:mars_stone_replaceables', 'minecraft:dripstone_block') 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/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', 'minecraft:red_sand')
event.add('tfg:mars_soil', 'ad_astra:mars_sand') event.add('tfg:mars_soil', 'ad_astra:mars_sand')
event.add('tfg:mars_soil', 'ad_astra:venus_sand') event.add('tfg:mars_soil', 'ad_astra:venus_sand')