Add is_ground_content=false to some nodes
This commit is contained in:
parent
d79d629e3d
commit
005b509938
10 changed files with 23 additions and 3 deletions
|
@ -306,6 +306,7 @@ minetest.register_abm({
|
|||
|
||||
minetest.register_node("mcl_farming:pumpkin_face_light", {
|
||||
description = "Jack o'Lantern",
|
||||
is_ground_content = false,
|
||||
stack_max = 64,
|
||||
paramtype2 = "facedir",
|
||||
-- Real light level: 15 (Minetest caps at 14)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue