diff --git a/changelog b/changelog index 12858495b..b69c7887b 100644 --- a/changelog +++ b/changelog @@ -15,6 +15,11 @@ * Piles that overheat will explode, throwing flaming graphite everywhere * Satelllite Ground Station * Can relay RoR commands to connected satellites and satellite info back to RoR +* Platemetal + * Decorative connected texture metal block + * Comes in all colors except brown + * NTM poop theory debunked + * Make a nice clanking noise when placing and breaking ## Changed * Updated all oil well GUI textures @@ -42,6 +47,8 @@ * Legacy satellites still function and can still be launched * The PWR's coolant levels can now be read with RoR * Soyuz and related assembly recipes now use 25kHE/t instead of just 100 +* Updated the GUI textures for the refinery, various particle accelerator parts and a few other machines +* Glyphid hive blocks now use state-of-the-fart flesh sounds ## Fixed * Fixed held block being placed when not sneaking when opening the cable diode's GUI diff --git a/gradle.properties b/gradle.properties index fb5115c4e..283f402c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_version=1.0.27 # Empty build number makes a release type -mod_build_number=5758 +mod_build_number=5768 credits=HbMinecraft,\ \ rodolphito (explosion algorithms),\ diff --git a/src/main/java/com/hbm/lib/RefStrings.java b/src/main/java/com/hbm/lib/RefStrings.java index 7edfe0a91..626bc5a1b 100644 --- a/src/main/java/com/hbm/lib/RefStrings.java +++ b/src/main/java/com/hbm/lib/RefStrings.java @@ -3,7 +3,7 @@ package com.hbm.lib; public class RefStrings { public static final String MODID = "hbm"; public static final String NAME = "Hbm's Nuclear Tech Mod"; - public static final String VERSION = "1.0.27 BETA (5758)"; + public static final String VERSION = "1.0.27 BETA (5768)"; //HBM's Beta Naming Convention: //V T (X) //V -> next release version