Skip to content

Commit

Permalink
Added the complete set of valid base blocks for Sugar Cane (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Darnell authored and PureTryOut committed Jun 17, 2017
1 parent 965b38a commit 54dd349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mfbase/farming/builtin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ farming.register_block("farming:reeds", {
drop = "farming:reeds",
texture = {"default_papyrus.png"},
inventory_image = "farming_reeds.png",
baseblocks = {"default:sand", "farming:reeds"},
baseblocks = {"default:sand", "default:sand_red", "default:dirt", "default:dirt_coarse", "default:dirt_with_grass", "farming:reeds"},
maxheight = 3,
allowneighbours = true,
requirewater = true
Expand Down

0 comments on commit 54dd349

Please sign in to comment.