Add rubber plantation to villages
This commit is contained in:
parent
790c363c03
commit
07ffd97e92
6 changed files with 234 additions and 2 deletions
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "techreborn:rubber_plantation",
|
||||
"rolls": {
|
||||
"min": 1,
|
||||
"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:part",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 31
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count" : {
|
||||
"min": 1,
|
||||
"max": 64
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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
Add a link
Reference in a new issue