🧾How items works
Item variants
Item configuration
blockbreaker: # The item id
component-id: ore-blockbreaker # Optional, only for the component variant
name: "<aqua>BlockBreaker" # The item name
material: dispenser # The item type/material
lore: # A list of lines for the lore
- "<gray>Breaks the block it looking at" # First line
- "<gray>low energy will slow it down" # Second line, add as many as you want
# You can add as many items you want just by following the schema pattern, explained above.
blockplacer:
component-id: stone-blockplacer
name: "<aqua>BlockPlacer"
material: dispenser
lore:
- "<gray>Places blocks from its inventory"Item Recipes

Last updated