Skip to content

Commit

Permalink
lower tomato seeds drop rate
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Jun 22, 2019
1 parent a7fc2c7 commit 18bfca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

}
dependencies {
classpath "net.fabricmc:fabric-loom:0.2.2-SNAPSHOT"
classpath "net.fabricmc:fabric-loom:0.2.3-SNAPSHOT"
}
}

Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"enchantment": "minecraft:fortune",
"formula": "minecraft:binomial_with_bonus_count",
"parameters": {
"extra": 2,
"probability": 0.5714286
"extra": 1,
"probability": 0.33
}
}
],
Expand Down

0 comments on commit 18bfca2

Please sign in to comment.