-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MC 1.9 update addon patch is out.
- Loading branch information
Showing
14 changed files
with
229 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,36 @@ | ||
*** Instructions *** | ||
|
||
Thanks for downloading Aeon Extension Patch - Minecraft 1.9 update, created and organized by Ezer'Arch (ezerarch.com). | ||
|
||
This is an addon patch meant to be used atop of Aeon Extension Patch and Aeon Resource Pack. | ||
|
||
Installation guide, full info, credits, Aeon pack downloads and more content: http://www.ezerarch.com/resourcepacks.html | ||
|
||
|
||
*** License *** | ||
|
||
1. Do not make money directly from this pack itself or its parts. | ||
|
||
2. Do not redistribute. Make sure you have downloaded this pack from here: http://www.ezerarch.com/resourcepacks.html | ||
|
||
3. If used in public (video, server, webpage etc), give credits. For courtesy, a link back is appreciated. | ||
|
||
Feel free to contact me if you need to ask something. | ||
|
||
|
||
*** Additional Credits *** | ||
|
||
- Original Aeon 1.7.10 by thesparko: http://www.planetminecraft.com/member/thesparko/ | ||
|
||
- Mars graphics by Space Viking from Galacticraft devteam: http://micdoodle8.com/mods/galacticraft | ||
|
||
|
||
*** Contact Info *** | ||
|
||
Site: http://www.ezerarch.com | ||
|
||
YouTube channel: http://www.youtube.com/EzerArch | ||
|
||
Twitch channel: http://www.twitch.tv/ezerarch | ||
|
||
Twitter: http://twitter.com/EzerArch |
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,9 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { "model": "hopper_down" }, | ||
"facing=north": { "model": "hopper_side" }, | ||
"facing=south": { "model": "hopper_side", "y": 180 }, | ||
"facing=west": { "model": "hopper_side", "y": 270 }, | ||
"facing=east": { "model": "hopper_side", "y": 90 } | ||
} | ||
} |
89 changes: 89 additions & 0 deletions
89
MC1.9 Patch/assets/minecraft/models/block/hopper_down.json
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,89 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"textures": { | ||
"particle": "blocks/hopper_outside", | ||
"top": "blocks/hopper_top", | ||
"bottom": "blocks/hopper_bottom", | ||
"side": "blocks/hopper_outside", | ||
"inside": "blocks/hopper_inside" | ||
}, | ||
"elements": [ | ||
{ "from": [ 0, 10, 0 ], | ||
"to": [ 16, 11, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, | ||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, | ||
"north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 0, 11, 0 ], | ||
"to": [ 2, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 14, 11, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 2, 11, 0 ], | ||
"to": [ 14, 16, 2 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, | ||
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, | ||
"north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 2, 11, 14 ], | ||
"to": [ 14, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 4, 4, 4 ], | ||
"to": [ 12, 10, 12 ], | ||
"faces": { | ||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#bottom" }, | ||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#bottom" }, | ||
"north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 6, 0, 6 ], | ||
"to": [ 10, 4, 10 ], | ||
"faces": { | ||
"down": { "uv": [ 8, 12, 12, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 4, 12, 8, 16 ], "texture": "#side" }, | ||
"north": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" }, | ||
"west": { "uv": [ 12, 12, 16, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" } | ||
} | ||
} | ||
] | ||
} |
89 changes: 89 additions & 0 deletions
89
MC1.9 Patch/assets/minecraft/models/block/hopper_side.json
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,89 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"textures": { | ||
"particle": "blocks/hopper_outside", | ||
"top": "blocks/hopper_top", | ||
"bottom": "blocks/hopper_bottom", | ||
"side": "blocks/hopper_outside", | ||
"inside": "blocks/hopper_inside" | ||
}, | ||
"elements": [ | ||
{ "from": [ 0, 10, 0 ], | ||
"to": [ 16, 11, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, | ||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, | ||
"north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 0, 11, 0 ], | ||
"to": [ 2, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 14, 11, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 2, 11, 0 ], | ||
"to": [ 14, 16, 2 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, | ||
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, | ||
"north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 2, 11, 14 ], | ||
"to": [ 14, 16, 16 ], | ||
"faces": { | ||
"down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, | ||
"north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, | ||
"west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, | ||
"east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 4, 4, 4 ], | ||
"to": [ 12, 10, 12 ], | ||
"faces": { | ||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#bottom" }, | ||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#bottom" }, | ||
"north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, | ||
"east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } | ||
} | ||
}, | ||
{ "from": [ 6, 4, 0 ], | ||
"to": [ 10, 8, 4 ], | ||
"faces": { | ||
"down": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" }, | ||
"up": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" }, | ||
"north": { "uv": [ 8, 12, 12, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 4, 12, 8, 16 ], "texture": "#side" }, | ||
"west": { "uv": [ 12, 12, 16, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 12, 4, 16 ], "texture": "#side" } | ||
} | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.8 KB
MC1.9 Patch/assets/minecraft/textures/gui/container/brewing_stand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10 KB
MC1.9 Patch/assets/minecraft/textures/gui/container/enchanting_table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 2, | ||
"description": "\u00A76Addon patch \u00A72MC1.9 update v.1.0\n\u00A7bwww.ezerarch.com" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.