Skip to content

Commit

Permalink
update for 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed May 29, 2019
1 parent 41c0556 commit 0838d18
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions project.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ext {
projectName = "cotton-energy"
group = "io.github.cottonmc"
version = "1.3.1+1.14.1"
version = "1.3.2+1.14.2"
snapshot = true

minecraft = "1.14.1"
mappings = "1.14.1+build.10"
loader = "0.4.7+build.153"
minecraft = "1.14.2"
mappings = "1.14.2+build.2"
loader = "0.4.8+build.154"

fabricMod = "0.3.0-pre+build.166"
fabricMod = "0.3.0+build.173"

silkMod = null
jankson = null
Expand All @@ -28,8 +28,6 @@ repositories {
}

dependencies {
//modCompile "io.github.cottonmc:cotton-ecs:1.0.0+19w05a-SNAPSHOT"
//modCompile "io.github.cottonmc:cotton:0.0.7+19w12b-SNAPSHOT"
modCompile "alexiil.mc.lib:libblockattributes:0.4.2"
include "alexiil.mc.lib:libblockattributes:0.4.2"

Expand Down

0 comments on commit 0838d18

Please sign in to comment.