fixes + balancing

This commit is contained in:
DrMangoTea
2023-11-15 14:38:04 +01:00
parent ed1b3607df
commit d4c971e4c3
6 changed files with 20 additions and 20 deletions

View File

@@ -187,7 +187,7 @@ public class CokeOvenBlockEntity extends TFMGMachineBlockEntity implements IWren
if(lastRecipe!=null if(lastRecipe!=null
&&isController &&isController
&&timer==-1 &&timer==-1
&&inputInventory.getItem(0).getCount()>=10&& &&inputInventory.getItem(0).getCount()>=5&&
(tank2.getPrimaryHandler().getFluidAmount()+CARBON_DIOXIDE_PRODUCTION)<=tank2.getPrimaryHandler().getCapacity()&& (tank2.getPrimaryHandler().getFluidAmount()+CARBON_DIOXIDE_PRODUCTION)<=tank2.getPrimaryHandler().getCapacity()&&
(tank1.getPrimaryHandler().getFluidAmount()+lastRecipe.getFluidResults().get(0).getAmount())<=tank1.getPrimaryHandler().getCapacity( (tank1.getPrimaryHandler().getFluidAmount()+lastRecipe.getFluidResults().get(0).getAmount())<=tank1.getPrimaryHandler().getCapacity(

View File

@@ -269,7 +269,7 @@ public class TFMGBlocks {
.strength(3.0F) .strength(3.0F)
.requiresCorrectToolForDrops()) .requiresCorrectToolForDrops())
.transform(BuilderTransformers.scaffold("aluminum", .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)) TFMGSpriteShifts.ALUMINUM_SCAFFOLD, TFMGSpriteShifts.ALUMINUM_SCAFFOLD_INSIDE, TFMGSpriteShifts.ALUMINUM_SCAFFOLD_TOP))
.register(); .register();

View File

@@ -3,18 +3,18 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" ", " ",
"SSS", "EE ",
" " " "
], ],
"key": { "key": {
"S": { "E": {
"tag": "forge:ingots/steel" "tag": "forge:ingots/steel"
} }
}, },
"result": { "result": {
"item": "createindustry:steel_pipe", "item": "createindustry:steel_pipe",
"count": 4 "count": 6
} }

View File

@@ -2,19 +2,19 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" S ", " E ",
" S ", " E ",
" S " " "
], ],
"key": { "key": {
"S": { "E": {
"tag": "forge:ingots/steel" "tag": "forge:ingots/steel"
} }
}, },
"result": { "result": {
"item": "createindustry:steel_pipe", "item": "createindustry:steel_pipe",
"count": 4 "count": 6
} }

View File

@@ -17,7 +17,7 @@
}, },
"result": { "result": {
"item": "createindustry:steel_fluid_tank", "item": "createindustry:steel_fluid_tank",
"count": 1 "count": 2
} }

View File

@@ -5,14 +5,14 @@
"item": "createindustry:heavy_plate" "item": "createindustry:heavy_plate"
}, },
"transitionalItem": { "transitionalItem": {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
}, },
"sequence": [ "sequence": [
{ {
"type": "create:deploying", "type": "create:deploying",
"ingredients": [ "ingredients": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
}, },
{ {
"tag": "forge:ingots/steel" "tag": "forge:ingots/steel"
@@ -20,7 +20,7 @@
], ],
"results": [ "results": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
} }
] ]
}, },
@@ -28,7 +28,7 @@
"type": "create:deploying", "type": "create:deploying",
"ingredients": [ "ingredients": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
}, },
{ {
"tag": "forge:ingots/aluminum" "tag": "forge:ingots/aluminum"
@@ -36,7 +36,7 @@
], ],
"results": [ "results": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
} }
] ]
}, },
@@ -44,7 +44,7 @@
"type": "create:deploying", "type": "create:deploying",
"ingredients": [ "ingredients": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
}, },
{ {
"item": "createindustry:screw" "item": "createindustry:screw"
@@ -52,7 +52,7 @@
], ],
"results": [ "results": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
} }
] ]
}, },
@@ -60,7 +60,7 @@
"type": "create:deploying", "type": "create:deploying",
"ingredients": [ "ingredients": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
}, },
{ {
"item": "createindustry:screwdriver" "item": "createindustry:screwdriver"
@@ -68,7 +68,7 @@
], ],
"results": [ "results": [
{ {
"item": "createindustry:unprocessed_steel_mechanism" "item": "createindustry:unfinished_steel_mechanism"
} }
] ]
} }