Add Minecraft versions

This commit is contained in:
2021-05-04 18:07:31 +02:00
parent 403ca71f8c
commit 89dbb9820f
2 changed files with 6 additions and 0 deletions

View File

@@ -66,8 +66,13 @@ layout: compress
<div itemprop="mainEntityOfPage">{{ page.excerpt }}</div>
</div>
{% endif %}
{% if page.mc_versions %}
<b>Available for Minecraft:</b>
{{ page.mc_versions | join: ", " }}
{% endif %}
</header>
<div class="page-content" itemprop="articleBody">
{% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=1 h_max=4 %}
{% if page.tweet %}

View File

@@ -4,5 +4,6 @@ slug: mouse-wheelie
curseforge: mouse-wheelie
modrinth: mouse-wheelie
excerpt: A mod extending the mouse wheel and inventory interactions &mdash; e.g. scrolling, refilling and sorting.
mc_versions: [1.14, 1.15, 1.16, 1.17]
---