Compiling version (some features are currently disabled and need a rewrite)
This commit is contained in:
parent
b1f4173ce4
commit
f8bcba4d3a
48 changed files with 488 additions and 506 deletions
|
@ -34,7 +34,8 @@ public abstract class BaseRegistry<T> {
|
|||
|
||||
public Item.Properties makeItemSettings() {
|
||||
Item.Properties properties = new Item.Properties();
|
||||
return properties.tab(creativeTab);
|
||||
//TODO: 1.19.3 Creative mode tabs are handled differently now
|
||||
return properties;//.tab(creativeTab);
|
||||
}
|
||||
|
||||
private void registerInternal() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue