AbsolemJackdaw / transparent

A Minecraft mod that allows resource packs to make certain entities support transparency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparent

Allows resource packs to make entities support transparency.

Promo Image

Resource pack in above image: BwW Texturepack

Supported Entities:

Entities with a '*' are disabled by default.

  • Painting
  • Item Frame
  • Beacon Beam*

Want an entity added to that list? Contact me on discord and let me know why you want it: https://discord.gg/aqXkvbJ

Config

Configuration is done through resource packs.

If you only want the defaults, you don't need a configuration file.

Note: Defaults may change in future updates if

Entity Enabled By Default Reason
Painting true
Item Frame true
Beacon Beam false Enabling transparency causes render layer bugs.

Default configuration file

Place in your resource pack in /assets/transparent/transparent.json.

{
    "painting": true,
    "item_frame": true,
    "beacon_beam": false
}

License

All assets found in the following directories are licensed under All Rights Reserved.

  • ./common/src/main/resources/assets/
  • ./fabric/src/main/resources/assets/
  • ./forge/src/main/resources/assets/
  • ./quilt/src/main/resources/assets/

Everything else is licensed under MIT.

Want clarification or explicit permission? Contact me on Discord.

Other Information

About

A Minecraft mod that allows resource packs to make certain entities support transparency.

License:MIT License


Languages

Language:Java 100.0%