Hoppers
This page explains common asked questions about the hoppers.yml
file.
Configure Crafting Recipe
Allow players to craft this a hopper type. Example:
# Each line represents a line in the crafting table.
# Each line must have three items. Each item must be seperated by a comma.
recipe:
- 'IRON_INGOT,CHEST,IRON_INGOT'
- 'IRON_INGOT,REDSTONE,IRON_INGOT'
- 'AIR,IRON_INGOT,AIR'
Last updated