same for bottles and coffee maker

This commit is contained in:
Vanessa Ezekowitz 2014-09-01 13:55:28 -04:00
parent c192ecff90
commit ab393d7960
1 changed files with 5 additions and 2 deletions

View File

@ -1206,7 +1206,8 @@ minetest.register_node("homedecor:bottle_brown", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = true,
sunlight_propagates = true,
use_texture_alpha = true,
groups = {snappy=3},
node_box = {
type = "fixed",
@ -1227,7 +1228,8 @@ minetest.register_node("homedecor:bottle_green", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
use_texture_alpha = true,
sunlight_propagates = true,
use_texture_alpha = true,
groups = {snappy=3},
node_box = {
type = "fixed",
@ -1252,6 +1254,7 @@ minetest.register_node("homedecor:coffee_maker", {
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
groups = {snappy=3},
node_box = {
type = "fixed",