bigjango13
f5a680af7b
Adds cake, crafting remainders, milk buckets, death messages, `misc_run_on_language_setup`, and a lot more symbols. Co-authored-by: Bigjango13 <bigjango13@gmail.com> Reviewed-on: minecraft-pi-reborn/minecraft-pi-reborn#81 Co-authored-by: bigjango13 <bigjango13@noreply.thebrokenrail.org> Co-committed-by: bigjango13 <bigjango13@noreply.thebrokenrail.org>
7 lines
130 B
Modula-2
7 lines
130 B
Modula-2
extends Screen;
|
|
|
|
method void craftSelectedItem() = 0x2e0e4;
|
|
method void recheckRecipes() = 0x2dc98;
|
|
|
|
property CItem *item = 0x74;
|