Skip to content

Releases: iglee42/CreateCasing

Create Encased 1.9.0-ht1 for mc1.21.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 09:27
d947e33

CreateEncased 1.9.0-ht1:

Gameplay Changes

  • Encased Slicers ponder now uses the Slice and Dice translations making them available in more languages

Bug Fixes

  • Fix crashes with Create Colorful Pipes #191 #192
  • Fix crash on dedicated servers #193

Create Encased 1.9.0 for mc1.21.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:14
3d44764

CreateEncased 1.9.0 - The Fluid Update:

Gameplay Changes

  • Add Andesite & Zinc Sheets for crafting
  • Add a Zinc casing (For now can only encase Shaft, Cogwheels and Fluid Pipes)
  • Add custom (smart) fluid pipes, pumps, tanks, valves (handles), steam engines/whistles, portable fluid interfaces, item drains, spouts and hose pulleys (Declined in andesite, brass and zinc)
  • Encased blocks ponder now uses the Create translations making them available in more languages
  • Encased blocks now use the stress values from the default Create block (can be changed in configs) #126

Bug Fixes

  • Fix encased presses recipes not the same as the normal press #189
  • Fix auto clutches not working properly with the speed mode
  • Fix incompatible crafting recipes between encased storage and fluid interfaces
  • Encased custom shafts are now requiring the right item when placed with schematics

API Changes

  • encasedWoodenShaft(), encasedWoodenCogwheel() & encasedWoodenLargeCogwheel() methods have been renamed to encasedCustomShaft() ,encasedCustomCogwheel() & encasedCustomLargeCogwheel() for casing sets
  • Add encasedCustomPipe() method to allow the casing set to be used to create encased custom fluid pipes (Warning this option is enabled when calling .fluids())
  • Add FluidSet class to allow the creation of custom fluid sets with the mod
  • Add getAllBlocks() method to CasingSet and FluidSet to allow the retrieval of all blocks (generated or not) in the set
  • Renamed ModConfigs class to EncasedConfigs to avoid conflicts with other mods

1.8.1-ht2 for 1.21.1

Choose a tag to compare

@iglee42 iglee42 released this 24 Jun 20:32
1.8.1-ht2-1.21.1
1e27089
  • Fix Compat with newer version of Slice and Dice #188 #184

1.8.1-ht1 for 1.21.1

Choose a tag to compare

@iglee42 iglee42 released this 23 May 13:53
1.8.1-ht1-1.21.1
7cb3cf6
  • Hotfix 1, Fix crash when JEI not installed

1.8.1 for 1.21.1

Choose a tag to compare

@iglee42 iglee42 released this 17 May 16:11
1.8.1-1.21.1
  • Version 1.8.1
  • New Shaft, Cogwheel and Large Cogwheels for Andesite Alloy, Brass, Copper and Zinc (#174)
  • Add Slice And Dice Compat (Encasable Slicers)
  • Merge remote-tracking branch 'origin/1.21.1/main' into 1.21.1/main
  • Fix StitchedSprite concurrent modification exception (#154) (Thanks to cylian914)
  • fix #154
  • Shaft custom function are now disabled by default
  • Load the mod after to ensure initialization of some features
  • Brass Shaft is now encasable + Fix rendering issues on custom shafts
  • Reworked logic of Custom Encased Chain Drive (Removed Mixin of RotationPropagator) (#182)
  • Add Automatic Clutch to replace the Brass Shaft
  • Move some mixins into client #175
  • Add missing JEI catalysts #179
  • Adding saw capabilities #171 #180