mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add textures for air and ignore items (#5196)
This commit is contained in:
parent
74b670a793
commit
f5d4494a51
3 changed files with 4 additions and 4 deletions
|
@ -331,8 +331,8 @@ core.register_item(":unknown", {
|
||||||
|
|
||||||
core.register_node(":air", {
|
core.register_node(":air", {
|
||||||
description = "Air (you hacker you!)",
|
description = "Air (you hacker you!)",
|
||||||
inventory_image = "unknown_node.png",
|
inventory_image = "air.png",
|
||||||
wield_image = "unknown_node.png",
|
wield_image = "air.png",
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -348,8 +348,8 @@ core.register_node(":air", {
|
||||||
|
|
||||||
core.register_node(":ignore", {
|
core.register_node(":ignore", {
|
||||||
description = "Ignore (you hacker you!)",
|
description = "Ignore (you hacker you!)",
|
||||||
inventory_image = "unknown_node.png",
|
inventory_image = "ignore.png",
|
||||||
wield_image = "unknown_node.png",
|
wield_image = "ignore.png",
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
paramtype = "none",
|
paramtype = "none",
|
||||||
sunlight_propagates = false,
|
sunlight_propagates = false,
|
||||||
|
|
BIN
textures/base/pack/air.png
Normal file
BIN
textures/base/pack/air.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 225 B |
BIN
textures/base/pack/ignore.png
Normal file
BIN
textures/base/pack/ignore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 B |
Loading…
Add table
Add a link
Reference in a new issue