BlockType: replace list of booleans with flags bitfield

This commit is contained in:
Matthias Schiffer 2020-06-18 23:38:21 +02:00
parent 446e74791f
commit ef4b6eac02
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
8 changed files with 800 additions and 787 deletions

View file

@ -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": {},