
[๐]: Unnecessary tags from Create mod compatibility
Closed this issue ยท 2 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
EveryCompat Version
everycomp-1.20-2.8.15-forge
Moonlight Lib Version
moonlight-1.20-2.14.14-forge
Issue with mods
Create 6.0.6 for mc1.20.1
Issue Detail
The window and window pane items added through Create mod compatibility should not have the following tags:
#forge:silica
#forge:glass/colorless
#forge:glass_panes/colorless
In Create mod, windows and window panes only have the following tags:
#forge:glass
#forge:glass_panes
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
It is necessary because There are some mods that add the tags for glass and glass_pane.
it's better to leave it alone. IIRC, it has to do with Supplementaries' feature where it's looking for a tag of these blocks with the tags you mentioned. Using Bricks to break them if you throw a brick toward the glass.
If you look at the minecraft:glass
's tags. these glasses from Create should have the same tags as minecraft:glass
.
I'll check again to make sure the generated blocks from EC with Create to make sure they have the same list of tags as glasses' tags from Create.
UPDATE:
I've checked all of the recipes for the glasses and create's glass.
I think i can safely remove #forge:glass/silica
. and #forge:glass/colorless
.
this will be in next version.