Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent behavior for IRIS_TAG_SUPPORT when trying to combine tags #2547

Open
Excederus opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@Excederus
Copy link

Excederus commented Nov 29, 2024

What happened?

Trying to combine vanilla tags with modded tags to define a group of blocks does not work, however combining modded tags does.

Example:
Does work
block.ID = %supplementaries:candle_holders:dyed/black:candles=2:lit=true
Does not work
block.ID = %candles:dyed/black:candles=2:lit=true
Variations like these also don't work
block.ID = %minecraft:candles:dyed/black:candles=2:lit=true
block.ID = %candles:c:dyed/black:candles=2:lit=true

Screenshots

This is Bliss Shader Commit 482 with colored light/candles enabled and having both entries from the example above in the corresponding block.ID field. The vanilla candle should emit the same amount of light as the modded candle.

Image

Log output

The log is 500MB big due to Every Compat generating alot of blocks with unexpected (missing) tags or Macaw mods using wrong tags (like bridges having the trapdoor tag) that throw massive amounts ignoring Warns about missing properties every time I reload the shader and mods throwing Warns in general for missing textures and stuff.

However here are the first 500 lines of that log:
shortened.log

And also this is what Iris says when trying to find the vanilla+modded combined tags:
[29Nov.2024 16:15:05.753] [Render thread/WARN] [Iris/]: Failed to find the tag candles:dyed/black

Minecraft Version

Minecraft 1.21.1

Iris Version

1.8.0+1.21.1-neoforge

Operating System

Windows 11

What is your GPU?

Nvidia RTX 2070

Additional context

This is the modified block.properties file with the relevant field at line 128 (just renamed to .log)
block.properties.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant