diff --git a/CHANGELOG.md b/CHANGELOG.md index 663c156..6e9f212 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 1d7409f..28c5060 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ In addition to the games, the following mods are supported: - Basic Grenades - Basic Materials - Caverealms +- Darks - Email - Handholds - HBArmor diff --git a/export.sh b/export.sh index 1a0f48d..380a9d3 100755 --- a/export.sh +++ b/export.sh @@ -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" diff --git a/repixture/wieldhand/wieldhand_0.png b/repixture/wieldhand/wieldhand_0.png new file mode 100644 index 0000000..807ec23 Binary files /dev/null and b/repixture/wieldhand/wieldhand_0.png differ diff --git a/repixture/wieldhand/wieldhand_1.png b/repixture/wieldhand/wieldhand_1.png new file mode 100644 index 0000000..9321697 Binary files /dev/null and b/repixture/wieldhand/wieldhand_1.png differ diff --git a/repixture/wieldhand/wieldhand_2.png b/repixture/wieldhand/wieldhand_2.png new file mode 100644 index 0000000..06fd8d2 Binary files /dev/null and b/repixture/wieldhand/wieldhand_2.png differ diff --git a/repixture/wieldhand/wieldhand_3.png b/repixture/wieldhand/wieldhand_3.png new file mode 100644 index 0000000..0a23145 Binary files /dev/null and b/repixture/wieldhand/wieldhand_3.png differ diff --git a/repixture/wieldhand/wieldhand_4.png b/repixture/wieldhand/wieldhand_4.png new file mode 100644 index 0000000..195cf07 Binary files /dev/null and b/repixture/wieldhand/wieldhand_4.png differ diff --git a/repixture/wieldhand/wieldhand_5.png b/repixture/wieldhand/wieldhand_5.png new file mode 100644 index 0000000..91f252b Binary files /dev/null and b/repixture/wieldhand/wieldhand_5.png differ diff --git a/repixture/wieldhand/wieldhand_6.png b/repixture/wieldhand/wieldhand_6.png new file mode 100644 index 0000000..414a5be Binary files /dev/null and b/repixture/wieldhand/wieldhand_6.png differ diff --git a/repixture/wieldhand/wieldhand_7.png b/repixture/wieldhand/wieldhand_7.png new file mode 100644 index 0000000..9b2e084 Binary files /dev/null and b/repixture/wieldhand/wieldhand_7.png differ diff --git a/repixture/wieldhand/wieldhand_8.png b/repixture/wieldhand/wieldhand_8.png new file mode 100644 index 0000000..33875a8 Binary files /dev/null and b/repixture/wieldhand/wieldhand_8.png differ diff --git a/stamp.sh b/stamp.sh index 722cf73..5e1487f 100755 --- a/stamp.sh +++ b/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"` diff --git a/texture_pack.conf b/texture_pack.conf index dc5d4c3..6c1a848 100644 --- a/texture_pack.conf +++ b/texture_pack.conf @@ -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