Add Eating To Removed Creative Restrictions
minecraft-pi-reborn/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2021-11-14 17:28:20 -05:00
parent 291e560c8f
commit 154adea292
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ void init_creative() {
patch((void *) 0x43f3c, nop_patch);
patch((void *) 0x43f8c, nop_patch);
patch((void *) 0x43fd8, nop_patch);
patch((void *) 0x99010, nop_patch);
// Fix UI
patch((void *) 0x341c0, nop_patch);
patch((void *) 0x3adb4, nop_patch);