MC-003B #29
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -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": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"pack": {
|
||||||
|
"pack_format": 1,
|
||||||
|
"description": "Dodsorfas Data Pack for custom loot"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue