skeletons-cd2025/README.md

28 lines
823 B
Markdown
Raw Normal View History

Minetest mod: skeletons
=======================
Mod which add skeletons of different animals to game.
License of source code:
-----------------------
GPL 3 or newer
Authors of source code:
-----------------------
SFENCE
License of media (textures, sounds and models):
-----------------------------------------------
CC-0
Authors of media files:
-----------------------
SFENCE
Adding new skeletons:
-----------------------
Python script scripts/generate_node_box.py which can be used to convert schematic saved via worldedit mod to node box which can be used in node registration.
Every 16x16x16 nodes is converted into one nodebox. Air nodes is ignored. If saved schematic contains bigger area then 16x16x16, more nodeboxes will be generated. So, you will have to assemble full skeleton from skeletons parts nodes.