Skip to content

Instantly share code, notes, and snippets.

@windy1
Created May 29, 2012 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save windy1/2830718 to your computer and use it in GitHub Desktop.
Save windy1/2830718 to your computer and use it in GitHub Desktop.
Minecraft to Spout inventory slot conversion
# Minecraft to Spout inventory slot conversion (inclusive)
Inventory:
held items: 0-9
main inventory: 9-35
boots: 36
pants: 37
lower left crafting: 38
lower right crafting: 39
output: 40
chest: 41
upper left crafting: 42
upper right crafting: 43
helmet: 44
Crafting Table:
held items: 0-9
main inventory: 9-35
bottom crafting row: 37-39
middle crafting row: 40-42
output: 43
top crafting row: 44-46
Chest (small):
held items: 0-9
main inventory: 9-35
chest: 36-62
Chest (large):
held items: 0-9
main inventory: 9-35
chest: 36-89
Furnace:
held items: 0-9
main inventory: 9-35
fuel: 36
output: 37
input: 38
Dispenser:
held items: 0-9
main inventory: 9-35
bottom row: 36-38
middle row: 39-41
top row: 42-44
Enchantment Table:
held items: 0-9
main inventory: 9-35
enchantment slot: 36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment