#does anyone have a list of all MinecraftBlockTypes blocks?

1 messages · Page 1 of 1 (latest)

mighty night
#

also how would i set it to a custom block?

#

like

#

block.setType(MinecraftBlockTypes.coalBlock) sets it to coal

cunning ice
#

It's in the typings

#

To get custom blocks you would use MinecraftBlockTypes.get(your block)

mighty night
cunning ice
#

Yes, include namespace