3 Commits

Author SHA1 Message Date
Daniel Løvbrøtte Olsen
2730638b5e oops 2019-05-24 13:05:47 +02:00
Daniel Løvbrøtte Olsen
e997a0a3a6 MC-003B 2019-05-24 13:05:47 +02:00
Daniel Løvbrøtte Olsen
1a316ab9fc prepare 2019-05-24 13:05:46 +02:00
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1 @@
{}

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": 1
}
]
}
]
}
]
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for custom loot"
}
}