[Suggestion] Missing Item/Block tags for Bars and Chains
legoatoom opened this issue · 3 comments
Description
Hello,
The mod seems to miss the following tags:
c/block/bars
for the terminite_bars
and thallasium_bars
and
c/item/chains
for the terminite_chain
and thallasium_chain
(c:chains is part of fabric tags)
My mod Connectible Chains depends on these tags. Perhaps other mods do too.
When adding the tags:
I see the problem, you need to use an item tag for the chains.json and not a block tag.
…On 16 August 2024 18:10:41 CEST, Gili Barlev ***@***.***> wrote:
I added the tag to #437 <#437>, but it doesn't look like thallasium or terminite chains are working with the current build of your mod (2.4.2+1.21.1). Not sure if the issue is related to #461 <#461>. Anyway, I'm not the maintainer of the mod, but do let me know if I can help.
—
Reply to this email directly, view it on GitHub <#458 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD7M5EP26OH3X63HCXCVDFDZRYQADAVCNFSM6AAAAABMQAISMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTG44DAMJXGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
@legoatoom Oh, that's easy then. Thanks! With the latest commit, it looks like connectible chains are working against my fork:
Not sure when or if my PR will be merged into the official release, though.