diff --git a/manual_generator/content/manual.md b/manual_generator/content/manual.md index 97fdded6..25ba5998 100644 --- a/manual_generator/content/manual.md +++ b/manual_generator/content/manual.md @@ -37,7 +37,22 @@ Here’s what’s special in Repixture: ### Installation -To play Repixture, you must have [Luanti](https://minetest.net) installed. The required Luanti version is written in the `README.md` file of the Repixture directory. +To play Repixture, you must have [Luanti](https://minetest.net) installed. The required version of Luanti can be looked up from the following table: + + + + + + + + + + + + + + +
Repixture versionsMinimum required Luanti version
3.14.0 and later5.8.0
3.5.0 to 3.13.15.6.0
3.3.0 to 3.4.15.5.0
1.4.0 to 3.2.15.4.0
1.3.0 to 1.3.25.2.0
0.4.1 to 1.2.05.0.0
#### Instructions for Luanti 5.8.0 or later (PC version) diff --git a/manual_generator/static/assets/css/manual.css b/manual_generator/static/assets/css/manual.css index 997e2834..ef962cf6 100644 --- a/manual_generator/static/assets/css/manual.css +++ b/manual_generator/static/assets/css/manual.css @@ -108,3 +108,20 @@ img { max-width: 100%; height: auto; } +table { + border: 2px solid #404040; + background-color: #99855c; + margin-top: 1em; + margin-bottom: 1em; +} +th, td { + border: 1px solid #404040; + background-color: #9b8e73; + padding: 0.4em; + padding-left: 1em; + padding-right: 1em; +} +th { + font-weight: bold; + background-color: #99855c; +}