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

Stackable

Stack Stringblocks on each other!

PreviousSpawnerBreakNextUnstackable

Last updated 4 months ago

Change your custom stringblock like a minecraft PINK PETALS or CANDLE!

This mechanic only works with Stringblocks!

# Example

clover:
  itemname: Clover
  material: PAPER
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      stackable:
        next: clover_2         # Next Stringblock item
        group: clover          # Whatever group id

clover_2:
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      stackable:
        next: clover_3          # Next Stringblock item
        group: clover           # The same group id

clover_3:
  Pack:
    ...
  Mechanics:
    custom_block:
      type: STRINGBLOCK
      ...
      # There is no more stackable Mechanic so this is the last stackable option
Stackable Showcase