Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added spawn cost values to more hostile mobs #1285

Merged
merged 14 commits into from
May 6, 2023
Merged
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.4 2023-04-16T20:30:31.2985093 Registries
// 1.19.4 2023-05-03T23:38:26.2096943 Registries
25d924fdac4392adb88fe3b6aa2c23420f6fb4f9 data/aether/damage_type/armor_piercing_attack.json
03d6a63bae7e4458c11da22471bf0f8b5051023c data/aether/damage_type/cloud_crystal.json
024fc58ce3f33e1542dfe59582a4da47cc178764 data/aether/damage_type/crush.json
Expand All @@ -10,10 +10,10 @@ cd680f6ec731971e2aefe28c7fb4c793a2923fa8 data/aether/damage_type/ice_crystal.jso
5ccd8e14aae581e4975827ff44b4e37760211a39 data/aether/damage_type/thunder_crystal.json
f5deced101d2299e370ac067f29b5b355f28e634 data/aether/dimension/the_aether.json
5655d4cd818dbc73a0baa2590d80dd274f85927d data/aether/dimension_type/the_aether.json
2b944d6d6433e79b7e28b63f9648816e711541af data/aether/worldgen/biome/skyroot_forest.json
3de346f0113960f8b2b7e2a2a82362e8e60407e6 data/aether/worldgen/biome/skyroot_grove.json
65f598f39ce6591f740b3aff64006adc8ead7217 data/aether/worldgen/biome/skyroot_meadow.json
1a9fc656ba58ceb4734bc4c703326e288c43e29c data/aether/worldgen/biome/skyroot_woodland.json
370863afd64f8f1f10d242bfb4f6d3bed7cd24b5 data/aether/worldgen/biome/skyroot_forest.json
809c22e28f005202e87ba02d28fa0401b29ebdb4 data/aether/worldgen/biome/skyroot_grove.json
452c327b9364fb58b752b5c2fa5298627d992fba data/aether/worldgen/biome/skyroot_meadow.json
4d6b3dbd75dedc8c6f48dd58f78d245d987b568a data/aether/worldgen/biome/skyroot_woodland.json
18a65f6608e5a7aca8d2a54e9c2d73c87bc03dd6 data/aether/worldgen/configured_feature/aether_dirt_ore.json
16a2ae74f54e0744b412dfca906201c5df3d3653 data/aether/worldgen/configured_feature/ambrosium_ore.json
059b24c9ed07c7e6561ae96f3588b0c495852ef8 data/aether/worldgen/configured_feature/berry_bush_patch.json
Expand Down Expand Up @@ -62,10 +62,10 @@ e9682cb0ca5e9c56fecaa7056d4a2c97ce020929 data/aether/worldgen/placed_feature/sky
9faf4f67796cf1beefbffca6684bbcd570bf6104 data/aether/worldgen/placed_feature/water_spring.json
fe3ea4829de750180b45fa66467bf3ebe03f4699 data/aether/worldgen/placed_feature/white_flower_patch.json
7ef232b5965cbd857c69c2c39f5981cad49cb48b data/aether/worldgen/placed_feature/zanite_ore.json
323e9290ed3b38c0bfda155a43fda15db18046b6 data/aether/worldgen/structure/bronze_dungeon.json
aa7e50925cb356798844f47c61a11acc8f6d3ead data/aether/worldgen/structure/gold_dungeon.json
0d7b57c715b9bed603f239c9d7b7071b8e4a0516 data/aether/worldgen/structure/bronze_dungeon.json
c3a1b2387127701c696db040aabd654d06a3092a data/aether/worldgen/structure/gold_dungeon.json
5d95d82aa273637160cb12c0d82e31d722ace6cd data/aether/worldgen/structure/large_aercloud.json
051484619a25e72347d4afeb30e0660291ad40c9 data/aether/worldgen/structure/silver_dungeon.json
b67e76e6563aee0a3a8e095308301902575c4c47 data/aether/worldgen/structure/silver_dungeon.json
884e1581637a2a56536cc9e667d52281da0be7c3 data/aether/worldgen/structure_set/bronze_dungeon.json
74c5f4f594d41486e3d8df1cbb87884d46154c50 data/aether/worldgen/structure_set/large_aercloud.json
02ade18d13850f06e8bb36cbc23fd6375b36c894 data/aether/worldgen/structure_set/silver_and_gold_dungeons.json
125 changes: 75 additions & 50 deletions src/generated/resources/data/aether/worldgen/biome/skyroot_forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,105 +56,130 @@
],
"has_precipitation": false,
"spawn_costs": {
"aether:evil_whirlwind": {
"aether:aechor_plant": {
"charge": 0.4,
"energy_budget": 0.11
},
"aether:aerwhale": {
"charge": 0.7,
"energy_budget": 0.08
},
"aether:blue_swet": {
"charge": 0.5,
"energy_budget": 0.09
},
"aether:cockatrice": {
"charge": 0.6,
"energy_budget": 0.12
},
"aether:evil_whirlwind": {
"charge": 0.4,
"energy_budget": 0.1
},
"aether:golden_swet": {
"charge": 0.5,
"energy_budget": 0.09
},
"aether:whirlwind": {
"charge": 0.7,
"charge": 0.4,
"energy_budget": 0.1
},
"aether:zephyr": {
"charge": 0.7,
"energy_budget": 0.06
"energy_budget": 0.1
}
},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
"aether_aerwhale": [
{
"type": "aether:phyg",
"maxCount": 4,
"minCount": 3,
"type": "aether:aerwhale",
"maxCount": 1,
"minCount": 1,
"weight": 10
},
{
"type": "aether:sheepuff",
"maxCount": 4,
"minCount": 3,
"weight": 12
},
{
"type": "aether:flying_cow",
"maxCount": 5,
"minCount": 2,
"weight": 12
},
{
"type": "aether:aerbunny",
"maxCount": 3,
"minCount": 3,
"weight": 11
},
}
],
"aether_sky_monster": [
{
"type": "aether:moa",
"maxCount": 3,
"type": "aether:zephyr",
"maxCount": 1,
"minCount": 1,
"weight": 8
"weight": 40
}
],
"misc": [],
"monster": [
"aether_surface_monster": [
{
"type": "aether:cockatrice",
"maxCount": 4,
"maxCount": 2,
"minCount": 1,
"weight": 15
},
{
"type": "aether:zephyr",
"maxCount": 1,
"minCount": 1,
"weight": 30
"weight": 35
},
{
"type": "aether:aechor_plant",
"maxCount": 4,
"maxCount": 6,
"minCount": 2,
"weight": 2
"weight": 8
},
{
"type": "aether:blue_swet",
"maxCount": 3,
"maxCount": 1,
"minCount": 1,
"weight": 1
"weight": 5
},
{
"type": "aether:golden_swet",
"maxCount": 3,
"maxCount": 1,
"minCount": 1,
"weight": 1
"weight": 5
},
{
"type": "aether:whirlwind",
"maxCount": 1,
"minCount": 1,
"weight": 12
"weight": 3
},
{
"type": "aether:evil_whirlwind",
"maxCount": 1,
"minCount": 1,
"weight": 1
}
],
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "aether:phyg",
"maxCount": 4,
"minCount": 3,
"weight": 10
},
{
"type": "aether:aerwhale",
"maxCount": 1,
"type": "aether:sheepuff",
"maxCount": 4,
"minCount": 3,
"weight": 12
},
{
"type": "aether:flying_cow",
"maxCount": 5,
"minCount": 2,
"weight": 12
},
{
"type": "aether:aerbunny",
"maxCount": 3,
"minCount": 3,
"weight": 11
},
{
"type": "aether:moa",
"maxCount": 3,
"minCount": 1,
"weight": 8
}
],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
Expand Down
125 changes: 75 additions & 50 deletions src/generated/resources/data/aether/worldgen/biome/skyroot_grove.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,105 +56,130 @@
],
"has_precipitation": false,
"spawn_costs": {
"aether:evil_whirlwind": {
"aether:aechor_plant": {
"charge": 0.4,
"energy_budget": 0.11
},
"aether:aerwhale": {
"charge": 0.7,
"energy_budget": 0.08
},
"aether:blue_swet": {
"charge": 0.5,
"energy_budget": 0.09
},
"aether:cockatrice": {
"charge": 0.6,
"energy_budget": 0.12
},
"aether:evil_whirlwind": {
"charge": 0.4,
"energy_budget": 0.1
},
"aether:golden_swet": {
"charge": 0.5,
"energy_budget": 0.09
},
"aether:whirlwind": {
"charge": 0.7,
"charge": 0.4,
"energy_budget": 0.1
},
"aether:zephyr": {
"charge": 0.7,
"energy_budget": 0.06
"energy_budget": 0.1
}
},
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
"aether_aerwhale": [
{
"type": "aether:phyg",
"maxCount": 4,
"minCount": 3,
"type": "aether:aerwhale",
"maxCount": 1,
"minCount": 1,
"weight": 10
},
{
"type": "aether:sheepuff",
"maxCount": 4,
"minCount": 3,
"weight": 12
},
{
"type": "aether:flying_cow",
"maxCount": 5,
"minCount": 2,
"weight": 12
},
{
"type": "aether:aerbunny",
"maxCount": 3,
"minCount": 3,
"weight": 11
},
}
],
"aether_sky_monster": [
{
"type": "aether:moa",
"maxCount": 3,
"type": "aether:zephyr",
"maxCount": 1,
"minCount": 1,
"weight": 8
"weight": 40
}
],
"misc": [],
"monster": [
"aether_surface_monster": [
{
"type": "aether:cockatrice",
"maxCount": 4,
"maxCount": 2,
"minCount": 1,
"weight": 15
},
{
"type": "aether:zephyr",
"maxCount": 1,
"minCount": 1,
"weight": 30
"weight": 35
},
{
"type": "aether:aechor_plant",
"maxCount": 4,
"maxCount": 6,
"minCount": 2,
"weight": 2
"weight": 8
},
{
"type": "aether:blue_swet",
"maxCount": 3,
"maxCount": 1,
"minCount": 1,
"weight": 1
"weight": 5
},
{
"type": "aether:golden_swet",
"maxCount": 3,
"maxCount": 1,
"minCount": 1,
"weight": 1
"weight": 5
},
{
"type": "aether:whirlwind",
"maxCount": 1,
"minCount": 1,
"weight": 12
"weight": 3
},
{
"type": "aether:evil_whirlwind",
"maxCount": 1,
"minCount": 1,
"weight": 1
}
],
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "aether:phyg",
"maxCount": 4,
"minCount": 3,
"weight": 10
},
{
"type": "aether:aerwhale",
"maxCount": 1,
"type": "aether:sheepuff",
"maxCount": 4,
"minCount": 3,
"weight": 12
},
{
"type": "aether:flying_cow",
"maxCount": 5,
"minCount": 2,
"weight": 12
},
{
"type": "aether:aerbunny",
"maxCount": 3,
"minCount": 3,
"weight": 11
},
{
"type": "aether:moa",
"maxCount": 3,
"minCount": 1,
"weight": 8
}
],
"misc": [],
"monster": [],
"underground_water_creature": [],
"water_ambient": [],
"water_creature": []
Expand Down
Loading