Nexo
  • ๐Ÿ Home
  • ๐Ÿ“œMain Changelog
  • โ“FAQ
  • General Usage
    • โŒจ๏ธCommands
    • ๐Ÿง‘โ€๐ŸณRecipes
  • Migrate
    • โ˜„๏ธOraxen โ†’ Nexo
    • ๐Ÿ“ฆItemsAdder โ†’ Nexo
  • Configuration
    • โš™๏ธPlugin settings
    • ResourcePack
    • โš’๏ธItems
      • Special Item Appearance
    • โ›‘๏ธCustom Armors
      • ๐ŸชฝCustom Elytras (1.21.2+)
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
    • ๐ŸŒ€Glyphs
      • ๐ŸŽž๏ธAnimated Glyphs
      • ๐Ÿ–ผ๏ธMulti-Bitmap Glyph
      • ๐Ÿ”—Reference Glyph
    • ๐ŸŽตSounds
  • Mechanics
    • ๐Ÿช‘Furniture Mechanic
      • ๐ŸŽฏHitbox
      • ๐Ÿ–‡๏ธConnectable Furniture
      • ๐Ÿช‘Seat Mechanic
      • ๐Ÿ›๏ธBed Mechanic
      • ๐Ÿ’กLight Mechanic
      • ๐Ÿง‘โ€๐ŸŒพFarming Mechanic
    • ๐Ÿ“ฆCustom Block Mechanics
      • ChorusBlock Mechanic
      • ๐ŸŽถNoteBlock Mechanic
        • Stripped Log Mechanic
        • Directional Mechanic
      • ๐ŸงตStringBlock Mechanic
    • ๐Ÿ”ฑCustom Trident
    • Other Mechanics
    • ClickAction Mechanic
    • Custom Mechanic
  • โž•Addons
    • ๐ŸšชCarpentry
    • ๐ŸงฉCore Shaders
      • Text Effects by Akis
  • Compatibility
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • MythicCrucible
    • MMOItems
  • Community Guides
    • Vendors
    • API
Powered by GitBook
On this page
  1. Mechanics

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

On all Paper-Servers you are HEAVILY recommended to disable block-updates for the types of custom blocks you plan to use. These can be found in `MyServerFolder/configs/paper-global.yml`

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.

PreviousFarming MechanicNextChorusBlock Mechanic

Last updated 4 months ago

๐Ÿ“ฆ