mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
amogus
This commit is contained in:
parent
280907acfe
commit
1043470ca6
@ -81,6 +81,8 @@
|
|||||||
* The steel recipe in the crucible now requires flux
|
* The steel recipe in the crucible now requires flux
|
||||||
* The recipe is also now a fair bit slower (still faster than a blast furnace overall)
|
* The recipe is also now a fair bit slower (still faster than a blast furnace overall)
|
||||||
* Remodeled the catalytic reformer
|
* Remodeled the catalytic reformer
|
||||||
|
* Crane structure
|
||||||
|
* Crane structure
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
* Fixed RoR graph showing the wrong name in the GUI
|
* Fixed RoR graph showing the wrong name in the GUI
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
mod_version=1.0.27
|
mod_version=1.0.27
|
||||||
# Empty build number makes a release type
|
# Empty build number makes a release type
|
||||||
mod_build_number=5687
|
mod_build_number=5714
|
||||||
|
|
||||||
credits=HbMinecraft,\
|
credits=HbMinecraft,\
|
||||||
\ rodolphito (explosion algorithms),\
|
\ rodolphito (explosion algorithms),\
|
||||||
|
|||||||
@ -3,7 +3,7 @@ package com.hbm.lib;
|
|||||||
public class RefStrings {
|
public class RefStrings {
|
||||||
public static final String MODID = "hbm";
|
public static final String MODID = "hbm";
|
||||||
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
||||||
public static final String VERSION = "1.0.27 BETA (5687)";
|
public static final String VERSION = "1.0.27 BETA (5714)";
|
||||||
//HBM's Beta Naming Convention:
|
//HBM's Beta Naming Convention:
|
||||||
//V T (X)
|
//V T (X)
|
||||||
//V -> next release version
|
//V -> next release version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user