This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-24 12:14:15 +02:00
parent 1a316ab9fc
commit e997a0a3a6
3 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,37 @@
{
"pools": [
{
"rolls": 1,
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"entries": [
{
"type": "item",
"weight": 1,
"name": "minecraft:shulker_shell"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"weight": 1,
"name": "minecraft:shulker_shell",
"functions": [
{
"function": "set_count",
"count": 2
}
]
}
]
}
]
}

View File

@ -1 +0,0 @@