Unregister cave shapes
parent
36b755725d
commit
1250abe7d8
|
@ -47,6 +47,10 @@ function noordstar_caves.register_shape(def)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function noordstar_caves.unregister_shape(name)
|
||||||
|
noordstar_caves.registered_shapes[name] = nil
|
||||||
|
end
|
||||||
|
|
||||||
function noordstar_caves.clear_registered_shapes()
|
function noordstar_caves.clear_registered_shapes()
|
||||||
noordstar_caves.registered_shapes = {}
|
noordstar_caves.registered_shapes = {}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue