mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
fix duplicate scifi_nodes declaration
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
--Copyright (c) 2011-2015 Calinou and contributors.
|
||||
--Licensed under the zlib license.
|
||||
|
||||
scifi_nodes = {}
|
||||
|
||||
function scifi_nodes.register_slope(name, desc, texture, light)
|
||||
minetest.register_node("scifi_nodes:slope_"..name, {
|
||||
description = desc.." Slope",
|
||||
@ -174,4 +172,3 @@ if minetest.global_exists("stairsplus") then
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user