Merge branch 'MC-003B' into 'master'

MC-003B

Closes #3

See merge request dodsorfas/minecraft-datapacks!4
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-03-21 06:02:14 +00:00
commit c1ff05cf79
6 changed files with 44 additions and 0 deletions

View File

View File

0
datapacks/1ps-1556049967/pack.mcmeta Normal file → Executable file
View File

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"
}
}