๐ฆ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 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
Due to the nature of Custom Blocks, these for the most part completely disable the original blocks vanilla functionality. NOTEBLOCK-type does have an option to "reimplement" the functionality, but it has some minor flaws. STRINGBLOCK-type completely disables vanilla functionality. If you want either of these, you will likely have to disable these mechanics.
Last updated