Skip to content

v6.9.147

Compare
Choose a tag to compare
@ColonolNutty ColonolNutty released this 28 Feb 19:54
· 258 commits to master since this release
  • Renamed Foods (File and item names mainly)

    • freshpastaMFM -> pastaplainMFM
    • automatopastaMFM -> pastaautomatoMFM
    • bananapastaMFM -> pastabananaMFM
    • butteredpastaMFM -> pastabutteredMFM
    • tomatopastaMFM -> pastatomatoMFM
    • toxictoptartMFM -> poptarttoxictopMFM
    • jamjelonMFM -> jellyjelonMFM
  • Renamed Materials (Recycle the "Old" materials using a Recycler to continue to use them for building, build it under the Generic tab at the Kitchen Crafting table)

    • chocolateblockMFM -> blockchocolateplainMFM
    • darkchocolateblockMFM -> blockchocolatedarkMFM
    • whitechocolateblockMFM -> blockchocolatewhiteMFM
    • pumpkinMFMblock -> pumpkinblockMFM (Just a file name change, not an item name change)
  • Added Recipes

    • PBJ Jelon Sandwich
    • Jelly Jelon Sandwich
  • Updated Scripts

    • Recipe Book & Recipe Crafting API
      • Changed from "NoRecipeBook" tag to "ExcludeFromRecipeBook" tag
      • Tag for excluding recipes from either changed from appending the exclude tag at the end of the method tag to instead being a separate tag.
        • Instead of ["boilingMFMExcludeFromRecipeBook"] or ["boilingMFMNoRecipeBook"] it now becomes ["boilingMFM", "ExcludeFromRecipeBook"]