Skip to content

Commit

Permalink
MC 1.9 update patch v1 release
Browse files Browse the repository at this point in the history
MC 1.9 update addon patch is out.
  • Loading branch information
EzerArch committed Feb 24, 2017
1 parent ca13a85 commit 57d5e58
Show file tree
Hide file tree
Showing 14 changed files with 229 additions and 0 deletions.
36 changes: 36 additions & 0 deletions MC1.9 Patch/about.txt
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
9 changes: 9 additions & 0 deletions MC1.9 Patch/assets/minecraft/blockstates/hopper.json
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 MC1.9 Patch/assets/minecraft/models/block/hopper_down.json
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 MC1.9 Patch/assets/minecraft/models/block/hopper_side.json
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.
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.
6 changes: 6 additions & 0 deletions MC1.9 Patch/pack.mcmeta
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"
}
}
Binary file added MC1.9 Patch/pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57d5e58

Please sign in to comment.