Delete global alias "smodel"

master
Jordan Irwin 2021-08-26 08:50:26 -07:00
parent 43881650fe
commit 75b099d70d
3 changed files with 3 additions and 7 deletions

View File

@ -67,8 +67,6 @@ simple_models_slope_1x1x1:
#### Tables
`smodel` is an alias of `simple_models`.
There are some tables for accessing pre-defined attributes:
```

View File

@ -1,11 +1,6 @@
simple_models = {}
if not core.global_exists("smodel") then
smodel = simple_models
end
local modpath = core.get_modpath(core.get_current_modname())
local scripts = {

View File

@ -1,4 +1,7 @@
local smodel = simple_models
-- cubes
core.register_node("simple_models:node_tall", {