Added the complete set of valid base blocks for Sugar Cane (#8)

master
Chris Darnell 2017-06-17 11:07:48 -04:00 committed by PureTryOut
parent 965b38a08e
commit 54dd3490c3
1 changed files with 1 additions and 1 deletions

View File

@ -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