File tree Expand file tree Collapse file tree 4 files changed +13
-50
lines changed
java/org/samo_lego/golfiv Expand file tree Collapse file tree 4 files changed +13
-50
lines changed Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx1G
33
44# Fabric Properties
5- minecraft_version =1.18
6- yarn_mappings =1.18+build.1
7- loader_version =0.12.8
5+ minecraft_version =1.18.1
6+ yarn_mappings =1.18.1 +build.12
7+ loader_version =0.12.12
88
99# Fabric api
10- fabric_version =0.44 .0+1.18
10+ fabric_version =0.45 .0+1.18
1111
1212# Mod Properties
13- mod_version = 0.4.3
13+ mod_version = 0.4.4
1414maven_group = org.samo_lego
1515archives_base_name = golfiv
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33import com .google .gson .Gson ;
44import com .google .gson .GsonBuilder ;
5- import com .google .gson .annotations .SerializedName ;
65
7- import java .io .*;
6+ import java .io .BufferedReader ;
7+ import java .io .File ;
8+ import java .io .FileInputStream ;
9+ import java .io .FileOutputStream ;
10+ import java .io .IOException ;
11+ import java .io .InputStreamReader ;
12+ import java .io .OutputStreamWriter ;
13+ import java .io .Writer ;
814import java .nio .charset .StandardCharsets ;
915import java .util .ArrayList ;
1016import java .util .Arrays ;
@@ -171,10 +177,6 @@ public static class Duplication {
171177 public final String _comment_patchDeathDuplication1 = "// Checks if player is connected before applying damage." ;
172178 public final String _comment_patchDeathDuplication2 = "// Prevents duplicating inventory if player dies after disconnect." ;
173179 public boolean patchDeathDuplication = true ;
174-
175- @ SerializedName ("// Whether to set item stack size to 0 after writing it on disk." )
176- public final String _comment_patchItemSave = "" ;
177- public boolean patchItemSave = true ;
178180 }
179181
180182 /**
Original file line number Diff line number Diff line change 1818 " accessors.PlaySoundS2CPacketAccessor" ,
1919 " accessors.ScreenHandlerSlotUpdateS2CPacketAccessor" ,
2020 " duplication.FallingBlockEntityMixin_GravityBlockDupe" ,
21- " duplication.ItemStackMixin_SavePatch" ,
2221 " duplication.ServerPlayerEntityMixin_NoConnectionDeath" ,
2322 " duplication.StringTagMixin_StringWriteLimit" ,
2423 " illegal_actions.ServerPlayerEntityMixin_InventoryClose" ,
You can’t perform that action at this time.
0 commit comments