1
+ ------------------------------------------------------
2
+ Create 6.0.4
3
+ ------------------------------------------------------
4
+
5
+ #### Bug Fixes
6
+
7
+ - Fixed crash when using mechanical arms with composters #7965
8
+ - Fixed chocolate and honey having the wrong map color #5409
9
+ - Fixed goggles not swapping with helmet when equipped #7977
10
+ - Fixed fluid pipe visuals rendering with incorrect uv scale
11
+ - Fixed Re-packager creating invalid item stacks when factory gauges were assigned larger stacks #7963
12
+ - Fixed nixie tubes not updating their text in ponder scenes #7978
13
+ - Clicking conveyors with chains or the wrench now takes priority over picking up packagers from them
14
+ - Fix Processing recipes ignoring item components (1.21) #7962
15
+
16
+ ------------------------------------------------------
17
+ Create 6.0.3
18
+ ------------------------------------------------------
19
+
20
+ #### Bug Fixes
21
+
22
+ - Fixed certain block entities not rendering on contraptions #7790 #7782 #7774
23
+ - Fixed sign text and color getting removed by display links #7250
24
+ - Changed sandpaper item rendering to use Gui transform
25
+ - Fixed crash when using or viewing sandpaper polishing recipes (1.21)
26
+ - Fixed crash with recent versions of ftb library
27
+ - Fixed belts interacting with horizontal crushing wheels inconsistently #7445
28
+ - Allow Re-Packager to split packages with multiple crafting recipes into single packages
29
+ - Fixed contraptions not able to break ice blocks #4415
30
+ - Increased rope pulley view distance #4836
31
+ - Fixed create datagen running in addon workspaces (#7862 )
32
+ - Fixed Fluid recipes missing outputs, and crash when using create fluid buckets on basin (#7884 )
33
+ - Fixed crash when placing empty linked controllers in lecterns #7876
34
+ - Fixed issues with elevator contact display link behavior
35
+ - Fixed double chest lighting on contraptions
36
+ - Added flywheel optimisations for fluids in windowed pipes
37
+ - Fixed bogey lighting not updating correctly while switching between styles
38
+ - Fixed cardboard sword not being enchantable #7736
39
+ - Fixed crash with redstone requester #7788
40
+ - Fixed being able to enchant cardboard swords with other enchantments when using anvils
41
+ - Fixed metal ladders being able to hang in wrong directions #7395
42
+ - Fixed player chain conveyor animation playing when game is paused #7390
43
+ - Fixed elevator floor description rendering being offset from the controls block
44
+
1
45
------------------------------------------------------
2
46
Create 6.0.2
3
47
------------------------------------------------------
@@ -10,7 +54,7 @@ Create 6.0.2
10
54
- Fixed Shopping lists disappearing when clicking a different table cloth #7548
11
55
- Fix mixin conflict with immersive portals
12
56
- Fix factory gauge display sources causing crashes #7645
13
- - Fix BlockEntityRenderHelper ignoring BlockEntityRender#shouldRender #7639
57
+ - Fix Schematics sometimes rendering block entity elements when it shouldn't #7639
14
58
- Fix Chiseled Bookshelves having wrong the blockstates when placed with a schematic cannon #7642
15
59
- Fix horizontal crushing wheels not working properly #7445
16
60
- Fix rotating shader not correctly handling color
@@ -28,10 +72,17 @@ Create 6.0.2
28
72
- Fix rotation keybind not supporting mouse buttons
29
73
- Fixed deployers not being able to harvest honeycomb with modded shears #4570
30
74
- Safety check for schedule pointer exceeding the total count #7492
31
- - Default packager unwrapping behaviour uses more robust insertion method when not in a simulation #7426
75
+ - Fixed packager unpacking leading to item multiplication in special modded inventories #7426
32
76
- Fixed redstone links not updating neighbours when toggling from receiver to transmitter #7715
33
77
- Fix KineticStressDisplaySource not working properly #7659
34
78
- Fix sequenced assembly not correctly handling errors (1.21.1)
79
+ - The JEI search bar is now synchronised to the stock keeper search bar (configurable)
80
+ - Fixed JEI plugin modifying ingredient fluid amounts for visual purposes
81
+ - Fixed belts moving a sneaking player even when not wearing the full cardboard set #7691
82
+ - Packagers can now read multiple lines on signs for package addressing
83
+ - Factory Gauge request interval is now configurable
84
+ - Fixed train map integration crashing when there are derailed trains or trains in another dimension (1.21.1)
85
+ - Fixed cardboard armor rendering not respecting custom player scaling
35
86
36
87
#### API Changes
37
88
0 commit comments