piglins can have a little explosives, as a treat

This commit is contained in:
Pyritie 2025-04-24 23:48:38 +01:00
parent 2908bab19e
commit 909765e8f3
3 changed files with 90 additions and 0 deletions

View file

@ -959,6 +959,36 @@
}
],
"weight": 50
},
{
"type": "minecraft:item",
"name": "gtceu:dynamite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 10,
"type": "minecraft:uniform"
}
}
],
"weight": 30
},
{
"type": "minecraft:item",
"name": "gtceu:powderbarrel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 5,
"type": "minecraft:uniform"
}
}
],
"weight": 30
}
]
}

View file

@ -959,6 +959,36 @@
}
],
"weight": 50
},
{
"type": "minecraft:item",
"name": "gtceu:dynamite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 10,
"type": "minecraft:uniform"
}
}
],
"weight": 30
},
{
"type": "minecraft:item",
"name": "gtceu:powderbarrel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 5,
"type": "minecraft:uniform"
}
}
],
"weight": 30
}
]
}

View file

@ -959,6 +959,36 @@
}
],
"weight": 50
},
{
"type": "minecraft:item",
"name": "gtceu:dynamite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5,
"max": 10,
"type": "minecraft:uniform"
}
}
],
"weight": 30
},
{
"type": "minecraft:item",
"name": "gtceu:powderbarrel",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 5,
"type": "minecraft:uniform"
}
}
],
"weight": 30
}
]
}