Skip to content

Commit

Permalink
Version 1.9.5-I Release: Fifteen Fixed Update
Browse files Browse the repository at this point in the history
Lots of fixes
  • Loading branch information
Alcatergit committed May 14, 2023
1 parent 9a6b64b commit 73c1198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/hbm/lib/RefStrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
public class RefStrings {
public static final String MODID = "hbm";
public static final String NAME = "Hbm's Nuclear Tech - Extended Edition";
public static final String VERSION = "NTM-Extended-1.12.2-1.9.5";
public static final String CHANGELOG = "$§dUpdated the entire energy system$$§aAdded Big Electrical Pylon$§aAdded Substation$§aAdded Power Diode$§aAdded Redstone Power Switch$§aAdded Heat Boiler$§aAdded Glowing Ones mob$§aAdded S.A.F.E. Singularity Breeding$§aAdded tiny singularities$§aAdded Gas Mask System$§aAdded Asbestos and Coal Config toggle$§aAdded Gerald Mining Ship$§aAdded IV_Bags, Desh Gear$§aAdded Zombie Horse rad conversion$$§bChanged the radiation engine to use any radioactive thing$§bChanged cable and pipe textures and models$§bChanged the turbofan$$§eFixed Gas Block Crash$§eFixed armor movement$§eFixed Graphite Crafting$§eFixed RBMK Fuel Rod Xenon Burn Function Spelling$§eFixed RBMK Smooth Deco spelling$§eFixed BlastDoor$§eFixed RBMK Water GUI$§eFixed Rad-X not working$§eFixed Big Reactor Leak$§eFixed Frozen Log Texture$§eFixed Villagar zombification";
public static final String VERSION = "NTM-Extended-1.12.2-1.9.5-I";
public static final String CHANGELOG = "$§dUpdated the entire energy system$$§aAdded Big Electrical Pylon$§aAdded Substation$§aAdded Power Diode$§aAdded Redstone Power Switch$§aAdded Heat Boiler$§aAdded Glowing Ones mob$§aAdded S.A.F.E. Singularity Breeding$§aAdded tiny singularities$§aAdded Gas Mask System$§aAdded Asbestos and Coal Config toggle$§aAdded Gerald Mining Ship$§aAdded IV_Bags, Desh Gear$§aAdded Zombie Horse rad conversion$§aAdded RBMK Console Redstone Control$$§bChanged the radiation engine to use any radioactive thing$§bChanged cable and pipe textures and models$§bChanged the turbofan$$§eFixed Gas Block Crash$§eFixed armor movement$§eFixed Graphite Crafting$§eFixed RBMK Fuel Rod Xenon Burn Function Spelling$§eFixed RBMK Smooth Deco spelling$§eFixed BlastDoor$§eFixed RBMK Water GUI$§eFixed Rad-X not working$§eFixed Big Reactor Leak$§eFixed Frozen Log Texture$§eFixed Villagar zombification$§eFixed 15 different bugs";
//HBM's Beta Naming Convention:
//V T (X)
//V -> next release version
Expand Down

0 comments on commit 73c1198

Please sign in to comment.