diff --git a/_layouts/mod.html b/_layouts/mod.html
index 972fd23..b06701a 100644
--- a/_layouts/mod.html
+++ b/_layouts/mod.html
@@ -66,8 +66,13 @@ layout: compress
{{ page.excerpt }}
{% endif %}
+ {% if page.mc_versions %}
+ Available for Minecraft:
+ {{ page.mc_versions | join: ", " }}
+ {% endif %}
+
{% include anchor_headings.html html=content anchorClass="anchor-head" beforeHeading=true h_min=1 h_max=4 %}
{% if page.tweet %}
diff --git a/collections/_mods/mouse-wheelie.md b/collections/_mods/mouse-wheelie.md
index 17bfd1d..5390697 100644
--- a/collections/_mods/mouse-wheelie.md
+++ b/collections/_mods/mouse-wheelie.md
@@ -4,5 +4,6 @@ slug: mouse-wheelie
curseforge: mouse-wheelie
modrinth: mouse-wheelie
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]
---