fix hd trash cans warnings

This commit is contained in:
unknown 2022-02-05 15:03:52 -05:00
parent afe01898f9
commit 2e290ad9e6
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ homedecor.register("trash_can", {
tiles = { "homedecor_trash_can.png" },
inventory_image = "homedecor_trash_can_inv.png",
description = S("Small Trash Can"),
use_texture_alpha = "clip",
groups = {snappy=3},
selection_box = trash_cbox,
collision_box = trash_cbox,