Skip to content

Commit

Permalink
add armor stands
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Sep 7, 2020
1 parent bb5800b commit 1fe9514
Show file tree
Hide file tree
Showing 13 changed files with 892 additions and 0 deletions.
43 changes: 43 additions & 0 deletions mods/3d_armor-version-0.4.11/3d_armor_stand/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[mod] 3d Armor Stand [3d_armor_stand]
=====================================

License Source Code
-------------------

Copyright (C) 2012-2019 stujones11, Stuart Jones <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Lecense Models
--------------

Copyright (C) 2016-2019 Stuart Jones - CC BY-SA 3.0

UV model mapping by tobyplowy(aka toby109tt)

License Textures
----------------

3d_armor_stand.png
3d_armor_stand_locked.png

Copyright (C) 2017-2019 tobyplowy - CC BY-SA 3.0

3d_armor_stand_feet.png
3d_armor_stand_head.png
3d_armor_stand_legs.png
3d_armor_stand_torso.png

Copyright (C) 2016-2019 Stuart Jones - CC BY-SA 3.0
21 changes: 21 additions & 0 deletions mods/3d_armor-version-0.4.11/3d_armor_stand/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[mod] 3d Armor Stand [3d_armor_stand]
=====================================

Depends: 3d_armor

Adds a chest-like armor stand for armor storage and display.

Crafting
--------

F = Wooden Fence [default:fence_wood]
S = Steel Ingot [default:steel_ingot]

+---+---+---+
| | F | |
+---+---+---+
| | F | |
+---+---+---+
| S | S | S |
+---+---+---+

2 changes: 2 additions & 0 deletions mods/3d_armor-version-0.4.11/3d_armor_stand/depends.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3d_armor

Loading

0 comments on commit 1fe9514

Please sign in to comment.