Remove rubber plantation loot table, its gone.

This commit is contained in:
modmuss50 2019-08-07 20:28:31 +01:00
parent ab0b6bc2fa
commit bca6d4157a

View file

@ -1,92 +0,0 @@
{
"pools": [
{
"name": "techreborn:rubber_plantation",
"rolls": {
"min": 3,
"max": 5
},
"bonus_rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "techreborn:treetap",
"weight": 6,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 1
}
]
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 4,
"functions": [
{
"function": "set_data",
"data": 15
},
{
"function": "set_count",
"count" : {
"min": 8,
"max": 16
}
}
]
},
{
"type": "item",
"name": "techreborn:sap",
"weight": 10,
"functions": [
{
"function": "set_count",
"count" : {
"min": 1,
"max": 30
}
}
]
},
{
"type": "item",
"name": "techreborn:rubber_sapling",
"weight": 4,
"functions": [
{
"function": "set_count",
"count" : {
"min": 1,
"max": 16
}
}
]
},
{
"type": "item",
"name": "techreborn:rubber_log",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 16
}
}
]
}
]
}
]
}