Releases: iglee42/CreateCasing
Releases · iglee42/CreateCasing
Release list
Create Encased 1.9.0-ht1 for mc1.21.1
Create Encased 1.9.0 for mc1.21.1
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 toencasedCustomShaft(),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
FluidSetclass 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
ModConfigsclass toEncasedConfigsto avoid conflicts with other mods
1.8.1-ht2 for 1.21.1
1.8.1-ht1 for 1.21.1
- Hotfix 1, Fix crash when JEI not installed
1.8.1 for 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