mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-08 17:40:19 +02:00
fix hd cobweb warnings
This commit is contained in:
@ -30,6 +30,7 @@ minetest.register_node(":homedecor:cobweb_centered", {
|
||||
drawtype = "nodebox",
|
||||
tiles = { "homedecor_cobweb.png" },
|
||||
inventory_image = "homedecor_cobweb.png",
|
||||
use_texture_alpha = "clip",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
@ -59,6 +60,7 @@ minetest.register_node(":homedecor:cobweb_flat", {
|
||||
inventory_image = "homedecor_cobweb.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = "clip",
|
||||
sunlight_propagates = true,
|
||||
liquid_viscosity = 8,
|
||||
liquidtype = "source",
|
||||
|
Reference in New Issue
Block a user