Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
移除了压缩鱿鱼块只能合成1个鱿鱼块的特性
  • Loading branch information
squid233 committed Apr 26, 2020
1 parent 07da838 commit 8f20493
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.8.2+build.194

# Mod Properties
mod_version = 1.15.2-0.4.1
mod_version = 1.15.2-0.4.2
maven_group = io.github.squidcraft
archives_base_name = SquidCraft

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
}
},
"result": {
"item": "squidcraft:squid_block"
"item": "squidcraft:squid_block",
"count": 9
}
}

0 comments on commit 8f20493

Please sign in to comment.