-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
892 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
+---+---+---+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
3d_armor | ||
|
Oops, something went wrong.