Legacy Fabric-Api

Legacy Fabric-Api

70.5k Downloads

Block entity registering uses the wrong Identifier class

BoogieMonster1O1 opened this issue ยท 0 comments

commented


public static void registerBlockEntity(Class<? extends BlockEntity> clazz, Component.Identifier name) {

net.minecraft.util.Identifier is supposed to be used, not net.java.games.input.Component.Identifier