Include FastFurnace mod (features).
Fast Furnace is superseded by UT. There's no need to bundle it in
Moving fixes for vanilla directly into Cleanroom is one of our goal The only problem is, will this PR crash UT's mixin?
Fast Furnace is superseded by UT. There's no need to bundle it in
I don't think this is true, UT caches crafting recipes only (so that's FastWorkbench functionality?). If I remember correctly, CensoredASM is the one that supersedes FastFurnace, and it mixins into FurnaceRecipes, not TileEntityFurnace. You might want to check Rong's impl in CASM if it's better than FastFurnace and use that.
FastFurnace replaced the furnace block, and it will be override the createNewTileEntity function to creat the faster furnace tile entity.
so run the game with FF is safety.
I searched furnace keywords in UT's curse page, but not found any info of FastFurnace Included.
I have not checked the code of CASM or UT.
btw i merged the TileFastFurnace class into vanila furnace tile code, not more.
I tested the compability this feature with UT or FastFurnace. Not crash and furnace is workable.
It's better to use loliasm's implementation than fastfurnace's.
It's better to use loliasm's implementation than fastfurnace's.
Ok