Document versions in manual

This commit is contained in:
Wuzzy 2024-10-26 04:14:37 +02:00
parent d85924f24a
commit f0a77ddd22
2 changed files with 33 additions and 1 deletions

View File

@ -37,7 +37,22 @@ Heres whats 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:
<table>
<thead>
<tr><th>Repixture versions</th>
<th>Minimum required Luanti version</th></tr>
</thead>
<tbody>
<tr><td>3.14.0 and later</td><td>5.8.0</td></tr>
<tr><td>3.5.0 to 3.13.1</td><td>5.6.0</td></tr>
<tr><td>3.3.0 to 3.4.1</td><td>5.5.0</td></tr>
<tr><td>1.4.0 to 3.2.1</td><td>5.4.0</td></tr>
<tr><td>1.3.0 to 1.3.2</td><td>5.2.0</td></tr>
<tr><td>0.4.1 to 1.2.0</td><td>5.0.0</td></tr>
</tbody>
</table>
#### Instructions for Luanti 5.8.0 or later (PC version)

View File

@ -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;
}