File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/glodblock/github Expand file tree Collapse file tree 3 files changed +3
-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.5.1 -r"
32+ version = " 2.5.2 -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.5.1 -r" ;
17+ public static final String VERSION = "2.5.2 -r" ;
1818
1919 @ Mod .Instance (MODID )
2020 public static FluidCraft INSTANCE ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public void onTick(TickEvent.ClientTickEvent event) {
2323 if (!finished && Minecraft .getMinecraft ().player != null ) {
2424 EntityPlayer player = Minecraft .getMinecraft ().player ;
2525 finished = true ;
26- player .sendMessage (new TextComponentString ("AE2FC 2.5.1 -r is on beta test!" ));
26+ player .sendMessage (new TextComponentString ("AE2FC 2.5.2 -r is on beta test!" ));
2727 player .sendMessage (new TextComponentString ("If you encounter any bug or something not working" ));
2828 player .sendMessage (new TextComponentString ("Please report it to https://github.com/GlodBlock/AE2FluidCraft-Rework" ));
2929 MinecraftForge .EVENT_BUS .unregister (this );
You can’t perform that action at this time.
0 commit comments