Fixed most 1.19.3 TODOs
This commit is contained in:
parent
2af0731a81
commit
f881e0783f
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue