diff --git a/src/coffee/constants.coffee b/src/coffee/constants.coffee index 87d2a0aff..dd1563716 100644 --- a/src/coffee/constants.coffee +++ b/src/coffee/constants.coffee @@ -25,6 +25,7 @@ exports.DefaultMods = railcraft: { defaultVersion: '9.5.0' } thermal_dynamics: { defaultVersion: '1.0.0RC7-98' } thermal_expansion: { defaultVersion: '4.0.0B8-23' } + ender_storage: { defaultVersion: '1.4.5.29' } exports.Duration = Duration = {} Duration.snap = 100 diff --git a/static/browse/ender_storage/ender_chest/icon.png b/static/browse/ender_storage/ender_chest/icon.png new file mode 100644 index 000000000..6633e38f4 Binary files /dev/null and b/static/browse/ender_storage/ender_chest/icon.png differ diff --git a/static/browse/ender_storage/ender_pouch/icon.png b/static/browse/ender_storage/ender_pouch/icon.png new file mode 100644 index 000000000..349467b7c Binary files /dev/null and b/static/browse/ender_storage/ender_pouch/icon.png differ diff --git a/static/browse/ender_storage/ender_tank/icon.png b/static/browse/ender_storage/ender_tank/icon.png new file mode 100644 index 000000000..2d4ec7a5a Binary files /dev/null and b/static/browse/ender_storage/ender_tank/icon.png differ diff --git a/static/browse/ender_storage/icon.png b/static/browse/ender_storage/icon.png new file mode 100644 index 000000000..7154ac9a3 Binary files /dev/null and b/static/browse/ender_storage/icon.png differ diff --git a/static/data/ender_storage/1.4.5.29/mod-version.cg b/static/data/ender_storage/1.4.5.29/mod-version.cg new file mode 100644 index 000000000..25ec1e23d --- /dev/null +++ b/static/data/ender_storage/1.4.5.29/mod-version.cg @@ -0,0 +1,21 @@ +schema: 1 + +group: Storage + item: Ender Chest + recipe: + input: Blaze Rod, Wool, Obsidian, Chest, Ender Pearl + pattern: 010 232 040 + tools: Crafting Table + + item: Ender Pouch + recipe: + input: Blaze Powder, Leather, Ender Pearl, Wool + pattern: 010 121 030 + tools: Crafting Table + + item: Ender Tank + recipe: + input: Blaze Rod, Wool, Obsidian, Cauldron, Ender Pearl + pattern: 010 232 040 + tools: Crafting Table + diff --git a/static/data/ender_storage/mod.cg b/static/data/ender_storage/mod.cg new file mode 100644 index 000000000..a193a29e8 --- /dev/null +++ b/static/data/ender_storage/mod.cg @@ -0,0 +1,10 @@ +schema: 1 + +name: Ender Storage +author: chicken_bones +description: This mod offers means to store your items in The END, causing them to be everywhere and nowhere at the same time. +homePageUrl: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1279956-chickenbones-mods +documentationUrl: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1279956-chickenbones-mods +downloadUrl: http://chickenbones.net/Pages/links.html + +version: 1.4.5.29