NexoAddon
PolymartSpigotDiscordGithubNexo
  • NexoAddon
  • Components
    • equippable
    • fertilizer
    • jukebox_playable
    • skull_value
  • Mechanics
    • Aura
    • BedrockBreak
    • BigMining
    • BlockAura
    • BottledExp
    • Custom Block Experience
    • Decay
    • Infested
    • KillMessage
    • MiningTools
    • Remember
    • Repair
    • ShiftBlock
    • Signal
    • SpawnerBreak
    • Stackable
    • Unstackable
    • VeinMiner
  • Populators
    • Block Populators
  • Recipes
    • Smithing Recipe
  • Commands
    • Totem Command
  • Settings
    • Double Hit Destroy
    • Bossbar
    • Count shears as silktouch
    • Prevent furniture breaks
    • Delay of Aura Mechanic
    • Default config.yml
Powered by GitBook
On this page
Edit on GitHub
  1. Mechanics

Unstackable

Unstack Stringblocks!

Take part of your stringblocks like a CAKE!

This mechanic only works with Stringblocks!

# Example

cake_3:
  itemname: Clover
  material: PAPER
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      unstackable:
        next: cake_2           # Next Stringblock item
        give: cake_piece       # Give NexoItem

cake_2:
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      unstackable:
        next: cake              # Next Stringblock item
        give: REDSTONE          # Give Vanilla Material

cake:
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      unstackable:
        next: stop              # No next stage.
        give: cake_piece        # Give Vanilla Material
        items:                  # List of items that may be used to trigger Unstackable Mechanic
        - forest_axe
        - DIAMOND_AXE
      # There is no more stackable Mechanic so this is the last stackable option
PreviousStackableNextVeinMiner

Last updated 3 months ago