Skip to content

Commit

Permalink
remove TODO then
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Oct 16, 2024
1 parent 9b3ac53 commit c2aeadf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ public <I extends Item> DeferredItem<I> register(String name, Supplier<? extends
* @see #registerSimpleBlockItem(Holder)
*/
public DeferredItem<BlockItem> registerSimpleBlockItem(String name, Supplier<? extends Block> block, Item.Properties properties) {
// TODO: is this a good idea? It prevents callers from overriding the description key. :(
return this.register(name, key -> new BlockItem(block.get(), properties.setId(ResourceKey.create(Registries.ITEM, key)).useBlockDescriptionPrefix()));
}

Expand Down

0 comments on commit c2aeadf

Please sign in to comment.