Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Oct 18, 2017
1 parent 7f2e06c commit 51dff2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8

version = "1.1.0"
version = "1.2.0"
group = "info.tritusk"
archivesBaseName = "MooncakeCraft"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "mooncakecraft:item/mooncake_filling/invalid"
"layer0": "minecraft:items/slimeball"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "mooncakecraft:item/mooncake/invalid"
"layer0": "minecraft:items/snowball"
}
}
Binary file not shown.

0 comments on commit 51dff2e

Please sign in to comment.