Tweak rubber plantation loot table

This commit is contained in:
modmuss50 2018-04-30 14:49:01 +01:00
parent 883a0d0b8b
commit d729cacc4a

View file

@ -3,7 +3,7 @@
{
"name": "techreborn:rubber_plantation",
"rolls": {
"min": 1,
"min": 3,
"max": 5
},
"bonus_rolls": {
@ -47,7 +47,7 @@
{
"type": "item",
"name": "techreborn:part",
"weight": 3,
"weight": 10,
"functions": [
{
"function": "set_data",
@ -57,7 +57,7 @@
"function": "set_count",
"count" : {
"min": 1,
"max": 64
"max": 30
}
}
]