From 18bfca25fc598e485794d0e720dfae7b2908a10a Mon Sep 17 00:00:00 2001 From: Meredith Espinosa Date: Sat, 22 Jun 2019 14:32:55 -0700 Subject: [PATCH] lower tomato seeds drop rate --- build.gradle | 8 ++++---- .../data/epicurean/loot_tables/blocks/tomato.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 90ebca1..e8fda86 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } dependencies { - classpath "net.fabricmc:fabric-loom:0.2.2-SNAPSHOT" + classpath "net.fabricmc:fabric-loom:0.2.3-SNAPSHOT" } } @@ -44,10 +44,10 @@ dependencies { modCompile "io.github.prospector.modmenu:ModMenu:1.6.2-92" modCompile "io.github.cottonmc:cotton:0.8.2+1.14.2" - modCompile "cloth-config:ClothConfig2:0.2.0" - include "cloth-config:ClothConfig2:0.2.0" + modCompile "cloth-config:ClothConfig:0.2.1.14" + include "cloth-config:ClothConfig:0.2.1.14" // modCompile "appleskin:appleskin-mc1.14:fabric:1.0.6" - modCompile "io.github.cottonmc:SkillCheck:1.0.9+1.14.1" + modCompile "io.github.cottonmc:SkillCheck:1.1.0+1.14.2" compileOnly "com.google.code.findbugs:jsr305:3.0.2" implementation "blue.endless:jankson:1.1.2" diff --git a/src/main/resources/data/epicurean/loot_tables/blocks/tomato.json b/src/main/resources/data/epicurean/loot_tables/blocks/tomato.json index 84d1a7d..62c0712 100644 --- a/src/main/resources/data/epicurean/loot_tables/blocks/tomato.json +++ b/src/main/resources/data/epicurean/loot_tables/blocks/tomato.json @@ -39,8 +39,8 @@ "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", "parameters": { - "extra": 2, - "probability": 0.5714286 + "extra": 1, + "probability": 0.33 } } ],