(TextureMap textureMap)
| 225 | } |
| 226 | |
| 227 | public static void updateIcons(TextureMap textureMap) |
| 228 | { |
| 229 | for (CustomItemProperties customitemproperties : getAllProperties()) |
| 230 | { |
| 231 | customitemproperties.updateIcons(textureMap); |
| 232 | } |
| 233 | } |
| 234 | |
| 235 | public static void loadModels(ModelBakery modelBakery) |
| 236 | { |
no test coverage detected