mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Merge remote-tracking branch 'HbmMods/master'
This commit is contained in:
commit
a5e9546a56
11
changelog
11
changelog
@ -1,3 +1,11 @@
|
|||||||
|
##Added
|
||||||
|
* CRTs and toasters
|
||||||
|
* Decorative blocks that will spawn in upcoming dungeons
|
||||||
|
* Snow globes
|
||||||
|
* Sentry turret "Edwin"
|
||||||
|
* A broken down version of the sentry turret with infinite power and ammo
|
||||||
|
* Will be found in the new silo structure
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
* Updated chinese localization
|
* Updated chinese localization
|
||||||
* Tweaked super shotgun animations, added config for changing the animation style
|
* Tweaked super shotgun animations, added config for changing the animation style
|
||||||
@ -17,9 +25,12 @@
|
|||||||
* Schrabidium transmutation by fallout is now limited to the inner 40% of the sellafite conversion radius
|
* Schrabidium transmutation by fallout is now limited to the inner 40% of the sellafite conversion radius
|
||||||
* Fluid traits are now listed in a fixed order instead of being arranged randomly
|
* Fluid traits are now listed in a fixed order instead of being arranged randomly
|
||||||
* Hidden fluid trait descriptions will now be added below the visible part of that trait instead of below the last visible trait
|
* Hidden fluid trait descriptions will now be added below the visible part of that trait instead of below the last visible trait
|
||||||
|
* The methusalem turret no longer drops anything when broken
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
* Fixed the structure toggle on the world creation screen not working correctly on most world types
|
* Fixed the structure toggle on the world creation screen not working correctly on most world types
|
||||||
* Fixed antiknock having a broken sprite and localization
|
* Fixed antiknock having a broken sprite and localization
|
||||||
* Fixed crash caused by fallout affecting spotlight blocks, crashing the game
|
* Fixed crash caused by fallout affecting spotlight blocks, crashing the game
|
||||||
* Fixed 528 mode bedrock ore replacements not working
|
* Fixed 528 mode bedrock ore replacements not working
|
||||||
|
* Fixed potential crashes with improperly configured custom machines
|
||||||
|
* Fixed misspelling in the custom machine config template
|
||||||
|
|||||||
@ -125,7 +125,7 @@ public class CustomMachineRecipes extends SerializableRecipe {
|
|||||||
writer.name("consumptionPerTick").value(recipeInstance.consumptionPerTick);
|
writer.name("consumptionPerTick").value(recipeInstance.consumptionPerTick);
|
||||||
writer.name("pollutionType").value(recipeInstance.pollutionType);
|
writer.name("pollutionType").value(recipeInstance.pollutionType);
|
||||||
writer.name("pollutionAmount").value(recipeInstance.pollutionAmount);
|
writer.name("pollutionAmount").value(recipeInstance.pollutionAmount);
|
||||||
writer.name("radiationnAmount").value(recipeInstance.radiationAmount);
|
writer.name("radiationAmount").value(recipeInstance.radiationAmount);
|
||||||
writer.name("flux").value(recipeInstance.flux);
|
writer.name("flux").value(recipeInstance.flux);
|
||||||
writer.name("heat").value(recipeInstance.heat);
|
writer.name("heat").value(recipeInstance.heat);
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user