diff --git a/changelog b/changelog index 01b3f2283..95f85136d 100644 --- a/changelog +++ b/changelog @@ -5,12 +5,19 @@ * Easy to make entries for, the system scans `assets/manual` for valid `.json` format files * Should also work in resource packs (no recent tests for that, not going to make promises) * Still WIP, many new info pages are yet to be made +* `/ntmlocate` + * Finds structures + * Only works on the new component structures, the old crusty ones like the factors and powerplant aren't supported ## Changed +* Updated chinese and russian localization * All the never completed missile parts (20/20 fuselage, 20 warhead, 10 and 15 tec kerosene thrusters) have been removed * The electric arc furnace now scrapes the vanilla furnace recipe list on server start in addition to postinit, making sure recipes added during postinit after NTM loads (like Thermal's ingots) are covered too * The shredder's sound will now start immediately when processing instead of with random delay +* The assembly machine can now make nuclear waste into barrels +* Capacitors now have OpenComputers integration ## Fixed * Fixed GT6 compatibility watz pellets crashing due to misconfigured recipes -* Removed failed attempt at fixing the gun desync dupe which made things worse \ No newline at end of file +* Removed failed attempt at fixing the gun desync dupe which made things worse +* Fixed a potential crash regarding structure blocks \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e40665d77..fcfc33a9b 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=5412H1 +mod_build_number=5418 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 543f77ad9..34f6c299c 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 (5412H1)"; + public static final String VERSION = "1.0.27 BETA (5418)"; //HBM's Beta Naming Convention: //V T (X) //V -> next release version