Remove rubber plantation loot table, its gone.
This commit is contained in:
parent
ab0b6bc2fa
commit
bca6d4157a
1 changed files with 0 additions and 92 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue