forked from nalc/homedecor_modpack
same for bottles and coffee maker
This commit is contained in:
parent
c192ecff90
commit
ab393d7960
@ -1206,6 +1206,7 @@ minetest.register_node("homedecor:bottle_brown", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
groups = {snappy=3},
|
||||
node_box = {
|
||||
@ -1227,6 +1228,7 @@ minetest.register_node("homedecor:bottle_green", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
groups = {snappy=3},
|
||||
node_box = {
|
||||
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user