From c1d21b4498362f62619ff6e23fc97c054be2bd0f Mon Sep 17 00:00:00 2001 From: Matheod Date: Wed, 30 Apr 2014 15:50:27 +0200 Subject: [PATCH] VERSION 1.04 --- cheatbox.modinfo | 9 +++ cheatbox/cheatbox/cheatbox.frames | 11 +++ cheatbox/cheatbox/cheatbox.object | 48 +++++++++++++ cheatbox/cheatbox/cheatbox.png | Bin 0 -> 311 bytes cheatbox/cheatbox/cheatbox.recipe | 5 ++ cheatbox/cheatbox/cheatboxicon.png | Bin 0 -> 297 bytes cheatbox/player.config | 67 ++++++++++++++++++ cheatbox/recipes/bandage.recipe | 5 ++ cheatbox/recipes/bluestim.recipe | 5 ++ cheatbox/recipes/bubbleboost-chip.recipe | 5 ++ cheatbox/recipes/butterflyboost-chip.recipe | 5 ++ cheatbox/recipes/cameramanboost-chip.recipe | 5 ++ cheatbox/recipes/campfire.recipe | 5 ++ cheatbox/recipes/capturepod.recipe | 5 ++ cheatbox/recipes/coalore.recipe | 5 ++ cheatbox/recipes/cobblestonematerial.recipe | 5 ++ cheatbox/recipes/cookedalienmeat.recipe | 5 ++ cheatbox/recipes/copperbar.recipe | 5 ++ cheatbox/recipes/dashTech-chip.recipe | 5 ++ cheatbox/recipes/decoyprincess.recipe | 5 ++ cheatbox/recipes/diamond.recipe | 5 ++ cheatbox/recipes/doublejumpTech-chip.recipe | 5 ++ cheatbox/recipes/fishaxe.recipe | 5 ++ cheatbox/recipes/fullwood1.recipe | 5 ++ cheatbox/recipes/goldbar.recipe | 5 ++ cheatbox/recipes/greenstim.recipe | 5 ++ cheatbox/recipes/hoverTech-chip.recipe | 5 ++ cheatbox/recipes/humanMechTech-chip.recipe | 5 ++ cheatbox/recipes/humancar-chip.recipe | 5 ++ cheatbox/recipes/humantier10broadsword.recipe | 5 ++ cheatbox/recipes/humantier10chest.recipe | 5 ++ cheatbox/recipes/humantier10head.recipe | 5 ++ cheatbox/recipes/humantier10pants.recipe | 5 ++ cheatbox/recipes/ironbar.recipe | 5 ++ cheatbox/recipes/ironbeacon.recipe | 5 ++ cheatbox/recipes/jetpackTech-chip.recipe | 5 ++ cheatbox/recipes/moltencore.recipe | 5 ++ cheatbox/recipes/morphballTech-chip.recipe | 5 ++ cheatbox/recipes/peanutbutter.recipe | 5 ++ cheatbox/recipes/pixels10.recipe | 5 ++ cheatbox/recipes/pixels100k.recipe | 5 ++ cheatbox/recipes/pixels1k.recipe | 5 ++ cheatbox/recipes/platinumbar.recipe | 5 ++ cheatbox/recipes/processor.recipe | 5 ++ cheatbox/recipes/randblinktech-chip.recipe | 5 ++ cheatbox/recipes/redstim.recipe | 5 ++ cheatbox/recipes/robot.recipe | 5 ++ cheatbox/recipes/rocketjump-chip.recipe | 5 ++ cheatbox/recipes/silverbar.recipe | 5 ++ cheatbox/recipes/skyrail-chip.recipe | 5 ++ cheatbox/recipes/superfishaxe.recipe | 5 ++ cheatbox/recipes/targetblinktech-chip.recipe | 5 ++ cheatbox/recipes/techupgrade32.recipe | 5 ++ cheatbox/recipes/techupgrade33.recipe | 5 ++ cheatbox/recipes/techupgrade34.recipe | 5 ++ cheatbox/recipes/techupgrade35.recipe | 5 ++ cheatbox/recipes/techupgrade36.recipe | 5 ++ cheatbox/recipes/techupgrade37.recipe | 5 ++ cheatbox/recipes/tier2engine.recipe | 5 ++ cheatbox/recipes/tier3engine.recipe | 5 ++ cheatbox/recipes/tier4engine.recipe | 5 ++ cheatbox/recipes/titaniumbar.recipe | 5 ++ cheatbox/recipes/torch.recipe | 5 ++ cheatbox/recipes/voxel10k.recipe | 5 ++ cheatbox/recipes/voxel1k.recipe | 5 ++ cheatbox/recipes/voxel2k.recipe | 5 ++ cheatbox/recipes/voxel5k.recipe | 5 ++ cheatbox/recipes/yellowstim.recipe | 5 ++ 68 files changed, 445 insertions(+) create mode 100644 cheatbox.modinfo create mode 100644 cheatbox/cheatbox/cheatbox.frames create mode 100644 cheatbox/cheatbox/cheatbox.object create mode 100644 cheatbox/cheatbox/cheatbox.png create mode 100644 cheatbox/cheatbox/cheatbox.recipe create mode 100644 cheatbox/cheatbox/cheatboxicon.png create mode 100644 cheatbox/player.config create mode 100644 cheatbox/recipes/bandage.recipe create mode 100644 cheatbox/recipes/bluestim.recipe create mode 100644 cheatbox/recipes/bubbleboost-chip.recipe create mode 100644 cheatbox/recipes/butterflyboost-chip.recipe create mode 100644 cheatbox/recipes/cameramanboost-chip.recipe create mode 100644 cheatbox/recipes/campfire.recipe create mode 100644 cheatbox/recipes/capturepod.recipe create mode 100644 cheatbox/recipes/coalore.recipe create mode 100644 cheatbox/recipes/cobblestonematerial.recipe create mode 100644 cheatbox/recipes/cookedalienmeat.recipe create mode 100644 cheatbox/recipes/copperbar.recipe create mode 100644 cheatbox/recipes/dashTech-chip.recipe create mode 100644 cheatbox/recipes/decoyprincess.recipe create mode 100644 cheatbox/recipes/diamond.recipe create mode 100644 cheatbox/recipes/doublejumpTech-chip.recipe create mode 100644 cheatbox/recipes/fishaxe.recipe create mode 100644 cheatbox/recipes/fullwood1.recipe create mode 100644 cheatbox/recipes/goldbar.recipe create mode 100644 cheatbox/recipes/greenstim.recipe create mode 100644 cheatbox/recipes/hoverTech-chip.recipe create mode 100644 cheatbox/recipes/humanMechTech-chip.recipe create mode 100644 cheatbox/recipes/humancar-chip.recipe create mode 100644 cheatbox/recipes/humantier10broadsword.recipe create mode 100644 cheatbox/recipes/humantier10chest.recipe create mode 100644 cheatbox/recipes/humantier10head.recipe create mode 100644 cheatbox/recipes/humantier10pants.recipe create mode 100644 cheatbox/recipes/ironbar.recipe create mode 100644 cheatbox/recipes/ironbeacon.recipe create mode 100644 cheatbox/recipes/jetpackTech-chip.recipe create mode 100644 cheatbox/recipes/moltencore.recipe create mode 100644 cheatbox/recipes/morphballTech-chip.recipe create mode 100644 cheatbox/recipes/peanutbutter.recipe create mode 100644 cheatbox/recipes/pixels10.recipe create mode 100644 cheatbox/recipes/pixels100k.recipe create mode 100644 cheatbox/recipes/pixels1k.recipe create mode 100644 cheatbox/recipes/platinumbar.recipe create mode 100644 cheatbox/recipes/processor.recipe create mode 100644 cheatbox/recipes/randblinktech-chip.recipe create mode 100644 cheatbox/recipes/redstim.recipe create mode 100644 cheatbox/recipes/robot.recipe create mode 100644 cheatbox/recipes/rocketjump-chip.recipe create mode 100644 cheatbox/recipes/silverbar.recipe create mode 100644 cheatbox/recipes/skyrail-chip.recipe create mode 100644 cheatbox/recipes/superfishaxe.recipe create mode 100644 cheatbox/recipes/targetblinktech-chip.recipe create mode 100644 cheatbox/recipes/techupgrade32.recipe create mode 100644 cheatbox/recipes/techupgrade33.recipe create mode 100644 cheatbox/recipes/techupgrade34.recipe create mode 100644 cheatbox/recipes/techupgrade35.recipe create mode 100644 cheatbox/recipes/techupgrade36.recipe create mode 100644 cheatbox/recipes/techupgrade37.recipe create mode 100644 cheatbox/recipes/tier2engine.recipe create mode 100644 cheatbox/recipes/tier3engine.recipe create mode 100644 cheatbox/recipes/tier4engine.recipe create mode 100644 cheatbox/recipes/titaniumbar.recipe create mode 100644 cheatbox/recipes/torch.recipe create mode 100644 cheatbox/recipes/voxel10k.recipe create mode 100644 cheatbox/recipes/voxel1k.recipe create mode 100644 cheatbox/recipes/voxel2k.recipe create mode 100644 cheatbox/recipes/voxel5k.recipe create mode 100644 cheatbox/recipes/yellowstim.recipe diff --git a/cheatbox.modinfo b/cheatbox.modinfo new file mode 100644 index 0000000..3baf5f2 --- /dev/null +++ b/cheatbox.modinfo @@ -0,0 +1,9 @@ +{ + "name" : "cheatbox", + "version" : "Beta v. Enraged Koala", + "path" : "cheatbox", + "metadata" : { + "author" : "Matheod", + "description" : "Add a cheatBox to get various items for free." + } +} \ No newline at end of file diff --git a/cheatbox/cheatbox/cheatbox.frames b/cheatbox/cheatbox/cheatbox.frames new file mode 100644 index 0000000..bce0c3f --- /dev/null +++ b/cheatbox/cheatbox/cheatbox.frames @@ -0,0 +1,11 @@ +{ + + "frameGrid" : { + "size" : [13, 12], + "dimensions" : [1, 1], + "names" : [ + [ "default" ] + ] + + } +} diff --git a/cheatbox/cheatbox/cheatbox.object b/cheatbox/cheatbox/cheatbox.object new file mode 100644 index 0000000..b81c8dd --- /dev/null +++ b/cheatbox/cheatbox/cheatbox.object @@ -0,0 +1,48 @@ +{ + "objectName" : "cheatbox", + "rarity" : "Legendary", + "objectType" : "interactable", + "interactAction" : "OpenCraftingInterface", + "interactData" : { + "config" : "/interface/windowconfig/craftingtable.config", + "filter" : [ "cheatboxtable" ] + }, + "description" : "A magical box for cheater !", + "shortdescription" : "Cheat Box", + "race" : "generic", + "category" : "crafting", + "printable" : false, + "price" : 0, + + "apexDescription" : "A magical box for cheater !", + "avianDescription" : "A magical box for cheater !", + "floranDescription" : "A magical box for cheater !", + "glitchDescription" : "A magical box for cheater !", + "humanDescription" : "A magical box for cheater !", + "hylotlDescription" : "A magical box for cheater !", + + "inventoryIcon" : "cheatbox.png", + "orientations" : [ + { + "image" : "cheatbox.png:", + "flipImages" : true, + "imagePosition" : [-8, 0], + "frames" : 1, + "animationCycle" : 1.0, + "direction" : "left", + + "spaceScan" : 0.1, + "anchors" : [ "bottom" ] + }, + { + "image" : "cheatBox.png:", + "imagePosition" : [-8, 0], + "frames" : 1, + "animationCycle" : 1.0, + "direction" : "right", + + "spaceScan" : 0.1, + "anchors" : [ "bottom" ] + } + ] +} \ No newline at end of file diff --git a/cheatbox/cheatbox/cheatbox.png b/cheatbox/cheatbox/cheatbox.png new file mode 100644 index 0000000000000000000000000000000000000000..cb2fcb842374b53b093632040142a704e2bd8870 GIT binary patch literal 311 zcmeAS@N?(olHy`uVBq!ia0vp@K+MCz1SHL_F6aYN>?NMQuIzVtgas}1j9X8D)QFe3 zMwA5Srm}j)<(*AUd296UA zr;S()J~0XgNFADS?g+D^z|sOeW*0ualHeB3CWUWKHyjFA*mE%N*gPSY%_-rtLe2t_ ni_ZdY*JeCqau*Okypw^KXZCZ~yJ1;Cw=j6R`njxgN@xNA{z73b literal 0 HcmV?d00001 diff --git a/cheatbox/cheatbox/cheatbox.recipe b/cheatbox/cheatbox/cheatbox.recipe new file mode 100644 index 0000000..073d145 --- /dev/null +++ b/cheatbox/cheatbox/cheatbox.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "cheatbox", "count" : 1 }, + "groups" : [ "plain", "objects", "all", "tools" ] +} \ No newline at end of file diff --git a/cheatbox/cheatbox/cheatboxicon.png b/cheatbox/cheatbox/cheatboxicon.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe6c5cdfea42a8fc0913d525f8499e534ec4178 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|>?NMQuIzVtgoPB0FWhVD1`3In zxJHx&=ckpFCl;kLxcj&OjZr8|EmAPnGbwCc@(`$mqolyk9VlZAWHWd*XvzaAmUKs7 zM+SzC{oH>NS%G}EByV>YhW{YAVDIwDAd!+FzhH=nd4zN=P^8Gy#WAE}PVx_brGy0` z%*+xAn>J=Mc>T9M%;+Mpw7|@c*M0ZQh821f1U>%!ea-Ij!$jfr!7LjmW@e!o=Z-Kt z7HnTw!LyEW5!0eC%Q%Du9Otkk9yT>FoWONq4&O(^Bg_KQ7i^pxdAEFL-l+9|GKa@C a28PDP>wkSLi`Wdbox#)9&t;ucLK6V