mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-05 18:20:17 +01:00
Send empty non_flammable_wood tag
This commit is contained in:
parent
b6592b38ad
commit
297fe0a538
@ -36,6 +36,7 @@ public class Protocol1_16To1_15_2 extends Protocol {
|
||||
tagRewriter.addEmptyBlockTag("minecraft:soul_fire_base_blocks");
|
||||
tagRewriter.addEmptyBlockTag("minecraft:fire");
|
||||
tagRewriter.addEmptyBlockTag("minecraft:beacon_payment_items");
|
||||
tagRewriter.addEmptyBlockTag("minecraft:non_flammable_wood");
|
||||
tagRewriter.register(0x5C, 0x5C);
|
||||
|
||||
// Login Success
|
||||
|
Loading…
Reference in New Issue
Block a user