Adding Nuclear Fission (#1926)
* Fix Chute Assembler recipe * Fix quest tips beekeper * Fix for wine and jar alloy smelter conflicting recipe * fix to fit #1141 * mistakes were made * Fix jetpack 1 quest mv * Mistake again * Revert the fix on chute * Adding compatibility for nuclear Vazde mod * Add textures to fission rods * Updating fission with Vazde mod * more fixes and add new rotor bismuth * More changes * switch recipes for fission reactor * More fixes for nuclear mod * more fixes * Disable tbu * Nerf Heavy Water cost * Fix alloy
This commit is contained in:
parent
c96c02af23
commit
3d3795f828
18 changed files with 276 additions and 97 deletions
|
|
@ -176,6 +176,9 @@ function registerTFGItemSize(event) {
|
|||
event.itemSize("gtceu:large_duct_pipe", "normal", "light", "large_duct_pipe");
|
||||
event.itemSize("gtceu:huge_duct_pipe", "normal", "medium", "huge_duct_pipe");
|
||||
|
||||
// Nuclear Rod
|
||||
event.itemSize(Ingredient.of("#tfg:fission_rods"), "very_large", "heavy");
|
||||
|
||||
// Cables
|
||||
event.itemSize(Ingredient.of("#forge:single_cables").or("#forge:single_wires"), "tiny", "very_light", "cables_1x");
|
||||
event.itemSize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue