diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 993708ef3..33a90df9b 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -75,7 +75,7 @@ const registerTooltips = (event) => text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) }) - //supports + // Supports global.TFC_WOOD_TYPES.forEach(wood => { event.addAdvanced([`tfc:wood/support/${wood}`], (item, advanced, text) => { text.add(1, text.of('§79 x 5 x 9')) @@ -112,17 +112,16 @@ const registerTooltips = (event) => }) - // Solar Panel - + // Solar Panel event.addAdvanced(['ad_astra:solar_panel'], (item, advanced, text) => { text.add(1, text.of('Produces §664 Eu/t§r on the §6moon§r during the §6day§r')) }) // MEGA Deprecated 0.10 event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => { - text.add(1, text.of('§cDeprecated cannot be craft anymore')) + text.add(1, text.of('§cDeprecated, cannot be crafted any more')) }) event.addAdvanced(['#megacells:mega_pattern_provider'], (item, advanced, text) => { - text.add(1, text.of('§cDeprecated cannot be craft anymore')) + text.add(1, text.of('§cDeprecated, cannot be crafted any more')) }) } \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index d7a23d192..a7ab35ad1 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -272,6 +272,9 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Bismuth.setProperty(PropertyKey.ITEM_PIPE, new $ITEM_PIPE_PROPERTY(16384, 0.125)); // Bis bronze fluid pipe - same stats as bronze GTMaterials.BismuthBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false)); + // Black bronze is already an item pipe (default gregtech), but you need a fluid pipe in order + // for the drum to have temperature containment data + GTMaterials.BlackBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false)); // Red steel fluid pipe - same flow rate as aluminium, bad heat tolerance (same as PE) but can do cryo GTMaterials.RedSteel.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(370, 75, true, false, true, false)); // Blue steel fluid pipe - same flow rate as aluminium, same temp tolerance as tungsten