diff --git a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/coke_oven/CokeOvenBlockEntity.java b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/coke_oven/CokeOvenBlockEntity.java index b72ab06f..f157035a 100644 --- a/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/coke_oven/CokeOvenBlockEntity.java +++ b/src/main/java/com/drmangotea/createindustry/blocks/machines/metal_processing/coke_oven/CokeOvenBlockEntity.java @@ -187,7 +187,7 @@ public class CokeOvenBlockEntity extends TFMGMachineBlockEntity implements IWren if(lastRecipe!=null &&isController &&timer==-1 - &&inputInventory.getItem(0).getCount()>=10&& + &&inputInventory.getItem(0).getCount()>=5&& (tank2.getPrimaryHandler().getFluidAmount()+CARBON_DIOXIDE_PRODUCTION)<=tank2.getPrimaryHandler().getCapacity()&& (tank1.getPrimaryHandler().getFluidAmount()+lastRecipe.getFluidResults().get(0).getAmount())<=tank1.getPrimaryHandler().getCapacity( diff --git a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java index 18b47514..d1b70d43 100644 --- a/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java +++ b/src/main/java/com/drmangotea/createindustry/registry/TFMGBlocks.java @@ -269,7 +269,7 @@ public class TFMGBlocks { .strength(3.0F) .requiresCorrectToolForDrops()) .transform(BuilderTransformers.scaffold("aluminum", - () -> DataIngredient.tag(AllTags.forgeItemTag("ingots/steel")), MaterialColor.TERRACOTTA_CYAN, + () -> DataIngredient.tag(AllTags.forgeItemTag("ingots/aluminum")), MaterialColor.TERRACOTTA_CYAN, TFMGSpriteShifts.ALUMINUM_SCAFFOLD, TFMGSpriteShifts.ALUMINUM_SCAFFOLD_INSIDE, TFMGSpriteShifts.ALUMINUM_SCAFFOLD_TOP)) .register(); diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json index 3fb25b24..08d43422 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_horizontal.json @@ -3,18 +3,18 @@ "type": "minecraft:crafting_shaped", "pattern": [ " ", - "SSS", + "EE ", " " ], "key": { - "S": { + "E": { "tag": "forge:ingots/steel" } }, "result": { "item": "createindustry:steel_pipe", - "count": 4 + "count": 6 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json index e1d2e8e9..7d289832 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json +++ b/src/main/resources/data/createindustry/recipes/crafting/pipes/steel_pipe_vertical.json @@ -2,19 +2,19 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - " S ", - " S ", - " S " + " E ", + " E ", + " " ], "key": { - "S": { + "E": { "tag": "forge:ingots/steel" } }, "result": { "item": "createindustry:steel_pipe", - "count": 4 + "count": 6 } diff --git a/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json b/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json index fcb980b6..370c5625 100644 --- a/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json +++ b/src/main/resources/data/createindustry/recipes/crafting/steel_tank.json @@ -17,7 +17,7 @@ }, "result": { "item": "createindustry:steel_fluid_tank", - "count": 1 + "count": 2 } diff --git a/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json b/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json index b67ec4df..a94211f3 100644 --- a/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json +++ b/src/main/resources/data/createindustry/recipes/sequenced_assembly/steel_mechanism.json @@ -5,14 +5,14 @@ "item": "createindustry:heavy_plate" }, "transitionalItem": { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" }, "sequence": [ { "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" }, { "tag": "forge:ingots/steel" @@ -20,7 +20,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" } ] }, @@ -28,7 +28,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" }, { "tag": "forge:ingots/aluminum" @@ -36,7 +36,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" } ] }, @@ -44,7 +44,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" }, { "item": "createindustry:screw" @@ -52,7 +52,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" } ] }, @@ -60,7 +60,7 @@ "type": "create:deploying", "ingredients": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" }, { "item": "createindustry:screwdriver" @@ -68,7 +68,7 @@ ], "results": [ { - "item": "createindustry:unprocessed_steel_mechanism" + "item": "createindustry:unfinished_steel_mechanism" } ] }