Remove faceless pumpkins from survival again

The top face rotates when you use shears on the pumpkin.
This commit is contained in:
Wuzzy 2017-11-27 12:40:07 +01:00
parent 060a853840
commit 72684f36ff
3 changed files with 13 additions and 9 deletions

View file

@ -2858,7 +2858,7 @@ local function register_decorations()
size = { x=1, y=2, z=1 },
data = {
{ name = "air", prob = 0 },
{ name = "mcl_farming:pumpkin", param1=255, },
{ name = "mcl_farming:pumpkin_face", param1=255, },
},
},
place_on = {"group:grass_block_no_snow"},