Tinkers' Compliment's High Oven gives 2.5x ore easily early game
SSyl opened this issue ยท 4 comments
Modpack version
1.77
Issues
-
Tinkers' Compliment's High Oven gives 2.5x ore and is easily made very early in the game. All you need to make it is Scorched Bricks, which is just Seared Stone poured over a minecraft brick using the Smeltery. Essentially, as soon as you get a Tinker's Construct Smeltery you're just minutes away from having the capability to get 2.5x the ingot yield per ore.
-
In addition, the High Oven lets you put in 1x Iron Ore, 1x Gunpowder, 1x Redstone, 1x Sand to get 2.5 ingots of Steel. This essentially allows you to bypass using the Coke Oven and Blast Furnace as well as letting you get 2.5x ingots of Steel per single Iron Ore.
-
It also allows you to melt Redstone into Destabilized Redstone giving you early access to Signalum. However, that's fairly minor since you can't do much with Signalum until you get to Thermal Expansion anyway.
Suggested Solutions
-
You can tweak the ore to ingot ratio in the tcomplement.cfg file. I think that setting it to 1.0 would put it in balance with the rest of the early game ore processing.
-
You'd have to use CraftTweaker to disable the creation of steel in the high oven. Although, if you did set the ore to ingot ratio to 1.0 it should deter anyone from bothering with the high oven to make steel since the material cost would outweigh using the Coke Oven + Blast Furnace.
Removing it using CraftTweaker seems as simple as this:
import mods.tcomplement.highoven.HighOven;
// HighOven.removeMixRecipe(ILiquidStack output, @Optional ILiquidStack input);
HighOven.removeMixRecipe(<liquid:steel>); // disable any steel-producing mix recipe
- You can probably leave the Destabilized Redstone melting as is unless I'm missing some hidden use for signalum.
IMHO High Oven is awkward for Ore doubling, because it have several disadvantages:
- It have very small inside buffer - Oven capped in size (can be only 3x3) so 1 slot for 8 scorched bricks block
- 2.5 doubling causing excess liquid left inside often
- Small Plate Presser relatively cheap too (need 6 more iron to make), but doubling ore way too faster (about 3 ticks / ore)
Duely noted, but it is unintentional that it can 2.5x ores - Maybe 1.5x would be fine.