FDOCS

FAITHFUL PACK DOCS

Make texture using full or half transparent pixels

Introduction

Minecraft Dungeons is known to use textures with invisible or half-visible pixels. This can be an issue when your software do not allow you to save pixels with their alpha value set to 0. There are a bunch of handy scripts to help you making these tricky textures!

Sources

All scripts are available here. If you find any bugs, please post a new issue on GitHub.

Requirements

 python3 -m pip install --upgrade pip
 python3 -m pip install --upgrade Pillow

Follow this tutorial if you don’t know how to use inline commands: YouTube Link

Scripts