Skip to content

Commit

Permalink
Merge branch 'capabilities2' into 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Jul 7, 2017
2 parents 54b7934 + c39b68c commit 2e820c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ minecraft {

replaceIn "StorageDrawers.java"
replace '@VERSION@', project.version
replace 'required-after:Chameleon', "required-after:Chameleon@[${chameleon_version},${chameleon_max_version})"
replace 'required-after:chameleon', "required-after:chameleon@[${chameleon_version},${chameleon_max_version})"
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx3G

minecraft_base_version=1.12
minecraft_version=1.12
mod_version=5.2.0
chameleon_version=4.0.1
mod_version=5.2.1
chameleon_version=4.1.0
chameleon_max_version=5.0.0

jei_version=4.7.0.67
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "builtin/generated",
"parent": "item/generated",
"textures": {
"layer0": "storagedrawers:items/upgrade_redstone_combined"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "builtin/generated",
"parent": "item/generated",
"textures": {
"layer0": "storagedrawers:items/upgrade_redstone_max"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parent": "builtin/generated",
"parent": "item/generated",
"textures": {
"layer0": "storagedrawers:items/upgrade_redstone_min"
}
Expand Down

0 comments on commit 2e820c3

Please sign in to comment.