mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
changelog, version bump
This commit is contained in:
parent
015e3f36d6
commit
f6b22652ab
@ -21,6 +21,7 @@
|
|||||||
* Changed electric press recipe, crafting complexity has been reduced and the press now uses hydraulic pistons
|
* Changed electric press recipe, crafting complexity has been reduced and the press now uses hydraulic pistons
|
||||||
* Removed DFC emitter beam cap again since the core already imposes a natural limit due to fuel consumption
|
* Removed DFC emitter beam cap again since the core already imposes a natural limit due to fuel consumption
|
||||||
* I don't know why anyone would need a DFC that strong anyway, but now you can have them again
|
* I don't know why anyone would need a DFC that strong anyway, but now you can have them again
|
||||||
|
* The UAC pistol now has a crafting recipe and can also be found in structures
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
* Fixed logspam when pollution handler tries to save the pollution data for dimensions that have never been loaded before
|
* Fixed logspam when pollution handler tries to save the pollution data for dimensions that have never been loaded before
|
||||||
@ -33,3 +34,4 @@
|
|||||||
* Fixed crash caused by express delivery shells
|
* Fixed crash caused by express delivery shells
|
||||||
* Fixed 4 gauge solid steel slugs not being made from steel
|
* Fixed 4 gauge solid steel slugs not being made from steel
|
||||||
* Fixed missing lang entry for fluorite ore
|
* Fixed missing lang entry for fluorite ore
|
||||||
|
* Fixed UAC pistol UV
|
||||||
@ -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=4707
|
mod_build_number=4711
|
||||||
|
|
||||||
credits=HbMinecraft, rodolphito (explosion algorithms), grangerave (explosion algorithms),\
|
credits=HbMinecraft, rodolphito (explosion algorithms), grangerave (explosion algorithms),\
|
||||||
\ Hoboy (textures, models), Doctor17 (russian localization), Drillgon200 (effects, models,\
|
\ Hoboy (textures, models), Doctor17 (russian localization), Drillgon200 (effects, models,\
|
||||||
|
|||||||
@ -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 (4707)";
|
public static final String VERSION = "1.0.27 BETA (4711)";
|
||||||
//HBM's Beta Naming Convention:
|
//HBM's Beta Naming Convention:
|
||||||
//V T (X)
|
//V T (X)
|
||||||
//V -> next release version
|
//V -> next release version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user