Remove 1.19.4 registries without namespace as well

This commit is contained in:
Nassim Jahnke 2024-04-29 23:12:37 +02:00
parent 42897030f7
commit 325e3f92ed
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ public final class EntityPackets1_19_4 extends EntityRewriter<ClientboundPackets
registry.remove("minecraft:trim_pattern");
registry.remove("minecraft:trim_material");
registry.remove("minecraft:damage_type");
registry.remove("trim_pattern");
registry.remove("trim_material");
registry.remove("damage_type");
final ListTag<CompoundTag> biomes = TagUtil.getRegistryEntries(registry, "worldgen/biome");
for (final CompoundTag biomeTag : biomes) {