Add simple_models mod...

https://content.minetest.net/packages/AntumDeluge/simple_models/
This commit is contained in:
Jordan Irwin 2021-08-18 03:30:17 -07:00
parent 2b140e4418
commit a92ce7233d
8 changed files with 75 additions and 0 deletions

View File

@ -91,6 +91,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* [listitems][] ([MIT][lic.listitems]) -- version: [1.1][ver.listitems] *2021-08-04*
* [painting][] (WTFPL) -- version: [da8f4ba Git][ver.painting] *2021-06-25*
* [pipeworks][] ([LGPL][lic.lgpl3.0] / [CC BY-SA][lic.ccbysa4.0]) -- version: [2670fd8 Git][ver.pipeworks] *2021-05-06* ([patched][patch.pipeworks])
* [simple_models][] ([CC0][lic.cc0]) -- version: [2021-08-16][ver.simple_models]
* [wdata][] ([MIT][lic.wdata]) -- version: [1.1][ver.wdata] *2021-06-15*
* mobiles/
* [bee][mobs_animal] ([MIT][lic.mobs_bee]) -- version: [671c6c1 Git][ver.mobs_bee] *2021-06-02*
@ -409,6 +410,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[sfinv_buttons]: https://forum.minetest.net/viewtopic.php?t=16079
[shark]: https://github.com/AntumMT/mod-shark
[signs_lib]: https://forum.minetest.net/viewtopic.php?f=11&t=13762
[simple_models]: https://content.minetest.net/packages/AntumDeluge/simple_models/
[simple_protection]: https://forum.minetest.net/viewtopic.php?t=9035
[slingshot]: https://github.com/AntumMT/mod-slingshot
[sneeker]: https://forum.minetest.net/viewtopic.php?t=26685
@ -674,6 +676,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[ver.sfinv]: https://github.com/rubenwardy/sfinv/tree/556f70e
[ver.sfinv_buttons]: http://repo.or.cz/minetest_sfinv_buttons.git/tree/ebb1f7c
[ver.signs_lib]: https://gitlab.com/VanessaE/signs_lib/tree/2021-03-04-2
[ver.simple_models]: https://github.com/AntumMT/mod-simple_models/tree/07e8c1b
[ver.simple_protection]: https://github.com/SmallJoker/simple_protection/tree/f1f85aa
[ver.slingshot]: https://github.com/AntumMT/mod-slingshot/releases/tag/v0.3
[ver.sneeker]: https://github.com/AntumMT/mod-sneeker/releases/tag/v1.1-1

View File

@ -0,0 +1,25 @@
## Simple Models
### Description
A set (currently only one) of very simple models for [Minetest](https://www.minetest.net/).
![screenshot](screenshot.png)
#### Models
- [node_1x2x1](https://opengameart.org/node/129635)
- for nodes with dimensions 1x2x1
![node_1x2x1_preview](previews/model.png) ![node_1x2x1_texture_map](previews/texture_map.png)
### Licensing
- [Creative Commons Zero (CC0) 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
### Links
- [![ContentDB](https://content.minetest.net/packages/AntumDeluge/simple_models/shields/title/)](https://content.minetest.net/packages/AntumDeluge/simple_models/)
- [Forum](https://forum.minetest.net/viewtopic.php?t=27177)
- [Git repo](https://github.com/AntumMT/mod-simple_models)

View File

@ -0,0 +1,2 @@
simple_models = {}

View File

@ -0,0 +1,3 @@
name = simple_models
title = Simple Models
description = Very simple models.

View File

@ -0,0 +1,42 @@
# Blender v2.93.2 OBJ File: 'server_shop_2.blend'
# www.blender.org
mtllib server_shop.mtl
o Cube
v 0.500000 -0.500000 -0.500000
v 0.500000 1.500000 -0.500000
v -0.500000 -0.500000 -0.500000
v -0.500000 1.500000 -0.500000
v 0.500000 -0.500000 0.500000
v 0.500000 1.500000 0.500000
v -0.500000 -0.500000 0.500000
v -0.500000 1.500000 0.500000
vt 0.500000 0.250043
vt 0.500000 0.000087
vt 0.749957 0.000087
vt 0.749957 0.250043
vt 0.749957 0.749978
vt 0.749957 0.250065
vt 0.999914 0.250065
vt 0.999914 0.749978
vt 0.000087 0.749978
vt 0.000087 0.250065
vt 0.250043 0.250065
vt 0.250043 0.749978
vt 0.500000 0.999957
vt 0.500000 0.750000
vt 0.749957 0.999957
vt 0.500000 0.250065
vn -0.0000 -1.0000 -0.0000
vn -1.0000 0.0000 0.0000
vn 0.0000 -0.0000 1.0000
vn 0.0000 1.0000 0.0000
vn -0.0000 0.0000 -1.0000
vn 1.0000 -0.0000 -0.0000
usemtl Material
s off
f 1/1/1 5/2/1 7/3/1 3/4/1
f 4/5/2 3/6/2 7/7/2 8/8/2
f 8/9/3 7/10/3 5/11/3 6/12/3
f 6/13/4 2/14/4 4/5/4 8/15/4
f 2/14/5 1/16/5 3/6/5 4/5/5
f 6/12/6 5/11/6 1/16/6 2/14/6

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB