optimize pngs, add is_ground_content to everything

This commit is contained in:
FaceDeer
2019-11-10 21:47:10 -07:00
parent cacddcd347
commit 13c75410aa
53 changed files with 123 additions and 37 deletions

View File

@ -31,6 +31,7 @@ minetest.register_node("mine_gas:gas", {
walkable = false,
pointable = false,
diggable = false,
is_ground_content = false,
buildable_to = true,
drawtype = "glasslike",
drowning = 1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 567 B

View File

@ -14,6 +14,7 @@ minetest.register_node("mine_gas:gas_wisp", {
_doc_items_longdesc = wisp_desc,
_doc_items_usagehelp = wisp_usage,
walkable = false,
is_ground_content = false,
diggable = false,
buildable_to = true,
drawtype = "plantlike",