So.. Listed in each script fix is WHERE to place them. These are not working reliable otherwise....
- Broken comprilla not craftable
- Changed recipe as I can not Minetweaker the Petal Apothecary to accept flint
- Auto Compressor
- Not fixable that I can see, Issue reported.
- Slab Version of Tool Forge not craftable
- No crafting achievement for Buildcraft gears
Code:
#Broken Comprilla
#Botania.zs
mods.botania.Apothecary.removeRecipe(<Botania:specialFlower>.withTag({type:"excompressum.brokenComprilla"}));
mods.botania.Apothecary.addRecipe(<Botania:specialFlower>.withTag({type:"excompressum.brokenComprilla"}), [<Botania:petal:15>, <Botania:petal:15>, <Botania:petal>, <Botania:petal>, <Botania:petal:3>, <Botania:petal:3>, <Botania:manaResource:6>]);
Code:
#Slab Tool Forge
#Tinkers.zs
recipes.addShapeless(<TConstruct:CraftingSlab:5>, [<TConstruct:ToolForgeBlock>]);
Code:
#Buildcraft Gear Achievement
#MinecraftGettingStarted.zs
recipes.addShapeless(<BuildCraft|Core:ironGearItem>, [<ThermalFoundation:material:12>]);
recipes.addShapeless(<ThermalFoundation:material:12>, [<BuildCraft|Core:ironGearItem>]);
recipes.addShapeless(<BuildCraft|Core:goldGearItem>, [<ThermalFoundation:material:13>]);
recipes.addShapeless(<ThermalFoundation:material:13>, [<BuildCraft|Core:goldGearItem>]);
Last edited: