Skip to content

Commit

Permalink
envoy spawn rates and ore frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Nov 14, 2024
1 parent ac5d970 commit bd144c9
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"monster_spawn_block_light_limit": 0,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"max_inclusive": 7,
"max_inclusive": 3,
"min_inclusive": 0
},
"natural": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawn_costs": {
"paradise_lost:envoy": {
"charge": 0.7,
"energy_budget": 0.2
}
},
"spawners": {
"ambient": [],
"axolotls": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 36
"count": 26
},
{
"type": "minecraft:in_square"
Expand All @@ -13,7 +13,7 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 320
"absolute": 200
},
"min_inclusive": {
"absolute": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 28
"count": 18
},
{
"type": "minecraft:in_square"
Expand All @@ -13,10 +13,10 @@
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 384
"absolute": 200
},
"min_inclusive": {
"absolute": 0
"absolute": 64
}
}
},
Expand Down

0 comments on commit bd144c9

Please sign in to comment.