We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
...
for compat with the mods connectable chains, all chains need the chains tag from forge to be recognized by the code as a connectable one.
Describe the solution you'd like
... just tag all the chains in the mod with the forge chain tag forge:chains
forge:chains
The text was updated successfully, but these errors were encountered:
all chains need the chains tag from forge
Neither Forge nor NeoForge seems to have an item or block tag for chains. https://github.com/MinecraftForge/MinecraftForge/blob/1.20.x/src/main/java/net/minecraftforge/common/Tags.java#L32 https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/Tags.java#L24
Sorry, something went wrong.
As far as I can tell, the only tag used by Connectible Chains is an item tag c:chains https://github.com/lilypuree/ConnectibleChains/blob/1.20.1/src/main/resources/data/c/tags/items/chains.json
c:chains
oh huh I wonder how that can be added
No branches or pull requests
Is your feature request related to a problem? Please describe.
...
for compat with the mods connectable chains, all chains need the chains tag from forge to be recognized by the code as a connectable one.
Describe the solution you'd like
...
just tag all the chains in the mod with the forge chain tag
forge:chains
The text was updated successfully, but these errors were encountered: