feat: loot table for reality stabler

This commit is contained in:
xtex 2023-07-28 16:52:05 +08:00
parent f5fd65aee8
commit 673ee61d78
Signed by: xtex
GPG Key ID: B918086ED8045B91

View File

@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "quaedam:reality_stabler"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
],
"random_sequence": "quaedam:block/reality_stabler"
}