Modifies......
This commit is contained in:
@@ -32,7 +32,7 @@ public class CustomItems {
|
||||
if (!useItemTranslateKey) {
|
||||
settings.useBlockPrefixedTranslationKey();
|
||||
}
|
||||
return register(key, (Item)new BlockItem(block, settings));
|
||||
return register(key, new BlockItem(block, settings));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user