fix almost all warning spam (#26)

This commit is contained in:
wsor4035
2022-03-29 01:44:05 -04:00
committed by GitHub
parent 2f0e52f978
commit 3ba59dc2d5
7 changed files with 41 additions and 23 deletions

View File

@ -171,6 +171,7 @@ homedecor.register("toilet_open", {
selection_box = toilet_sbox,
collision_box = toilet_cbox,
drop = "homedecor:toilet",
use_texture_alpha = "blend",
groups = {cracky=3},
sounds = default.node_sound_stone_defaults(),
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
@ -231,6 +232,7 @@ homedecor.register("sink", {
"building_blocks_marble.png",
"default_water.png"
},
use_texture_alpha = "blend",
inventory_image="homedecor_bathroom_sink_inv.png",
selection_box = sink_sbox,
collision_box = sink_cbox,