remove default dependency

This commit is contained in:
2022-08-18 16:45:35 +02:00
parent 69445d1eb4
commit 1afb8f77a0
30 changed files with 18 additions and 309 deletions

View File

@@ -485,7 +485,7 @@ minetest.register_node ("lwcomponents:boom", {
tiles = { "lwcomponents_boom.png" },
inventory_image = "lwcomponents_boom.png",
wield_image = "lwcomponents_boom.png",
light_source = default.LIGHT_MAX,
light_source = 14,
use_texture_alpha = "blend",
sunlight_propagates = true,
walkable = false,