add blazes
This commit is contained in:
@@ -10,14 +10,8 @@
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 384,
|
||||
"min_y": -64,
|
||||
"monster_spawn_block_light_limit": 0,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 15,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
},
|
||||
"monster_spawn_block_light_limit": 15,
|
||||
"monster_spawn_light_level": 7,
|
||||
"natural": true,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
|
||||
@@ -71,14 +71,6 @@
|
||||
],
|
||||
"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
|
||||
@@ -91,6 +83,10 @@
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
},
|
||||
"primitivecreatures:golem_2": {
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
},
|
||||
"species:cliff_hanger": {
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
@@ -98,6 +94,10 @@
|
||||
"minecraft:magma_cube": {
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
},
|
||||
"minecraft:blaze": {
|
||||
"energy_budget": 0.15,
|
||||
"charge": 0.7
|
||||
}
|
||||
},
|
||||
"creature_spawn_probability": 0.0001,
|
||||
@@ -114,18 +114,6 @@
|
||||
],
|
||||
"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,
|
||||
@@ -136,13 +124,13 @@
|
||||
"type": "minecraft:enderman",
|
||||
"maxCount": 1,
|
||||
"minCount": 1,
|
||||
"weight": 20
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "ad_astra:sulfur_creeper",
|
||||
"maxCount": 3,
|
||||
"maxCount": 2,
|
||||
"minCount": 1,
|
||||
"weight": 100
|
||||
"weight": 50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:magma_cube",
|
||||
@@ -150,6 +138,18 @@
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "minecraft:blaze",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "primitivecreatures:golem_2",
|
||||
"maxCount": 4,
|
||||
"minCount": 2,
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"type": "species:cliff_hanger",
|
||||
"maxCount": 3,
|
||||
|
||||
Reference in New Issue
Block a user