Gjum/Bat

Interaction with blocks/entities

HarHarLinks opened this issue · 1 comments

Interaction with:

  • Blocks, e.g.
    • Chests
    • Crafting
    • Brewing
    • Anvils
    • Enchanting
  • Entities, e.g.
    • Villagers
    • Horses
    • Controlling Pigs, Minecarts, Boats
Gjum commented

Should actually be done directly in Spock via its API. This could provide a more abstract interface like deposit(chest, item, amount) or craft(workbench, recipe, amount) or enchant(enchantment_table, selection). I'll leave this open as a reminder until it's implemented there.