From 37590272e699a0e9c32abd6c2f656f49e13f84fc Mon Sep 17 00:00:00 2001 From: HbmMods Date: Mon, 20 Apr 2026 16:07:23 +0200 Subject: [PATCH 1/2] fixed ASCII art being fucked by markdown --- src/main/resources/assets/hbm/manual/STYLEGUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/hbm/manual/STYLEGUIDE.md b/src/main/resources/assets/hbm/manual/STYLEGUIDE.md index f2d74526a..448c7d015 100644 --- a/src/main/resources/assets/hbm/manual/STYLEGUIDE.md +++ b/src/main/resources/assets/hbm/manual/STYLEGUIDE.md @@ -14,7 +14,7 @@ A simple way to explain this concept is as such: Pretend you are a new player, y # Conclusion A lot of people have short attention spans, so don't write an entire novel that no one's going to read. Keep the info short, but include everything that is *actually* relevant at the point when the player is expected to look that page up. And most importantly, double check if your info is correct - no information is better than wrong information. - _________ ___ ___ _____ ___ ___ +``` _________ ___ ___ _____ ___ ___ //////// / // /_ _// / ////_/ // / // / // / // / //// ///// / // / // / // / // / // / // / // ///_/// / // / // / // / // / @@ -22,3 +22,4 @@ A lot of people have short attention spans, so don't write an entire novel that // ///// / // / // / // / // / // /// /// / // / //_/_ // / // / // / // / ////_///// / //////////_/ //_/ //_/ //_/ //_/ //_/ //_/ +``` From 778d83c284134c50a11eda308c878d8084286405 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 20 Apr 2026 18:53:25 +0200 Subject: [PATCH 2/2] yeah whatever --- gradle.properties | 2 +- src/main/java/com/hbm/lib/RefStrings.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a00ea66a7..ed73b6b38 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=5670 +mod_build_number=5671 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 570995a93..7662937d1 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 (5670)"; + public static final String VERSION = "1.0.27 BETA (5671)"; //HBM's Beta Naming Convention: //V T (X) //V -> next release version