Tweak rubber plantation loot table
This commit is contained in:
parent
883a0d0b8b
commit
d729cacc4a
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
"name": "techreborn:rubber_plantation",
|
"name": "techreborn:rubber_plantation",
|
||||||
"rolls": {
|
"rolls": {
|
||||||
"min": 1,
|
"min": 3,
|
||||||
"max": 5
|
"max": 5
|
||||||
},
|
},
|
||||||
"bonus_rolls": {
|
"bonus_rolls": {
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
{
|
{
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"name": "techreborn:part",
|
"name": "techreborn:part",
|
||||||
"weight": 3,
|
"weight": 10,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"function": "set_data",
|
"function": "set_data",
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
"function": "set_count",
|
"function": "set_count",
|
||||||
"count" : {
|
"count" : {
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"max": 64
|
"max": 30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue