Add blocks, textures, crafting recipes, and biome temperatures from MinecraftConsoles#12
Conversation
Generate pixel art textures for new block types and place them in unused tile positions in the terrain atlas: Row 8: Spruce planks, birch planks, granite, polished granite, diorite, polished diorite, andesite, polished andesite, hay bale side/top Row 10: Redstone block, lever, redstone torches (on/off), repeater, note block, dispenser front, emerald ore Row 11: Stone button, stone/wood pressure plates, spruce log side, birch log side Include the generation script (generate_textures.py) for reproducibility and future texture additions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
…ants Implements a new tile class (block ID 19) supporting 6 stone variant subtypes via data values: granite (0), polished granite (1), diorite (2), polished diorite (3), andesite (4), and polished andesite (5). Each variant maps to its own texture index on the atlas row 8. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
…, LeverTile, ButtonTile, PressurePlateTile, NoteBlockTile, DispenserTile, DiodeTile, RedstoneTorchTile Agent-Logs-Url: https://github.com/sriail/MCPE-WASM/sessions/2a40c645-cad8-4827-b4f7-86e7eed5d684 Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
… variants, redstone components, wood variants Agent-Logs-Url: https://github.com/sriail/MCPE-WASM/sessions/2a40c645-cad8-4827-b4f7-86e7eed5d684 Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
… recipes for emerald blocks Agent-Logs-Url: https://github.com/sriail/MCPE-WASM/sessions/2a40c645-cad8-4827-b4f7-86e7eed5d684 Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
…ccidental emsdk submodule Agent-Logs-Url: https://github.com/sriail/MCPE-WASM/sessions/2a40c645-cad8-4827-b4f7-86e7eed5d684 Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
|
fix these compiling errors Compiling 345 source files... |
…and initializations Agent-Logs-Url: https://github.com/sriail/MCPE-WASM/sessions/787ec103-b7eb-42c4-86c6-749deeb255ee Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
Fixed in 449c99f. The two undefined symbols were caused by
|
Uh oh!
There was an error while loading. Please reload this page.