File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/java/com/glodblock/github Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ buildscript {
2929apply plugin : ' net.minecraftforge.gradle.forge'
3030apply plugin : ' idea'
3131
32- version = " 2.4.26 -r"
32+ version = " 2.4.27 -r"
3333group = " ae2fc"
3434archivesBaseName = " Fluid Craft for AE2"
3535
Original file line number Diff line number Diff line change 1414public class FluidCraft {
1515
1616 public static final String MODID = "ae2fc" ;
17- public static final String VERSION = "2.4.26 -r" ;
17+ public static final String VERSION = "2.4.27 -r" ;
1818
1919 @ Mod .Instance (MODID )
2020 public static FluidCraft INSTANCE ;
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ public void toBytes(ByteBuf buf) {
4545 }
4646
4747 @ Override
48- @ SuppressWarnings ("unchecked" )
4948 public void fromBytes (ByteBuf buf ) {
5049 crafting = new Int2ObjectArrayMap <>();
5150 compress = buf .readBoolean ();
You can’t perform that action at this time.
0 commit comments