forked from VoxeLibre/VoxeLibre
Reformat cocoa pod node definition groups.
This commit is contained in:
parent
89821a8329
commit
2a37d38f6c
|
@ -90,7 +90,11 @@ local crop_def = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
handy=1,axey=1, cocoa=1, not_in_creative_inventory=1, dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1, attached_node_facedir=1,
|
handy = 1, axey = 1,
|
||||||
|
dig_by_water=1, destroy_by_lava_flow=1, dig_by_piston=1,
|
||||||
|
attached_node_facedir=1,
|
||||||
|
not_in_creative_inventory=1,
|
||||||
|
cocoa=1
|
||||||
},
|
},
|
||||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
on_rotate = false,
|
on_rotate = false,
|
||||||
|
|
Loading…
Reference in New Issue