textures: add amethyst block, raw iron, raw gold
This commit is contained in:
@@ -312,6 +312,11 @@ enum mc_block_id {
|
||||
block_soul_torch = 1039,
|
||||
block_soul_fire = 1040,
|
||||
|
||||
// 1.17
|
||||
block_amethyst = 1042,
|
||||
block_raw_iron = 1043,
|
||||
block_raw_gold = 1044,
|
||||
|
||||
// adding a gap in the numbering of walls to keep them all
|
||||
// in one numbering block starting at 1792
|
||||
// all blocks between 1792 and 2047 are considered walls
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
// increment this value if you've made a change to the c extension
|
||||
// and want to force users to rebuild
|
||||
#define OVERVIEWER_EXTENSION_VERSION 99
|
||||
#define OVERVIEWER_EXTENSION_VERSION 100
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user