localization

This commit is contained in:
Bob 2023-06-11 17:08:16 +02:00
parent e3669f51d0
commit 692c8acc45
4 changed files with 2474 additions and 2518 deletions

View File

@ -16,7 +16,7 @@
* Like regular bullets stamps but with infinite durability
## Changed
* Updated russian localization
* Updated russian and chinese localization
* Mist now spawns cloud particles with the correct color instead of standard white
* HE artillery shells and rockets now turn blocks into slag
* The old static bunker structure has been removed and replaced with dynamically generated ones, using the same style of generation as vanilla strongholds.

View File

@ -1,6 +1,6 @@
mod_version=1.0.27
# Empty build number makes a release type
mod_build_number=4621
mod_build_number=4627
credits=HbMinecraft, rodolphito (explosion algorithms), grangerave (explosion algorithms),\
\ Hoboy (textures, models), Doctor17 (russian localization), Drillgon200 (effects, models,\

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 (4621)";
public static final String VERSION = "1.0.27 BETA (4627)";
//HBM's Beta Naming Convention:
//V T (X)
//V -> next release version

File diff suppressed because it is too large Load Diff