Skip to content

v1.9

Choose a tag to compare

@connor135246 connor135246 released this 26 May 05:38
· 183 commits to master since this release

v1.9

  • changed how recipes work behind the scenes (check out v1.9 Recipe Changes to know if you need to update your recipes)
    • recipes are more like actual crafting recipes in order to support more crafttweaker things, such as transformers
    • recipes now handle container items automatically
    • added two crafttweaker methods that use transformers
      • a method that lets you check for NBT on an item and use it up (for #17)
      • a method that simplifies working with fluids (config recipes that use fluids were updated to work the same way)
    • removed a default config recipe that no longer functions as intended (will be removed from your config automatically)
  • changed how a lot of recipe tooltips look slightly
  • updated how NEI will match ingredients to recipes to be smarter
  • added a tooltip if a campfire item has inventory NBT
  • updated wiki

bug fixes

  • #18 - fix smoke not appearing if the config option "Colorful Campfire Smoke" is off (which it is by default)
  • fix campfires rendering the first frame of their animation for one more tick and the last frame of their animation for one less tick than they should
  • fix campfires not rendering properly if some other renderer turned off GL ALPHA TEST
  • fixed a possible witchery mixin failure if multiple .jars have "witchery" in their name
  • fixed a bug where campfires that want to be burning out as an item but already have some other NBT will burn out immediately
  • fix a couple error messages being swapped
  • fix some error messages not displaying the reason for the error properly
  • fix wildcard crafttweaker recipes always failing
  • fixed a bug where campfire drops could have extra nbt that was only meant to be used internally