Closed 1.0.4: Script fixs!

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Booker The Geek

Well-Known Member
Feb 26, 2013
1,664
222
78
Pacific North West, USA
So.. Listed in each script fix is WHERE to place them. These are not working reliable otherwise.... :(


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: