Skip to content

Commit

Permalink
Update mappings for all changed registries
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Dec 2, 2024
1 parent be2eb6a commit 41d5145
Show file tree
Hide file tree
Showing 13 changed files with 191,564 additions and 273 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class ArmorMaterials {
}

private static final VersionedRegistry<ArmorMaterial> REGISTRY = new VersionedRegistry<>(
"equipment_asset", "item/item_armor_material_mappings");
"equipment_asset", "item/equipment_asset_mappings");

private ArmorMaterials() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class WrappedBlockState {
ClientVersion.V_1_13, ClientVersion.V_1_13_2, ClientVersion.V_1_14, ClientVersion.V_1_15,
ClientVersion.V_1_16, ClientVersion.V_1_16_2, ClientVersion.V_1_17, ClientVersion.V_1_19,
ClientVersion.V_1_19_3, ClientVersion.V_1_19_4, ClientVersion.V_1_20, ClientVersion.V_1_20_2,
ClientVersion.V_1_20_3, ClientVersion.V_1_20_5, ClientVersion.V_1_21_2,
ClientVersion.V_1_20_3, ClientVersion.V_1_20_5, ClientVersion.V_1_21_2, ClientVersion.V_1_21_4,
};

ClientVersion[] versions = ClientVersion.values();
Expand Down
Loading

0 comments on commit 41d5145

Please sign in to comment.