Colorable banisters 🔗
Adds 9 simple banisters (4 front, 4 corner and 1 corner-point) and support for creating own.
Mod inspired by 1F616EMO's mod banisters (with nice banisters) - https://content.luanti.ru/packages/Emojiminetest/banisters/ - without using any part of code
- 1F616EMO's mod banisters is fork from Felfa's banisters: https://gitlab.com/lifo-mods/banisters
How to add own banisters 🔗
Supported types of shapes of the banisters 🔗
f = front,
c = corner,
cp = corner point
Supported shapes 🔗
{nodebox} - for example, {-0.5,-0.5,0.375,0.5,0.5,0.5},
"model.obj" - for example, "cobanisters_base.obj",
{"gen",l,u,m,n} - generated nodebox from parts, if you want to save your time,
- for example: see to default written - {"gen",l_f,u_f,m_01,5}
How to add it 🔗
- See in code: REGISTRATION (in version 10101, it is about line 40)
- Copy any row from before
- Set the name (must be unique), description, shape type of banister, shape, texture and palette
- Load the media to the folders and name it correctly
- Activate the mod (if isn't activated) or start / restart the server
Planned features 🔗
- more type of banister shapes
- add rotatable banisters with rotatable collisionbox
License 🔗
- MIT for code
- CC0 for media
Using AI 🔗
- idea fully made by human
- structure of code made by human
- AI (Google Gemini) helped with basic Lua syntax (Q & A for using tables etc.) and some bugfixes
- human completed the code