๐Ÿ“ฆCustom Block Mechanics

Nexo has several options for making Custom Blocks. They all come with a few restrictions due to the nature of how custom blocks can be implemented. NOTEBLOCK type custom blocks are for normal 1x1x1 blocks like Stone, Dirt etc... It uses the vanilla NoteBlock and thus disables most of the redstone functionality for it CHORUSBLOCK type custom blocks are based on the Chorus Plant block. It is mainly used for transparent blocks, like leaves. The hitbox is not a normal 1x1x1 so it is adviced to only use this for transparent block needs STRINGBLOCK type custom blocks are for plants, decoration etc... It uses the vanilla TripWire block and thus disables most of the redstone functionality for it

Last updated