minecraft-pi-reborn/symbols/src/gui/screens/PaneCraftingScreen.def
bigjango13 f5a680af7b Add Cake (#81)
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>
2024-02-07 06:47:46 +00:00

7 lines
130 B
Modula-2

extends Screen;
method void craftSelectedItem() = 0x2e0e4;
method void recheckRecipes() = 0x2dc98;
property CItem *item = 0x74;