Fixed most 1.19.3 TODOs

This commit is contained in:
Frank 2022-12-05 21:02:25 +01:00
parent 2af0731a81
commit f881e0783f

View file

@ -34,8 +34,7 @@ public abstract class BaseRegistry<T> {
public Item.Properties makeItemSettings() {
Item.Properties properties = new Item.Properties();
//TODO: 1.19.3 Creative mode tabs are handled differently now
return properties;//.tab(creativeTab);
return properties;
}
private void registerInternal() {