From f2afeda287d46abd8bb025bf42d9c6d6b0ac9567 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Fri, 11 Jun 2021 09:47:59 +0200 Subject: [PATCH] world: fix rendering grass paths on maps < 1.17 --- overviewer_core/world.py | 1 + 1 file changed, 1 insertion(+) diff --git a/overviewer_core/world.py b/overviewer_core/world.py index 9957874..db09f9a 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -670,6 +670,7 @@ class RegionSet(object): 'minecraft:end_stone_bricks': (206, 0), 'minecraft:beetroots': (207, 0), 'minecraft:dirt_path': (208, 0), + 'minecraft:grass_path': (208, 0), # compatibility 'minecraft:repeating_command_block': (210, 0), 'minecraft:chain_command_block': (211, 0), 'minecraft:frosted_ice': (212, 0),