Compiling version (some features are currently disabled and need a rewrite)

This commit is contained in:
Frank 2022-10-25 17:19:22 +02:00
parent b1f4173ce4
commit f8bcba4d3a
48 changed files with 488 additions and 506 deletions

View file

@ -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() {