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

16 lines
268 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": "allthemodium:unobtainium_ingot"
},
"stat_changes": [{
"id": "max_delay",
"value": -10,
"min": 100,
"max": -1
}]
}