Note deprecated state of texture pack
This commit is contained in:
parent
df2b491c43
commit
19d3d6a0d9
@ -4,6 +4,7 @@
|
||||
SHORT_DESCRIPTION
|
||||
"tags": [ "16px" ],
|
||||
"media_license": "CC-BY-SA-4.0",
|
||||
"dev_state": "DEPRECATED",
|
||||
"repo": "https://gitlab.com/Df458/rpg16",
|
||||
"website": "https://www.huguesross.net",
|
||||
"issue_tracker": "https://gitlab.com/Df458/rpg16/issues",
|
||||
|
@ -1,3 +1,10 @@
|
||||
# v1.4.2
|
||||
- Fix keys appearance in Minetest Game
|
||||
- Mark support as ended
|
||||
- Deprecated support for the following mods:
|
||||
- Ctf
|
||||
- Repixture
|
||||
|
||||
# v1.4.0
|
||||
- Add object crosshair texture
|
||||
- Add optimization pass to CI/CD pipeline
|
||||
|
@ -2,13 +2,16 @@
|
||||
A simple texturepack reminiscent of classic RPGs
|
||||
Created by [Hugues Alexandre Ross](https://huguesross.net)
|
||||
|
||||
## Important Notice
|
||||
_RPG16 us no longer actively supported. Merge Requests to fix content may be accepted, as long as they meet the basic quality and style criteria. However, no further active development should be expected. Use of this texture pack is no longer recommended as support will gradually fail when supported mods/games are updated_
|
||||
|
||||
## Game Support
|
||||
The following games are supported:
|
||||
|
||||
- Minetest Game
|
||||
|
||||
## Mod Support
|
||||
In addition to the games, the following mods are supported:
|
||||
In addition to this game, the following mods are supported:
|
||||
|
||||
- 3D Armor
|
||||
- Awards
|
||||
@ -33,7 +36,7 @@ In addition to the games, the following mods are supported:
|
||||
- Simple Shooter
|
||||
- [Stamina](https://content.minetest.net/packages/sofar/stamina/)
|
||||
|
||||
**The following mods/games are deprecated. Textures from them remain for backwards-compatibility, but they no longer receive updates or support:**
|
||||
**The following mods/games are deprecated. Textures from them remain for backwards-compatibility, but they are no longer supported:**
|
||||
|
||||
- (Game) Capture the Flag
|
||||
- (Game) Repixture
|
||||
|
@ -8,7 +8,7 @@ BEGIN {
|
||||
}
|
||||
|
||||
{
|
||||
if (header_count > 1 && header_count < 5) {
|
||||
if (header_count > 1 && header_count < 6) {
|
||||
if (long_description == "") {
|
||||
long_description = $0;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user