add quartz_bricks, remove duplicates
This commit is contained in:
@@ -147,7 +147,6 @@ const mc_block_t block_class_ancil[] = {
|
||||
block_jungle_door,
|
||||
block_acacia_door,
|
||||
block_dark_oak_door,
|
||||
block_dark_oak_door,
|
||||
block_crimson_door,
|
||||
block_oak_stairs,
|
||||
block_brick_stairs,
|
||||
@@ -240,7 +239,6 @@ const mc_block_t block_class_alt_height[] = {
|
||||
block_birch_stairs,
|
||||
block_jungle_stairs,
|
||||
block_quartz_stairs,
|
||||
block_quartz_stairs,
|
||||
block_acacia_stairs,
|
||||
block_dark_oak_stairs,
|
||||
block_crimson_stairs,
|
||||
|
||||
@@ -295,6 +295,7 @@ enum mc_block_id {
|
||||
block_gilded_blackstone = 1024,
|
||||
block_cracked_polished_blackstone_bricks = 1025,
|
||||
block_polished_blackstone_bricks = 1026,
|
||||
block_quartz_bricks = 1041,
|
||||
// Nether stone stairs
|
||||
block_blackstone_stairs = 1030,
|
||||
block_polished_blackstone_stairs = 1031,
|
||||
|
||||
@@ -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 95
|
||||
#define OVERVIEWER_EXTENSION_VERSION 96
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user