mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-04 06:39:07 +02:00
BlockType: replace list of booleans with flags bitfield
This commit is contained in:
parent
446e74791f
commit
ef4b6eac02
8 changed files with 800 additions and 787 deletions
|
@ -209,8 +209,8 @@
|
|||
"brown_wall_banner": null,
|
||||
"brown_wool": {},
|
||||
"bubble_column": {
|
||||
"blue": true,
|
||||
"texture": "water_still"
|
||||
"texture": "water_still",
|
||||
"water": true
|
||||
},
|
||||
"bubble_coral": null,
|
||||
"bubble_coral_block": {},
|
||||
|
@ -1428,8 +1428,8 @@
|
|||
"warped_wall_sign": null,
|
||||
"warped_wart_block": {},
|
||||
"water": {
|
||||
"blue": true,
|
||||
"texture": "water_still"
|
||||
"texture": "water_still",
|
||||
"water": true
|
||||
},
|
||||
"weeping_vines": {},
|
||||
"weeping_vines_plant": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue