Slexom / earth2java

Minecraft Mod that brings mobs , and their mechanics, from MCE to Java Edition
https://www.curseforge.com/minecraft/mc-mods/earth2java
MIT License
26 stars 14 forks source link

Tags not properly updated to 1.21 #127

Closed Shnupbups closed 4 months ago

Shnupbups commented 4 months ago

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:

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).

Slexom commented 4 months ago

Ah I fixed the one in the minecraft namespace but not c and mod... I should stop doing this stuff at past midnight... Going to fix asap