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
Using a fresh 1.21.1 instance with only the lost cities mod installed, I noticed the stairs are not rotated correctly. In the F3 screen the #lostcities:rotatable tag is also missing when looking at a stair block. Using /neoforge tags minecraft:block get lostcities:rotatable also result in unknown tag errors.
Using a fresh 1.21.1 instance with only the lost cities mod installed, I noticed the stairs are not rotated correctly. In the F3 screen the
#lostcities:rotatable
tag is also missing when looking at a stair block. Using/neoforge tags minecraft:block get lostcities:rotatable
also result in unknown tag errors.Some further investigation reveals that in 1.21 and above,
tags/blocks
got renamedtags/block
: https://github.com/neoforged/.github/blob/main/primers/1.21/index.md#depluralizing-registry-and-tag-folders. However, the generated resources still use the plural folder name here: https://github.com/McJtyMods/LostCities/tree/1.21_neo/src/generated/resources/data/lostcities/tags/blocks, which is why those tags are not loaded by the game.Renaming
tags/blocks
totags/block
should fix the issue.The text was updated successfully, but these errors were encountered: