mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-10-30 07:45:37 +01:00
add stairs api (#56)
This commit is contained in:
1
init.lua
1
init.lua
@@ -12,6 +12,7 @@ xcompat.materials = dofile(modpath .. "/src/materials.lua")
|
||||
xcompat.textures = dofile(modpath .. "/src/textures.lua")
|
||||
xcompat.functions = dofile(modpath .. "/src/functions.lua")
|
||||
xcompat.player = dofile(modpath .. "/src/player.lua")
|
||||
xcompat.stairs = dofile(modpath .. "/src/stairs.lua")
|
||||
|
||||
local function validate_sound(key)
|
||||
if key and xcompat.sounds[key] then
|
||||
|
||||
Reference in New Issue
Block a user