Finalize v1.4.0 release
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
# v1.4.0
|
||||
- Add object crosshair texture
|
||||
- Add optimization pass to CI/CD pipeline
|
||||
- Generate cdb.json in CI/CD pipeline
|
||||
- Update Repixture support to the latest version
|
||||
- Update Moreblocks support to the latest version
|
||||
- Add support for the following mods:
|
||||
- Darks
|
||||
- Deprecated support for the following mods:
|
||||
- Baked Clay
|
||||
- Ethereal NG
|
||||
- Mobs Monster
|
||||
- Mobs Redo
|
||||
|
||||
# v1.3.0
|
||||
- Fix transparency issues introduced by changes in Minetest 5.4
|
||||
- Add new CTF textures
|
||||
|
@ -15,6 +15,7 @@ In addition to the games, the following mods are supported:
|
||||
- Basic Grenades
|
||||
- Basic Materials
|
||||
- Caverealms
|
||||
- Darks
|
||||
- Email
|
||||
- Handholds
|
||||
- HBArmor
|
||||
|
@ -176,6 +176,7 @@ folderExport "repixture/player_skins"
|
||||
folderExport "repixture/ui"
|
||||
folderExport "repixture/village"
|
||||
folderExport "repixture/weather"
|
||||
folderExport "repixture/wieldhand"
|
||||
makeAlphas "repixture/default/alphas.txt"
|
||||
makeClones "repixture-clones.txt"
|
||||
|
||||
|
BIN
repixture/wieldhand/wieldhand_0.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_1.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_2.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_3.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_4.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_5.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_6.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_7.png
Normal file
After Width: | Height: | Size: 935 B |
BIN
repixture/wieldhand/wieldhand_8.png
Normal file
After Width: | Height: | Size: 935 B |
2
stamp.sh
@ -23,8 +23,6 @@ convert "${EXPORT_DIR}/screenshot.png" \
|
||||
# Stamp the provided version number into the texture_pack.conf
|
||||
echo "release = ${1}" >> "${EXPORT_DIR}/texture_pack.conf"
|
||||
|
||||
# TODO: Optipng pass
|
||||
|
||||
# Generate an escaped long description for .cdb.json
|
||||
export SHORT_DESCRIPTION=`awk -f "short_description.awk" "README.md"`
|
||||
export LONG_DESCRIPTION=`awk -f "long_description.awk" "README.md"`
|
||||
|
@ -1,5 +1,5 @@
|
||||
title = RPG16
|
||||
name = rpg16
|
||||
author = Hugues Ross
|
||||
description = 16px - A simple texturepack reminiscent of classic RPGs. Currently supports Minetest Game.
|
||||
description = 16px - A simple texturepack reminiscent of classic RPGs. Currently supports Minetest Game and Repixture.
|
||||
min_minetest_version = 5.3
|
||||
|