world: fix rendering grass paths on maps < 1.17
This commit is contained in:
@@ -670,6 +670,7 @@ class RegionSet(object):
|
|||||||
'minecraft:end_stone_bricks': (206, 0),
|
'minecraft:end_stone_bricks': (206, 0),
|
||||||
'minecraft:beetroots': (207, 0),
|
'minecraft:beetroots': (207, 0),
|
||||||
'minecraft:dirt_path': (208, 0),
|
'minecraft:dirt_path': (208, 0),
|
||||||
|
'minecraft:grass_path': (208, 0), # compatibility
|
||||||
'minecraft:repeating_command_block': (210, 0),
|
'minecraft:repeating_command_block': (210, 0),
|
||||||
'minecraft:chain_command_block': (211, 0),
|
'minecraft:chain_command_block': (211, 0),
|
||||||
'minecraft:frosted_ice': (212, 0),
|
'minecraft:frosted_ice': (212, 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user