Difference between revisions of "Block list"
From AAGRINDER wiki
Jump to navigationJump to searchimported>Maze (Created page with "This page describes the blocks that exist in AAGRINDER. The table specifies: * the appearance of the block * the block code * whether the block can be found naturally in the w...") |
(fix file name where block properties are specified) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | The block list has been removed from this wiki because it changes too often for the wiki to keep up. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | To learn about existing blocks in the newest version of AAGRINDER, follow these steps: | |
− | + | * In the file [https://gitlab.com/MRAAGH/aagrinder/-/blob/main/shared/sprites.js sprites.js] you can find a list of all blocks that can be displayed. | |
− | + | * In the file [https://gitlab.com/MRAAGH/aagrinder/-/blob/main/shared/inventory.js inventory.js] you can find a list of all items and their names, as well as the conversion functions '''item2block''' and '''block2item'''. | |
− | + | * In the file [https://gitlab.com/MRAAGH/aagrinder/-/blob/main/shared/blockprops.js blockprops.js] you can find the function '''isEnterable''' which determines which blocks the player can walk through, '''isUndigabble''' which determines which blocks can not normally be broken, and more. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 12:27, 15 May 2024
The block list has been removed from this wiki because it changes too often for the wiki to keep up.
To learn about existing blocks in the newest version of AAGRINDER, follow these steps:
- In the file sprites.js you can find a list of all blocks that can be displayed.
- In the file inventory.js you can find a list of all items and their names, as well as the conversion functions item2block and block2item.
- In the file blockprops.js you can find the function isEnterable which determines which blocks the player can walk through, isUndigabble which determines which blocks can not normally be broken, and more.