Skip to content

Commit ba8b38a

Browse files
Deployed 3f7e588 to 1.20.1 with MkDocs 1.6.1 and mike 2.1.3
1 parent f01d17a commit ba8b38a

File tree

4 files changed

+121
-95
lines changed

4 files changed

+121
-95
lines changed

1.20.1/Modpacks/Changes/v7.5.0/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,17 @@
33163316
</span>
33173317
</a>
33183318

3319+
</li>
3320+
3321+
<li class="md-nav__item">
3322+
<a href="#lamp-predicates" class="md-nav__link">
3323+
<span class="md-ellipsis">
3324+
3325+
Lamp Predicates
3326+
3327+
</span>
3328+
</a>
3329+
33193330
</li>
33203331

33213332
</ul>
@@ -4299,6 +4310,17 @@
42994310
</span>
43004311
</a>
43014312

4313+
</li>
4314+
4315+
<li class="md-nav__item">
4316+
<a href="#lamp-predicates" class="md-nav__link">
4317+
<span class="md-ellipsis">
4318+
4319+
Lamp Predicates
4320+
4321+
</span>
4322+
</a>
4323+
43024324
</li>
43034325

43044326
</ul>
@@ -4347,6 +4369,10 @@ <h2 id="machine-cover-copypaste-system">Machine &amp; Cover Copy/Paste System</h
43474369
<p>A new system for copying machines using the Machine Memory Card has been added, see <a href="../../Other-Topics/Cover-Machine-Copy-Paste-Support/">this page</a> if you want to add extra copy/paste behaviour to your own machines and covers.</p>
43484370
<h2 id="mortar-recipe-fix">Mortar Recipe Fix</h2>
43494371
<p>Previously, adding GTToolType.MORTAR to your tool did not automatically generate the recipe. This has been fixed. If you previously generated a recipe using this, you need to remove your manual recipe.</p>
4372+
<h2 id="lamp-predicates">Lamp Predicates</h2>
4373+
<p>Previously, lamps were not useable with the terminal in multiblocks. There are new lamp predicates that will help solve this problem.
4374+
The predicate to use all lamps is: <code>Predicates.anyLamp()</code>
4375+
The predicate to use a specific color is: <code>Predicates.lampsByColor(DyeColor.DYE_COLOR)</code>. Where DYE_COLOR is the name of the color you want.</p>
43504376

43514377

43524378

1.20.1/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)