stampy_game/mods/mg/nodes.lua

7 lines
171 B
Lua

minetest.register_node("mg:ignore", {
description = "MG Ignore",
drawtype = "airlike",
sunlight_propagates = true,
groups = {snappy=2,not_in_creative_inventory=1},
})