mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
Merge branch 'HbmMods:master' into rulang
This commit is contained in:
commit
9218c9d55b
@ -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),\
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
|||||||
// ///// / // / // / // / // / // /// /// /
|
// ///// / // / // / // / // / // /// /// /
|
||||||
// / //_/_ // / // / // / // / ////_///// /
|
// / //_/_ // / // / // / // / ////_///// /
|
||||||
//////////_/ //_/ //_/ //_/ //_/ //_/ //_/
|
//////////_/ //_/ //_/ //_/ //_/ //_/ //_/
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user