mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-23 15:30:18 +02:00
.github
menu
mods
beds
binoculars
boats
bones
bucket
butterflies
carts
creative
default
doors
dungeon_loot
dye
env_sounds
farming
fire
fireflies
locale
textures
fireflies_bottle.png
fireflies_bottle_animated.png
fireflies_bugnet.png
fireflies_firefly.png
fireflies_firefly_animated.png
README.txt
init.lua
license.txt
mod.conf
flowers
game_commands
give_initial_stuff
keys
map
mtg_craftguide
player_api
screwdriver
sethome
sfinv
spawn
stairs
tnt
vessels
walls
weather
wool
xpanes
utils
.gitignore
.luacheckrc
LICENSE.txt
README.md
game.conf
game_api.txt
minetest.conf
minetest.conf.example
schematic_tables.txt
screenshot.png
settingtypes.txt
Only a single program was used to safely compress all textures in MTG. * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f` The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode. utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.