You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use some mods that have custom blocks, for example, if you install https://www.curseforge.com/minecraft/mc-mods/the-wild-mod then you will have blocks such as twm:sculk_catalyst, but if I modify mappings-1.18to1.19.json and change it to "minecraft:sculk_catalyst": "twm:sculk_catalyst", it gives me error that the mapping for minecraft:sculk_catalyst does not exist and if I join 1.19 server with 1.17.1 it shows me nothing (but cannot pass through since it's a solid block) where there should be a sculk catalyst.
Is this related specifically to ViaFabric?
(Optional)
It seems to not apply for ViaVersion/ViaBackwards/ViaRewind installed on Bukkit/BungeeCord/Sponge/Velocity servers.
------> in servers there is a different error that that kind of block does not exist but i'm not doing this in servers.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Fallback block mappings can use custom blocks in other fabric mods
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use some mods that have custom blocks, for example, if you install https://www.curseforge.com/minecraft/mc-mods/the-wild-mod then you will have blocks such as
twm:sculk_catalyst
, but if I modify mappings-1.18to1.19.json and change it to"minecraft:sculk_catalyst": "twm:sculk_catalyst",
it gives me error that the mapping forminecraft:sculk_catalyst
does not exist and if I join 1.19 server with 1.17.1 it shows me nothing (but cannot pass through since it's a solid block) where there should be a sculk catalyst.Is this related specifically to ViaFabric?
(Optional)
------> in servers there is a different error that that kind of block does not exist but i'm not doing this in servers.
Describe the solution you'd like
A clear and concise description of what you want to happen.
The text was updated successfully, but these errors were encountered: