only spawn non-faced pumpkins on mapgen
This commit is contained in:
parent
476b36de6d
commit
e7503abf55
1 changed files with 1 additions and 1 deletions
|
@ -3460,7 +3460,7 @@ local function register_decorations()
|
|||
-- Pumpkin
|
||||
minetest.register_decoration({
|
||||
deco_type = "simple",
|
||||
decoration = "mcl_farming:pumpkin_face",
|
||||
decoration = "mcl_farming:pumpkin",
|
||||
param2 = 0,
|
||||
param2_max = 3,
|
||||
place_on = {"group:grass_block_no_snow"},
|
||||
|
|
Loading…
Add table
Reference in a new issue