FallingColors / HexMod

Minecraft mod about drawing spells
MIT License
122 stars 87 forks source link

Disjunction Dstl entry still mentions Combination Dstl even though it no longer exists #753

Open Robotgiggle opened 3 weeks ago

Robotgiggle commented 3 weeks ago

Minecraft version

1.20.1

Hex Casting version

0.11.1-7-pre-669

Issue description

The book entry for Disjunction Distillation says the following:

With two lists, this creates a list of every element from the first list, plus every element from the second list that is not in the first list. This is similar to Combination Distillation.

However, Combination Distillation no longer exists. The link does send you to the correct page (the Additive Distillation entry in the Lists chapter) but the text should probably be changed.