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() {
|
public Item.Properties makeItemSettings() {
|
||||||
Item.Properties properties = new Item.Properties();
|
Item.Properties properties = new Item.Properties();
|
||||||
//TODO: 1.19.3 Creative mode tabs are handled differently now
|
return properties;
|
||||||
return properties;//.tab(creativeTab);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void registerInternal() {
|
private void registerInternal() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue