#does anyone have a list of all MinecraftBlockTypes blocks?
1 messages · Page 1 of 1 (latest)
It's in the typings
To get custom blocks you would use MinecraftBlockTypes.get(your block)
would it be the identifier of the block?
Yes, include namespace
1 messages · Page 1 of 1 (latest)
also how would i set it to a custom block?
like
block.setType(MinecraftBlockTypes.coalBlock) sets it to coal
It's in the typings
To get custom blocks you would use MinecraftBlockTypes.get(your block)
would it be the identifier of the block?
Yes, include namespace