mirror of
https://gitlab.com/h2mm/cave_explorer.git
synced 2025-01-01 17:47:29 +01:00
Clear stuff
This commit is contained in:
parent
783e2f8244
commit
71fc48e56f
4
init.lua
4
init.lua
@ -2,11 +2,9 @@
|
||||
|
||||
minetest.register_node("cave_explorer:light", {
|
||||
description = "Cave Light",
|
||||
--drawtype = "glasslike",
|
||||
tiles = {"default_stone.png^cave_explorer_light.png"},
|
||||
paramtype = "light",
|
||||
--sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
is_ground_content = true,
|
||||
groups = {cracky = 3, oddly_breakable_by_hand = 3},
|
||||
groups = {cracky = 3, stone = 1},
|
||||
drop = 'default:cobble',
|
||||
|
Loading…
Reference in New Issue
Block a user