File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
client/src/main/java/com/fox2code/foxloader/client/mixins
server/src/main/java/com/fox2code/foxloader/server/mixins Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public void setRemoteNetworkId(int networkId) {
107107
108108 @ Override
109109 public void verifyRegisteredItemStack () {
110- if (this .itemID != 0 && this .stackSize <= 0 ) {
110+ if (this .itemID != 0 && this .stackSize <= 0 && false ) {
111111 this .itemDamage = 0 ;
112112 this .itemID = 0 ;
113113 }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ org.gradle.parallel=true
33org.gradle.jvmargs =-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
44
55# FoxLoader properties
6- foxloader.version =1.2.16
7- foxloader.lastReIndevTransformerChanges =1.2.16
6+ foxloader.version =1.2.17
7+ foxloader.lastReIndevTransformerChanges =1.2.17
88
99# ReIndev properties
1010reindev.clientUrl =https://cdn.fox2code.com/files/reindev_2.8.1_04.jar
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public void setRegisteredDisplayName(String displayName) {
8282
8383 @ Override
8484 public void verifyRegisteredItemStack () {
85- if (this .itemID != 0 && this .stackSize <= 0 ) {
85+ if (this .itemID != 0 && this .stackSize <= 0 && false ) {
8686 this .itemDamage = 0 ;
8787 this .itemID = 0 ;
8888 }
You can’t perform that action at this time.
0 commit comments