From 12543ee0736d79b649383c2ba03e2387f5e70d48 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Mon, 2 Dec 2024 14:24:33 -0800 Subject: [PATCH] redef: Remove grass height change --- mods/mtg/redef/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mtg/redef/init.lua b/mods/mtg/redef/init.lua index f4b82b0c68..e26f25e392 100644 --- a/mods/mtg/redef/init.lua +++ b/mods/mtg/redef/init.lua @@ -27,7 +27,7 @@ core.register_on_mods_loaded(function() local redefinitions = { ['3D Ladders'] = core.is_yes(g('3d_ladders', true)), ['Aligned Textures'] = core.is_yes(g('aligned_textures', true)), - ['Grass Box Height'] = tonumber(g('grass_box_height', 2)) >= 1, + --['Grass Box Height'] = tonumber(g('grass_box_height', 2)) >= 1, --['Maximum Stack Size'] = tonumber(g('stack_max', 100)) >= 1, ['Proper Rotation'] = core.is_yes(g('proper_rotation', true)), ['Show Steps'] = core.is_yes(g('show_steps', true))