Add Minecraft versions
This commit is contained in:
@@ -66,8 +66,13 @@ layout: compress
|
|||||||
<div itemprop="mainEntityOfPage">{{ page.excerpt }}</div>
|
<div itemprop="mainEntityOfPage">{{ page.excerpt }}</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if page.mc_versions %}
|
||||||
|
<b>Available for Minecraft:</b>
|
||||||
|
{{ page.mc_versions | join: ", " }}
|
||||||
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
<div class="page-content" itemprop="articleBody">
|
<div class="page-content" itemprop="articleBody">
|
||||||
{% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=1 h_max=4 %}
|
{% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=1 h_max=4 %}
|
||||||
{% if page.tweet %}
|
{% if page.tweet %}
|
||||||
|
|||||||
@@ -4,5 +4,6 @@ slug: mouse-wheelie
|
|||||||
curseforge: mouse-wheelie
|
curseforge: mouse-wheelie
|
||||||
modrinth: mouse-wheelie
|
modrinth: mouse-wheelie
|
||||||
excerpt: A mod extending the mouse wheel and inventory interactions — e.g. scrolling, refilling and sorting.
|
excerpt: A mod extending the mouse wheel and inventory interactions — e.g. scrolling, refilling and sorting.
|
||||||
|
mc_versions: [1.14, 1.15, 1.16, 1.17]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user