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
&&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(

View File

@@ -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();

View File

@@ -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
}

View File

@@ -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
}

View File

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

View File

@@ -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"
}
]
}