├── .luacheckrc ├── LICENSE ├── api.md ├── init.lua ├── mod.conf ├── models └── frame.obj ├── readme.md ├── screenshot.png └── textures └── frame_frame.png /.luacheckrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/.luacheckrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/LICENSE -------------------------------------------------------------------------------- /api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/api.md -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/init.lua -------------------------------------------------------------------------------- /mod.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/mod.conf -------------------------------------------------------------------------------- /models/frame.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/models/frame.obj -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/readme.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/screenshot.png -------------------------------------------------------------------------------- /textures/frame_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minetest-mods/frame/HEAD/textures/frame_frame.png --------------------------------------------------------------------------------