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 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 // ///// / // / // / // / // / // /// /// / // / //_/_ // / // / // / // / ////_///// / //////////_/ //_/ //_/ //_/ //_/ //_/ //_/ +```