umm/mods/overrides/kubejs/data/apotheosis/recipes/spawner/max_nearby.json

16 lines
265 B
JSON
Raw Permalink Normal View History

2024-03-20 20:29:50 +01:00
{
"type": "apotheosis:spawner_modifier",
"conditions": [{
"type": "apotheosis:module",
"module": "spawner"
}],
"mainhand": {
"item": "minecraft:ghast_tear"
},
"stat_changes": [{
"id": "max_nearby_entities",
"value": 2,
"min": -1,
"max": 16
}]
}