Egregious Emissives 图标

Egregious Emissives

作者:rebot | 分类:数据包

价格:0 墨喵币 下载量:0 点赞:0 版本 0.1.0-for-gtceu-2.8.5
本资源为搬运资源,原资源地址: https://modrinth.com/resourcepack/egregious-emissives
资源信息

Minecraft 版本: 1.12 1.12.1 1.12.2

平台: minecraft

标签: blocks core-shaders modded

资源介绍

Egregious Emissives!

A very simple resource pack that consists of procedurally generated emissive textures made for labPBR-compatible shaders.

There are 3 versions available as of right now:

You need shaders that support labPBR in order for this resource pack to have an effect.

I highly recommend BSL Shaders or Complementary Reimagined, but you can find all the shaderpacks that support labPBR here.

In case you're interested in how this pack gets generated, here is the script! ```py from PIL import Image import glob from os import makedirs keywords = ["bloom", "emissive"] files = [] bad_keywords = [] for kw in keywords: files += glob.glob("./src/**/*{}*.png".format(kw), recursive=True) bad_keywords.append("_no_{}".format(kw)) for file in files: if not any(kw in file for kw in bad_keywords): img = Image.open(file) blank = Image.new('RGBA', img.size, '#00000000') emissive = Image.new('RGBA', img.size, '#000000fe') overlay = Image.composite(img.convert("LA"), blank, img.convert("L")) folders = file.split("/") folders[1] = "dst" folders[-1] = folders[-1].replace(".png", "_s.png") output = "/".join(folders) folders.pop() outputImg = Image.composite(emissive, blank, overlay) makedirs("/".join(folders), exist_ok=True) outputImg.save(output, 'png') print(file + " -> " + output) ``` And here is the source on [GitHub](https://github.com/Aproxia-dev/egregious-emissives-script)!
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Multipack: Enhanced Vanilla

价格:0 墨喵币
下载量:0

查看详情
ne0hud

价格:0 墨喵币
下载量:0

查看详情
Dimension Cakes

价格:0 墨喵币
下载量:0

查看详情
Trade Cycle

价格:0 墨喵币
下载量:0

查看详情