Delete misplaced directories

This commit is contained in:
inventivetalent
2018-12-24 09:49:20 +01:00
parent 5f0fec3de7
commit 044148e94e
9193 changed files with 0 additions and 524704 deletions

View File

@@ -1,178 +0,0 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:crossbow"
}
]
},
{
"rolls": {
"min": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:wheat"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:potato"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:carrot"
}
]
},
{
"rolls": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:dark_oak_log"
}
]
},
{
"rolls": {
"min": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 7,
"name": "minecraft:experience_bottle"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 6.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:arrow"
},
{
"type": "minecraft:item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:tripwire_hook"
},
{
"type": "minecraft:item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book"
}
]
}
]
}