From f6b22652ab62a2d1b994697c5691c2ed7f41a9a1 Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 3 Sep 2023 19:41:44 +0200 Subject: [PATCH] changelog, version bump --- changelog | 4 +++- gradle.properties | 2 +- src/main/java/com/hbm/lib/RefStrings.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index a7baa47be..85430aa5f 100644 --- a/changelog +++ b/changelog @@ -21,6 +21,7 @@ * Changed electric press recipe, crafting complexity has been reduced and the press now uses hydraulic pistons * Removed DFC emitter beam cap again since the core already imposes a natural limit due to fuel consumption * I don't know why anyone would need a DFC that strong anyway, but now you can have them again +* The UAC pistol now has a crafting recipe and can also be found in structures ## Fixed * Fixed logspam when pollution handler tries to save the pollution data for dimensions that have never been loaded before @@ -32,4 +33,5 @@ * Fixed flux level not resetting when rods are above melting point with meltdowns disabled * Fixed crash caused by express delivery shells * Fixed 4 gauge solid steel slugs not being made from steel -* Fixed missing lang entry for fluorite ore \ No newline at end of file +* Fixed missing lang entry for fluorite ore +* Fixed UAC pistol UV \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 444f62413..0f150c67e 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=4707 +mod_build_number=4711 credits=HbMinecraft, rodolphito (explosion algorithms), grangerave (explosion algorithms),\ \ Hoboy (textures, models), Doctor17 (russian localization), Drillgon200 (effects, models,\ diff --git a/src/main/java/com/hbm/lib/RefStrings.java b/src/main/java/com/hbm/lib/RefStrings.java index 3d31d7c2a..b27af5248 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 (4707)"; + public static final String VERSION = "1.0.27 BETA (4711)"; //HBM's Beta Naming Convention: //V T (X) //V -> next release version