Add Sign To Expanded Creative Inventory
This commit is contained in:
parent
f1520e75c5
commit
19fb4a782b
@ -19,6 +19,7 @@ static int32_t Inventory_setupDefault_FillingContainer_addItem_call_injection(un
|
|||||||
int32_t ret = (*FillingContainer_addItem)(filling_container, item_instance);
|
int32_t ret = (*FillingContainer_addItem)(filling_container, item_instance);
|
||||||
|
|
||||||
// Add Items
|
// Add Items
|
||||||
|
inventory_add_item(filling_container, *Item_sign, false);
|
||||||
inventory_add_item(filling_container, *Item_flintAndSteel, false);
|
inventory_add_item(filling_container, *Item_flintAndSteel, false);
|
||||||
inventory_add_item(filling_container, *Item_snowball, false);
|
inventory_add_item(filling_container, *Item_snowball, false);
|
||||||
inventory_add_item(filling_container, *Item_egg, false);
|
inventory_add_item(filling_container, *Item_egg, false);
|
||||||
|
@ -20,6 +20,7 @@ static char **default_username = (char **) 0x1c250; // StevePi
|
|||||||
static char **minecraft_pi_version = (char **) 0x4b2a0; // v0.1.0 alpha
|
static char **minecraft_pi_version = (char **) 0x4b2a0; // v0.1.0 alpha
|
||||||
static char **demo_level_name = (char **) 0x3a37c;
|
static char **demo_level_name = (char **) 0x3a37c;
|
||||||
|
|
||||||
|
static unsigned char **Item_sign = (unsigned char **) 0x1da764; // Item
|
||||||
static unsigned char **Item_flintAndSteel = (unsigned char **) 0x1da680; // Item
|
static unsigned char **Item_flintAndSteel = (unsigned char **) 0x1da680; // Item
|
||||||
static unsigned char **Item_snowball = (unsigned char **) 0x1da770; // Item
|
static unsigned char **Item_snowball = (unsigned char **) 0x1da770; // Item
|
||||||
static unsigned char **Item_shears = (unsigned char **) 0x1da7b0; // Item
|
static unsigned char **Item_shears = (unsigned char **) 0x1da7b0; // Item
|
||||||
|
Loading…
Reference in New Issue
Block a user