mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Update changelog
This commit is contained in:
parent
242871bdaa
commit
1f3782d336
1 changed files with 40 additions and 8 deletions
48
changelog.md
48
changelog.md
|
@ -1,9 +1,11 @@
|
|||
------------------------------------------------------
|
||||
Create 6.0.0
|
||||
------------------------------------------------------
|
||||
|
||||
_Now using Flywheel 1.0_
|
||||
|
||||
Additions
|
||||
#### Additions
|
||||
|
||||
- Chain conveyor
|
||||
- Item hatch
|
||||
- Packager and Re-packager
|
||||
|
@ -26,8 +28,8 @@ Additions
|
|||
- Industrial iron window
|
||||
- Weathered iron block and windows
|
||||
|
||||
#### Art Changes
|
||||
|
||||
Art
|
||||
- Palette and model updates to all copper-based components
|
||||
- Rope and hose pulley motion now uses a scrolling texture
|
||||
- Increased vertical size of train and contraption controls to a full block
|
||||
|
@ -38,8 +40,8 @@ Art
|
|||
- Updates to various UI screens and components
|
||||
- Bars and window item models are now consistent with vanilla
|
||||
|
||||
#### Gameplay Changes
|
||||
|
||||
Gameplay
|
||||
- Redstone links are now andesite tier
|
||||
- All links now use a new ingredient item, the transmitter
|
||||
- New advancement chain for high logistics components
|
||||
|
@ -50,7 +52,8 @@ Gameplay
|
|||
- Added train schedule instructions for delivering or retrieving packages
|
||||
- Basins no longer limit to 16 items per slot
|
||||
- Mechanical crafters waste less time on empty animation frames
|
||||
- In common cobblegen scenarios, stationary drills now skip breaking blocks and just insert the result items into open inventories directly below
|
||||
- In common cobblegen scenarios, stationary drills now skip breaking blocks and just insert the result items into open
|
||||
inventories directly below
|
||||
- Held clipboards can now copy entries from other in-world clipboards
|
||||
- Metal ladders no longer require a wall if another ladder block is above them
|
||||
- Bells assembled to elevator contraptions now activate when arriving at a floor
|
||||
|
@ -62,9 +65,11 @@ Gameplay
|
|||
- Implemented a system for generating certain recipes at runtime to improve mod compat
|
||||
- Boiler gauge now disappears when blocks are clipping into it
|
||||
- Added a keybind that opens a radial menu for rotating blocks with the wrench
|
||||
- Added pressing recipes for coarse dirt and rooted dirt which both produce dirt paths (#7186)
|
||||
- Updated JEI integration and added potion fluids to the JEI sidebar (#6934)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
Bug Fixes
|
||||
- Deployers can no longer take a seat
|
||||
- Fixed contraptions keeping pressure plates and tripwires activated (#7255)
|
||||
- Steam engine placement assist now shows a normal shaft
|
||||
|
@ -89,15 +94,42 @@ Bug Fixes
|
|||
- Fixed InventorySorter able to take items from ghost/filter inventories
|
||||
- Fixed typo in better end compat recipe
|
||||
- FTB buttons no longer show in create screens
|
||||
- Fixed mechanical arm interactions with jukeboxes (#5902)
|
||||
- Fixed toolboxes not giving a comparator output signal (#6973)
|
||||
- Fixed copper slabs and stairs being missing from the respective tags (#3080)
|
||||
- Fix incorrect copycat panel culling when framed glass is used and sodium is installed (Fabricators-of-Create#1540)
|
||||
- Fixed Fix waterlogged bracketed kinetics dropping the bracket (Fabricators-of-Create#1552)
|
||||
- Switched away from using streams in ContraptionCollider fixing a rare crash (#5043)
|
||||
- Fixed pumps not placing fluids into flowing fluids of the same type (#5884)
|
||||
- Fixed schematicannons not consuming the right number of group items (#6983)
|
||||
- Fixed backtanks getting incompatible enchants via smithing tables (#6687)
|
||||
- Fixed Lectern Controllers storing ItemStacks from nbt (#7143)
|
||||
- Optimized spout recipe generation by avoiding filling non-empty items (#7274)
|
||||
- Fixed crash when dying nixie tubes with dye depots dyes (#6694)
|
||||
- Fix enchantments getting trimmed from non-filter items (#7216)
|
||||
- Fixed sandpaper polishing recipes not working in sequenced assembly recipes (#7259)
|
||||
- Fixed mechanical drills and saws using the friendly creatures sound source instead of the blocks sound source (#7038)
|
||||
- Fixed backtank crashing on ctrl+pick block (#7284)
|
||||
- Improved memory usage of drain category in JEI (#7277)
|
||||
- Fixed getSize() throwing an error on newly loaded display link peripherals (#7059)
|
||||
- Fixed inability to mill cactus when Quark is installed (#7215)
|
||||
- Fixed rare spout crash and offset rendering (#7025)
|
||||
- Fixed deploying food resulting in missing particles and not returning the correct items (#7288)
|
||||
|
||||
#### API Changes
|
||||
|
||||
API Changes
|
||||
- Versioning change: `major.minor.patch`, starting with `6.0.0`
|
||||
- Ponder is now a separate library mod. It comes shipped with the create jar.
|
||||
- Added `#create:chain_rideable` to mark items as valid for riding a chain with
|
||||
- Added `#create:invalid_for_track_paving` for items
|
||||
- New API for custom storage block behaviour on contraptions. For simple cases, create provides the `#create:simple_mounted_storage` and `#create:chest_mounted_storage` block tags.
|
||||
- Added `#create:sugar_cane_variants` to allow the mechanical saw to work with custom sugarcane variants (#7263)
|
||||
- New API for custom storage block behaviour on contraptions.
|
||||
For simple cases, create provides the `#create:simple_mounted_storage` and `#create:chest_mounted_storage` block tags.
|
||||
- Removed LangMerger and related classes
|
||||
- Implemented an api to allow mods to register schematic requirements, partial safe nbt and contraption transforms without implementing interfaces (#4702)
|
||||
- Implemented an api to allow mods to register schematic requirements, partial safe nbt and contraption transforms
|
||||
without implementing interfaces (#4702)
|
||||
- Add a method that developers can override to change the icon in goggle tooltips
|
||||
- Refactored Item Attributes types, Fan processing types and Arm interaction points, all 3 now use registries
|
||||
- Synced AllPortalTracks with Create Fabric
|
||||
- Implemented DyeHelper api (#7265)
|
||||
- Implemented api to add custom block train conductors (#7030)
|
||||
|
|
Loading…
Add table
Reference in a new issue