You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/Modpacks/Changes/v7.5.0.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ We have added a second Generic argument to our (Multiblock)MachineBuilder. This
10
10
## Machine & Cover Copy/Paste System
11
11
A new system for copying machines using the Machine Memory Card has been added, see [this page](../Other-Topics/Cover-Machine-Copy-Paste-Support.md) if you want to add extra copy/paste behaviour to your own machines and covers.
12
12
13
+
## Multiblock Structure Change
14
+
The Large Fractionating Still no longer requires a muffler hatch, allowing it to be used in cleanrooms.
15
+
13
16
## RecipeCondition Generics
14
17
We have added a Generic argument to `RecipeCondition` describing the condition.
15
18
This means that your custom recipe conditions now need to extend `RecipeCondition<MyCondition>` (whereas before they just extended `RecipeCondition`).
@@ -71,4 +74,4 @@ you should **NOT** use `PipeModel#dynamicModel()` and instead set the model with
71
74
## Lamp Predicates
72
75
Previously, lamps were not useable with the terminal in multiblocks. There are new lamp predicates that will help solve this problem.
73
76
The predicate to use all lamps is: `Predicates.anyLamp()`
74
-
The predicate to use a specific color is: `Predicates.lampsByColor(DyeColor.DYE_COLOR)`. Where DYE_COLOR is the name of the color you want.
77
+
The predicate to use a specific color is: `Predicates.lampsByColor(DyeColor.DYE_COLOR)`. Where DYE_COLOR is the name of the color you want.
0 commit comments