Adding an item

This will all be for configuration

example will be under the steps

  1. Add - "namespace:id" under items:

  2. Add another section namespaceid:

  3. The add some context

Examples

items:
- "myitems:red_sand"
myitemsred_sand:
  whitelist: true
  can-float: true
  water-collision: true
  blocks:
  - GRASS_BLOCK

Last updated