From 2b1e0ed2616b936fbb3757de62afcaeee23737f0 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Jun 2023 18:47:25 +0200 Subject: [PATCH] Version 1.9.5 Release: Heat Update Added RBMK Book line Fixed fluid heat balance --- build.gradle | 2 +- gradle.properties | 2 +- src/main/java/com/hbm/inventory/HeatRecipes.java | 4 ++-- src/main/java/com/hbm/lib/RefStrings.java | 4 ++-- src/main/resources/assets/hbm/lang/en_us.lang | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index f83bd21f44..00ec4c8a84 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '1.9.5-II' +version = '1.9.6' group = 'com.hbm' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'NTM-Extended-1.12.2' diff --git a/gradle.properties b/gradle.properties index 3fdd0a44c3..e1d41f0adb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ org.gradle.daemon=true org.gradle.configureondemand=true org.gradle.parallel=true version_mc=1.12.2 -version=1.9.5-II +version=1.9.6 version_jei=4.16.1.302 version_crafttweaker=4.1.14.521 diff --git a/src/main/java/com/hbm/inventory/HeatRecipes.java b/src/main/java/com/hbm/inventory/HeatRecipes.java index ac3ba26f6b..b80e5d6ca9 100644 --- a/src/main/java/com/hbm/inventory/HeatRecipes.java +++ b/src/main/java/com/hbm/inventory/HeatRecipes.java @@ -30,8 +30,8 @@ public static void registerHeatRecipes() { addBoilRecipe(new FluidStack(FluidRegistry.WATER, 1), new FluidStack(ModForgeFluids.steam, 100), 100); addCoolRecipe(new FluidStack(ModForgeFluids.steam, 100), new FluidStack(ModForgeFluids.spentsteam, 1), 100); - addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.steam, 10), new FluidStack(ModForgeFluids.hotsteam, 1), 2); - addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.hotsteam, 10), new FluidStack(ModForgeFluids.superhotsteam, 1), 10); + addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.steam, 10), new FluidStack(ModForgeFluids.hotsteam, 1), 15); + addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.hotsteam, 10), new FluidStack(ModForgeFluids.superhotsteam, 1), 30); addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.superhotsteam, 10), new FluidStack(ModForgeFluids.ultrahotsteam, 1), 120); addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.oil, 1), new FluidStack(ModForgeFluids.hotoil, 1), 300); addBoilAndCoolRecipe(new FluidStack(ModForgeFluids.crackoil, 1), new FluidStack(ModForgeFluids.hotcrackoil, 1), 300); diff --git a/src/main/java/com/hbm/lib/RefStrings.java b/src/main/java/com/hbm/lib/RefStrings.java index dde122ba90..9b9cab059a 100644 --- a/src/main/java/com/hbm/lib/RefStrings.java +++ b/src/main/java/com/hbm/lib/RefStrings.java @@ -3,8 +3,8 @@ public class RefStrings { public static final String MODID = "hbm"; public static final String NAME = "Hbm's Nuclear Tech - Extended Edition"; - public static final String VERSION = "NTM-Extended-1.12.2-1.9.5-II"; - public static final String CHANGELOG = "§aAdded Forge Energy support to power converters$§aAdded JEI support to Transmutation and Nuclear Waste Storage Drum$§aAdded pages to RBMK Guide$§aAdded look overlay to batteries$§aAdded gas mask no-filter rendering$§aAdded Crystal schraranium recipe$§aAdded missing hen silex recipes$§aAdded RBMK Guide recipe$$§bChanged RBMK Neg-Quad functions$§bChanged RBMK fuel function display$§bChanged Meteor Dungeon spawn height from 10 to 12$$§eFixed Explosion crash$§eFixed fluid pipe rendering crash$§eFixed Particle Lag for Factories$§eFixed DiFurnace recipes$§eFixed Gas mask tooltip crash$§eFixed Zombie hazmat equip$§eFixed Advancement triggering$§eFixed Solid cable and duct fps lag"; + public static final String VERSION = "NTM-Extended-1.12.2-1.9.6"; + public static final String CHANGELOG = "§aAdded new small Turret Models$§aAdded Fluid Heat Exchanger$§aAdded Heating Oven$§aAdded Oil Burner$§aAdded Electric Heater$§aAdded Iron Furnace$§aAdded Chemfactory$§aAdded RBMK Emergency Freezer$§aAdded RBMK Fluid Heater$§aAdded Hot Coolant$§aAdded Meteor Charms$§aAdded THE VOICES$§aAdded UU Matter Gigafactory$§bChanged some textures$§bChanged ore radiation$§bChanged Italian Translation$§eFixed Transmutation crash$§eFixed crash when placing spitfire and tau turrets$§eFixed 30 more bugs"; //HBM's Beta Naming Convention: //V T (X) //V -> next release version diff --git a/src/main/resources/assets/hbm/lang/en_us.lang b/src/main/resources/assets/hbm/lang/en_us.lang index 98b19dc8cf..f0908ce541 100644 --- a/src/main/resources/assets/hbm/lang/en_us.lang +++ b/src/main/resources/assets/hbm/lang/en_us.lang @@ -996,7 +996,7 @@ book.rbmk.page_schematic=In the reactor fission creates heat which converts wate book.rbmk.title2=Heat book.rbmk.page2=As the reactor operates, it will generate §lheat§r. Heat will spread between parts, slowly decreasing in the process. The goal is to produce as much heat as possible without melting the reactor, and to move that heat to a §lsteam channel§r which cools the reactor and produces steam. book.rbmk.title3=Fuel Rod -book.rbmk.page3=When nuclear fuel fissions it releases neutrons. They cause more fission when hitting another fuel rod and are released in all four cardinal directions with a maximum range of 5 blocks. The amount of heat generated depends on the amount of emitted neutrons. +book.rbmk.page3=When nuclear fuel fissions it releases neutrons. They cause more fission when hitting another fuel rod and are released in all four cardinal directions with a maximum range of 5 blocks. The amount of heat generated depends on the amount of emitted neutrons. To get RBMK pellets the Fuel Rods Skin and Core temperature must be < 50°C. book.rbmk.title4=Control Rod book.rbmk.page4=The §lcontrol rod§r will decrease the amount of neutrons passing though it. Fully inserted, it will block all neutrons, at half insertion, it will only block half. Control rods are used to regulate the reactor's activity and to turn it off. Too much flux cause overheating and meltdown. book.rbmk.title5=Control Rod - Usage