This commit is contained in:
Raaaaaaaaaay 2026-04-20 20:46:07 +03:00
commit 6c1bead50a
3 changed files with 4 additions and 3 deletions

View File

@ -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),\

View File

@ -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

View File

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