Tags not properly updated to 1.21 #2

Closed
opened 2024-07-25 10:05:17 +02:00 by Shnupbups · 1 comment

As part of 1.21, Mojang changed the directories for various tags to use singular names instead of plural.

Your mod uses tags in one or more of the old directories that was changed! This means those tag files will no longer load in 1.21 unless you update the directories!

The affected directories and their new counterparts are:

  • tags/blocks -> tags/block
  • tags/items -> tags/item
  • tags/entity_types -> tags/entity_type
  • tags/fluids -> tags/fluid
  • tags/game_events -> tags/game_event

Please ensure that any of these that you are using is updated to the new name in all namespaces (including your own, minecraft, and c).

As part of 1.21, Mojang changed the directories for various tags to use singular names instead of plural. Your mod uses tags in one or more of the old directories that was changed! This means those tag files will no longer load in 1.21 unless you update the directories! The affected directories and their new counterparts are: * `tags/blocks` -> `tags/block` * `tags/items` -> `tags/item` * `tags/entity_types` -> `tags/entity_type` * `tags/fluids` -> `tags/fluid` * `tags/game_events` -> `tags/game_event` Please ensure that any of these that you are using is updated to the new name in all namespaces (including your own, `minecraft`, and `c`).
Owner

Thanks a lot, I completely missed that! ❤️

Should be fixed now.

Thanks a lot, I completely missed that! ❤️ Should be fixed now.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: QuImUfu/colourful_portals#2
No description provided.