Merge branch 'HbmMods:master' into rulang

This commit is contained in:
Raaaaaaaaaay 2026-04-20 20:33:22 +03:00 committed by GitHub
commit 9218c9d55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
mod_version=1.0.27 mod_version=1.0.27
# Empty build number makes a release type # Empty build number makes a release type
mod_build_number=5670 mod_build_number=5671
credits=HbMinecraft,\ credits=HbMinecraft,\
\ rodolphito (explosion algorithms),\ \ rodolphito (explosion algorithms),\

View File

@ -3,7 +3,7 @@ package com.hbm.lib;
public class RefStrings { public class RefStrings {
public static final String MODID = "hbm"; public static final String MODID = "hbm";
public static final String NAME = "Hbm's Nuclear Tech Mod"; 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: //HBM's Beta Naming Convention:
//V T (X) //V T (X)
//V -> next release version //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 # 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. 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
// ///// / // / // / // / // / // /// /// / // ///// / // / // / // / // / // /// /// /
// / //_/_ // / // / // / // / ////_///// / // / //_/_ // / // / // / // / ////_///// /
//////////_/ //_/ //_/ //_/ //_/ //_/ //_/ //////////_/ //_/ //_/ //_/ //_/ //_/ //_/
```