more lpv block mappings

This commit is contained in:
NULL511
2024-05-04 00:20:10 -04:00
parent f88b84defa
commit 43fe9e654a
4 changed files with 191 additions and 67 deletions

View File

@ -42,38 +42,53 @@
#define BLOCK_JACK_O_LANTERN 126
#define BLOCK_LANTERN 127
#define BLOCK_LAVA 128
#define BLOCK_MAGMA 129
#define BLOCK_REDSTONE_LAMP_LIT 130
#define BLOCK_REDSTONE_TORCH_LIT 131
#define BLOCK_REDSTONE_WIRE_1 132
#define BLOCK_REDSTONE_WIRE_2 133
#define BLOCK_REDSTONE_WIRE_3 134
#define BLOCK_REDSTONE_WIRE_4 135
#define BLOCK_REDSTONE_WIRE_5 136
#define BLOCK_REDSTONE_WIRE_6 137
#define BLOCK_REDSTONE_WIRE_7 138
#define BLOCK_REDSTONE_WIRE_8 139
#define BLOCK_REDSTONE_WIRE_9 140
#define BLOCK_REDSTONE_WIRE_10 141
#define BLOCK_REDSTONE_WIRE_11 142
#define BLOCK_REDSTONE_WIRE_12 143
#define BLOCK_REDSTONE_WIRE_13 144
#define BLOCK_REDSTONE_WIRE_14 145
#define BLOCK_REDSTONE_WIRE_15 146
#define BLOCK_REPEATER_LIT 147
#define BLOCK_RESPAWN_ANCHOR_4 148
#define BLOCK_SCULK_SENSOR_ACTIVE 149
#define BLOCK_SEA_PICKLE_WET_1 150
#define BLOCK_SEA_PICKLE_WET_2 151
#define BLOCK_SEA_PICKLE_WET_3 152
#define BLOCK_SEA_PICKLE_WET_4 153
#define BLOCK_SEA_LANTERN 154
#define BLOCK_SHROOMLIGHT 155
#define BLOCK_SMOKER_LIT 156
#define BLOCK_SOUL_FIRE 157
#define BLOCK_SOUL_LANTERN 158
#define BLOCK_SOUL_TORCH 159
#define BLOCK_TORCH 160
#define BLOCK_LIGHT_1 129
#define BLOCK_LIGHT_2 130
#define BLOCK_LIGHT_3 131
#define BLOCK_LIGHT_4 132
#define BLOCK_LIGHT_5 133
#define BLOCK_LIGHT_6 134
#define BLOCK_LIGHT_7 135
#define BLOCK_LIGHT_8 136
#define BLOCK_LIGHT_9 137
#define BLOCK_LIGHT_10 138
#define BLOCK_LIGHT_11 139
#define BLOCK_LIGHT_12 140
#define BLOCK_LIGHT_13 141
#define BLOCK_LIGHT_14 142
#define BLOCK_LIGHT_15 143
#define BLOCK_MAGMA 144
#define BLOCK_REDSTONE_LAMP_LIT 145
#define BLOCK_REDSTONE_TORCH_LIT 146
#define BLOCK_REDSTONE_WIRE_1 147
#define BLOCK_REDSTONE_WIRE_2 148
#define BLOCK_REDSTONE_WIRE_3 149
#define BLOCK_REDSTONE_WIRE_4 150
#define BLOCK_REDSTONE_WIRE_5 151
#define BLOCK_REDSTONE_WIRE_6 152
#define BLOCK_REDSTONE_WIRE_7 153
#define BLOCK_REDSTONE_WIRE_8 154
#define BLOCK_REDSTONE_WIRE_9 155
#define BLOCK_REDSTONE_WIRE_10 156
#define BLOCK_REDSTONE_WIRE_11 157
#define BLOCK_REDSTONE_WIRE_12 158
#define BLOCK_REDSTONE_WIRE_13 159
#define BLOCK_REDSTONE_WIRE_14 160
#define BLOCK_REDSTONE_WIRE_15 161
#define BLOCK_REPEATER_LIT 162
#define BLOCK_RESPAWN_ANCHOR_4 163
#define BLOCK_SCULK_SENSOR_ACTIVE 164
#define BLOCK_SEA_PICKLE_WET_1 165
#define BLOCK_SEA_PICKLE_WET_2 166
#define BLOCK_SEA_PICKLE_WET_3 167
#define BLOCK_SEA_PICKLE_WET_4 168
#define BLOCK_SEA_LANTERN 169
#define BLOCK_SHROOMLIGHT 170
#define BLOCK_SMOKER_LIT 171
#define BLOCK_SOUL_FIRE 172
#define BLOCK_SOUL_LANTERN 173
#define BLOCK_SOUL_TORCH 174
#define BLOCK_TORCH 175
#define BLOCK_GLASS 201
#define BLOCK_HONEY 202
#define BLOCK_ICE 203