From d729cacc4a2f0b4e3f5a385facb7fc53e9fbbb8d Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 30 Apr 2018 14:49:01 +0100 Subject: [PATCH] Tweak rubber plantation loot table --- .../techreborn/loot_tables/chests/rubber_plantation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/techreborn/loot_tables/chests/rubber_plantation.json b/src/main/resources/assets/techreborn/loot_tables/chests/rubber_plantation.json index 53b767029..b18a45df1 100644 --- a/src/main/resources/assets/techreborn/loot_tables/chests/rubber_plantation.json +++ b/src/main/resources/assets/techreborn/loot_tables/chests/rubber_plantation.json @@ -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 } } ]