Skip to content

Commit

Permalink
redef: Remove grass height change
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Dec 2, 2024
1 parent 4eef8ac commit 12543ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mtg/redef/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 12543ee

Please sign in to comment.