Skip to content

Instantly share code, notes, and snippets.

@torralbaalla
torralbaalla / items.h
Last active February 14, 2021 15:02 — forked from TheBrokenRail/item.cpp
MCPI items/tiles
void* shovelIron = 0x17ba64;
void* pickaxeIron = 0x17ba68;
void* hatchetIron = 0x17ba6c;
void* flintAndSteel = 0x17ba70;
void* apple = 0x17ba74;
void* arrow = 0x17a878;
void* emerald = 0x17ba80;
void* ingotIron = 0x17ba84;
void* ingotGold = 0x17ba88;
void* swordIron = 0x17ba8c;