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 0000000..cb2fcb8 Binary files /dev/null and b/cheatbox/cheatbox/cheatbox.png differ 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 0000000..3fe6c5c Binary files /dev/null and b/cheatbox/cheatbox/cheatboxicon.png differ diff --git a/cheatbox/player.config b/cheatbox/player.config new file mode 100644 index 0000000..594d8f8 --- /dev/null +++ b/cheatbox/player.config @@ -0,0 +1,67 @@ +{ + "__merge" : [], + "defaultBlueprints" : { + "tier1" : [ + { "item" : "bandage" }, + { "item" : "bluestim" }, + { "item" : "bubbleboost-chip" }, + { "item" : "butterflyboost-chip" }, + { "item" : "cameramanboost-chip" }, + { "item" : "campfire" }, + { "item" : "capturepod" }, + { "item" : "cheatbox" }, + { "item" : "coalore" }, + { "item" : "cobblestonematerial" }, + { "item" : "cookedalienmeat" }, + { "item" : "copperbar" }, + { "item" : "dashTech-chip" }, + { "item" : "decoyprincess" }, + { "item" : "diamond" }, + { "item" : "doublejumpTech-chip" }, + { "item" : "fishaxe" }, + { "item" : "fullwood1" }, + { "item" : "goldbar" }, + { "item" : "greenstim" }, + { "item" : "hoverTech-chip" }, + { "item" : "humancar-chip" }, + { "item" : "humantier10broadsword" }, + { "item" : "humantier10chest" }, + { "item" : "humantier10head" }, + { "item" : "humantier10pants" }, + { "item" : "ironbar" }, + { "item" : "ironbeacon" }, + { "item" : "jetpackTech-chip" }, + { "item" : "humanMechTech-chip" }, + { "item" : "moltencore" }, + { "item" : "morphballTech-chip" }, + { "item" : "peanutbutter" }, + { "item" : "platinumbar" }, + { "item" : "processor" }, + { "item" : "randblinktech-chip" }, + { "item" : "redstim" }, + { "item" : "robot" }, + { "item" : "rocketjump-chip" }, + { "item" : "silverbar" }, + { "item" : "skyrail-chip" }, + { "item" : "superfishaxe" }, + { "item" : "targetblinktech-chip" }, + { "item" : "techupgrade32" }, + { "item" : "techupgrade33" }, + { "item" : "techupgrade34" }, + { "item" : "techupgrade35" }, + { "item" : "techupgrade36" }, + { "item" : "techupgrade37" }, + { "item" : "tier2engine" }, + { "item" : "tier3engine" }, + { "item" : "tier4engine" }, + { "item" : "titaniumbar" }, + { "item" : "torch" }, + { "item" : "voxel1k" }, + { "item" : "voxel2k" }, + { "item" : "voxel5k" }, + { "item" : "voxel10k" }, + { "item" : "yellowstim" }, + { "item" : "money" } + ] + } +} \ No newline at end of file diff --git a/cheatbox/recipes/bandage.recipe b/cheatbox/recipes/bandage.recipe new file mode 100644 index 0000000..ac30de6 --- /dev/null +++ b/cheatbox/recipes/bandage.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "bandage", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "other" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/bluestim.recipe b/cheatbox/recipes/bluestim.recipe new file mode 100644 index 0000000..e7d3fe0 --- /dev/null +++ b/cheatbox/recipes/bluestim.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "bluestim", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "other" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/bubbleboost-chip.recipe b/cheatbox/recipes/bubbleboost-chip.recipe new file mode 100644 index 0000000..17bfae1 --- /dev/null +++ b/cheatbox/recipes/bubbleboost-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "bubbleboost-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/butterflyboost-chip.recipe b/cheatbox/recipes/butterflyboost-chip.recipe new file mode 100644 index 0000000..48669b6 --- /dev/null +++ b/cheatbox/recipes/butterflyboost-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "butterflyboost-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/cameramanboost-chip.recipe b/cheatbox/recipes/cameramanboost-chip.recipe new file mode 100644 index 0000000..2e0102a --- /dev/null +++ b/cheatbox/recipes/cameramanboost-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "cameramanboost-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/campfire.recipe b/cheatbox/recipes/campfire.recipe new file mode 100644 index 0000000..9c18ed7 --- /dev/null +++ b/cheatbox/recipes/campfire.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "campfire", "count" : 1 }, + "groups" : [ "cheatboxtable", "objects", "all", "tools" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/capturepod.recipe b/cheatbox/recipes/capturepod.recipe new file mode 100644 index 0000000..cd87615 --- /dev/null +++ b/cheatbox/recipes/capturepod.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "capturepod", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/coalore.recipe b/cheatbox/recipes/coalore.recipe new file mode 100644 index 0000000..08ab0ae --- /dev/null +++ b/cheatbox/recipes/coalore.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "coalore", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/cobblestonematerial.recipe b/cheatbox/recipes/cobblestonematerial.recipe new file mode 100644 index 0000000..2f7aa6d --- /dev/null +++ b/cheatbox/recipes/cobblestonematerial.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "cobblestonematerial", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/cookedalienmeat.recipe b/cheatbox/recipes/cookedalienmeat.recipe new file mode 100644 index 0000000..46e3021 --- /dev/null +++ b/cheatbox/recipes/cookedalienmeat.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "cookedalienmeat", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "consumables" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/copperbar.recipe b/cheatbox/recipes/copperbar.recipe new file mode 100644 index 0000000..477e620 --- /dev/null +++ b/cheatbox/recipes/copperbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "copperbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/dashTech-chip.recipe b/cheatbox/recipes/dashTech-chip.recipe new file mode 100644 index 0000000..3a62848 --- /dev/null +++ b/cheatbox/recipes/dashTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "dashTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/decoyprincess.recipe b/cheatbox/recipes/decoyprincess.recipe new file mode 100644 index 0000000..be9628e --- /dev/null +++ b/cheatbox/recipes/decoyprincess.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "decoyprincess", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/diamond.recipe b/cheatbox/recipes/diamond.recipe new file mode 100644 index 0000000..afda96c --- /dev/null +++ b/cheatbox/recipes/diamond.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "diamond", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/doublejumpTech-chip.recipe b/cheatbox/recipes/doublejumpTech-chip.recipe new file mode 100644 index 0000000..1d82811 --- /dev/null +++ b/cheatbox/recipes/doublejumpTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "doublejumpTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/fishaxe.recipe b/cheatbox/recipes/fishaxe.recipe new file mode 100644 index 0000000..e0b36e0 --- /dev/null +++ b/cheatbox/recipes/fishaxe.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "fishaxe", "count" : 1 }, + "groups" : [ "cheatboxtable", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/fullwood1.recipe b/cheatbox/recipes/fullwood1.recipe new file mode 100644 index 0000000..6de8bc4 --- /dev/null +++ b/cheatbox/recipes/fullwood1.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "fullwood1", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/goldbar.recipe b/cheatbox/recipes/goldbar.recipe new file mode 100644 index 0000000..8744ec5 --- /dev/null +++ b/cheatbox/recipes/goldbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "goldbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/greenstim.recipe b/cheatbox/recipes/greenstim.recipe new file mode 100644 index 0000000..068520e --- /dev/null +++ b/cheatbox/recipes/greenstim.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "greenstim", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "other" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/hoverTech-chip.recipe b/cheatbox/recipes/hoverTech-chip.recipe new file mode 100644 index 0000000..ca3161a --- /dev/null +++ b/cheatbox/recipes/hoverTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "hoverTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humanMechTech-chip.recipe b/cheatbox/recipes/humanMechTech-chip.recipe new file mode 100644 index 0000000..06ae95f --- /dev/null +++ b/cheatbox/recipes/humanMechTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humanMechTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humancar-chip.recipe b/cheatbox/recipes/humancar-chip.recipe new file mode 100644 index 0000000..d6fb4f1 --- /dev/null +++ b/cheatbox/recipes/humancar-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humancar-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humantier10broadsword.recipe b/cheatbox/recipes/humantier10broadsword.recipe new file mode 100644 index 0000000..767f191 --- /dev/null +++ b/cheatbox/recipes/humantier10broadsword.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humantier10broadsword", "count" : 1 }, + "groups" : [ "cheatboxtable", "weapons", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humantier10chest.recipe b/cheatbox/recipes/humantier10chest.recipe new file mode 100644 index 0000000..9da9584 --- /dev/null +++ b/cheatbox/recipes/humantier10chest.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humantier10chest", "count" : 1 }, + "groups" : [ "cheatboxtable", "armors", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humantier10head.recipe b/cheatbox/recipes/humantier10head.recipe new file mode 100644 index 0000000..97de9d3 --- /dev/null +++ b/cheatbox/recipes/humantier10head.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humantier10head", "count" : 1 }, + "groups" : [ "cheatboxtable", "armors", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/humantier10pants.recipe b/cheatbox/recipes/humantier10pants.recipe new file mode 100644 index 0000000..da089fe --- /dev/null +++ b/cheatbox/recipes/humantier10pants.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "humantier10pants", "count" : 1 }, + "groups" : [ "cheatboxtable", "armors", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/ironbar.recipe b/cheatbox/recipes/ironbar.recipe new file mode 100644 index 0000000..a518ff1 --- /dev/null +++ b/cheatbox/recipes/ironbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "ironbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/ironbeacon.recipe b/cheatbox/recipes/ironbeacon.recipe new file mode 100644 index 0000000..597ef96 --- /dev/null +++ b/cheatbox/recipes/ironbeacon.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "ironbeacon", "count" : 1 }, + "groups" : [ "cheatboxtable", "objects", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/jetpackTech-chip.recipe b/cheatbox/recipes/jetpackTech-chip.recipe new file mode 100644 index 0000000..61f9e89 --- /dev/null +++ b/cheatbox/recipes/jetpackTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "jetpackTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/moltencore.recipe b/cheatbox/recipes/moltencore.recipe new file mode 100644 index 0000000..60ea925 --- /dev/null +++ b/cheatbox/recipes/moltencore.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "moltencore", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/morphballTech-chip.recipe b/cheatbox/recipes/morphballTech-chip.recipe new file mode 100644 index 0000000..f961c38 --- /dev/null +++ b/cheatbox/recipes/morphballTech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "morphballTech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/peanutbutter.recipe b/cheatbox/recipes/peanutbutter.recipe new file mode 100644 index 0000000..7d516b7 --- /dev/null +++ b/cheatbox/recipes/peanutbutter.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "peanutbutter", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/pixels10.recipe b/cheatbox/recipes/pixels10.recipe new file mode 100644 index 0000000..c3b6cb5 --- /dev/null +++ b/cheatbox/recipes/pixels10.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "money", "count" : 10 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/pixels100k.recipe b/cheatbox/recipes/pixels100k.recipe new file mode 100644 index 0000000..7373311 --- /dev/null +++ b/cheatbox/recipes/pixels100k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "money", "count" : 100000 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/pixels1k.recipe b/cheatbox/recipes/pixels1k.recipe new file mode 100644 index 0000000..3f935f5 --- /dev/null +++ b/cheatbox/recipes/pixels1k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "money", "count" : 1000 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/platinumbar.recipe b/cheatbox/recipes/platinumbar.recipe new file mode 100644 index 0000000..e04c586 --- /dev/null +++ b/cheatbox/recipes/platinumbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "platinumbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/processor.recipe b/cheatbox/recipes/processor.recipe new file mode 100644 index 0000000..e1e0c05 --- /dev/null +++ b/cheatbox/recipes/processor.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "processor", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/randblinktech-chip.recipe b/cheatbox/recipes/randblinktech-chip.recipe new file mode 100644 index 0000000..2d7bdc3 --- /dev/null +++ b/cheatbox/recipes/randblinktech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "randblinktech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/redstim.recipe b/cheatbox/recipes/redstim.recipe new file mode 100644 index 0000000..9d07274 --- /dev/null +++ b/cheatbox/recipes/redstim.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "redstim", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "other" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/robot.recipe b/cheatbox/recipes/robot.recipe new file mode 100644 index 0000000..b389680 --- /dev/null +++ b/cheatbox/recipes/robot.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "robot", "count" : 1 }, + "groups" : [ "cheatboxtable", "other", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/rocketjump-chip.recipe b/cheatbox/recipes/rocketjump-chip.recipe new file mode 100644 index 0000000..0d93925 --- /dev/null +++ b/cheatbox/recipes/rocketjump-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "rocketjump-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/silverbar.recipe b/cheatbox/recipes/silverbar.recipe new file mode 100644 index 0000000..2ce81bf --- /dev/null +++ b/cheatbox/recipes/silverbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "silverbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/skyrail-chip.recipe b/cheatbox/recipes/skyrail-chip.recipe new file mode 100644 index 0000000..c76c4bf --- /dev/null +++ b/cheatbox/recipes/skyrail-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "skyrail-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/superfishaxe.recipe b/cheatbox/recipes/superfishaxe.recipe new file mode 100644 index 0000000..ac8f30b --- /dev/null +++ b/cheatbox/recipes/superfishaxe.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "superfishaxe", "count" : 1 }, + "groups" : [ "cheatboxtable", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/targetblinktech-chip.recipe b/cheatbox/recipes/targetblinktech-chip.recipe new file mode 100644 index 0000000..3b84f47 --- /dev/null +++ b/cheatbox/recipes/targetblinktech-chip.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "targetblinktech-chip", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade32.recipe b/cheatbox/recipes/techupgrade32.recipe new file mode 100644 index 0000000..a047611 --- /dev/null +++ b/cheatbox/recipes/techupgrade32.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade32", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade33.recipe b/cheatbox/recipes/techupgrade33.recipe new file mode 100644 index 0000000..cfee8dd --- /dev/null +++ b/cheatbox/recipes/techupgrade33.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade33", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade34.recipe b/cheatbox/recipes/techupgrade34.recipe new file mode 100644 index 0000000..6ae385e --- /dev/null +++ b/cheatbox/recipes/techupgrade34.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade34", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade35.recipe b/cheatbox/recipes/techupgrade35.recipe new file mode 100644 index 0000000..983e30d --- /dev/null +++ b/cheatbox/recipes/techupgrade35.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade35", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade36.recipe b/cheatbox/recipes/techupgrade36.recipe new file mode 100644 index 0000000..d63f27c --- /dev/null +++ b/cheatbox/recipes/techupgrade36.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade36", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/techupgrade37.recipe b/cheatbox/recipes/techupgrade37.recipe new file mode 100644 index 0000000..f4d1660 --- /dev/null +++ b/cheatbox/recipes/techupgrade37.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "techupgrade37", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/tier2engine.recipe b/cheatbox/recipes/tier2engine.recipe new file mode 100644 index 0000000..57b3213 --- /dev/null +++ b/cheatbox/recipes/tier2engine.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "tier2engine", "count" : 1 }, + "groups" : [ "cheatboxtable", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/tier3engine.recipe b/cheatbox/recipes/tier3engine.recipe new file mode 100644 index 0000000..eae43e9 --- /dev/null +++ b/cheatbox/recipes/tier3engine.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "tier3engine", "count" : 1 }, + "groups" : [ "cheatboxtable", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/tier4engine.recipe b/cheatbox/recipes/tier4engine.recipe new file mode 100644 index 0000000..6e9c0a6 --- /dev/null +++ b/cheatbox/recipes/tier4engine.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "tier4engine", "count" : 1 }, + "groups" : [ "cheatboxtable", "tools", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/titaniumbar.recipe b/cheatbox/recipes/titaniumbar.recipe new file mode 100644 index 0000000..45b1832 --- /dev/null +++ b/cheatbox/recipes/titaniumbar.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "titaniumbar", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/torch.recipe b/cheatbox/recipes/torch.recipe new file mode 100644 index 0000000..7a116ff --- /dev/null +++ b/cheatbox/recipes/torch.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "torch", "count" : 1 }, + "groups" : [ "cheatboxtable", "objects", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/voxel10k.recipe b/cheatbox/recipes/voxel10k.recipe new file mode 100644 index 0000000..621ef28 --- /dev/null +++ b/cheatbox/recipes/voxel10k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "voxel10k", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/voxel1k.recipe b/cheatbox/recipes/voxel1k.recipe new file mode 100644 index 0000000..412666f --- /dev/null +++ b/cheatbox/recipes/voxel1k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "voxel1k", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/voxel2k.recipe b/cheatbox/recipes/voxel2k.recipe new file mode 100644 index 0000000..fb0e0cc --- /dev/null +++ b/cheatbox/recipes/voxel2k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "voxel2k", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/voxel5k.recipe b/cheatbox/recipes/voxel5k.recipe new file mode 100644 index 0000000..33465cd --- /dev/null +++ b/cheatbox/recipes/voxel5k.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "voxel5k", "count" : 1 }, + "groups" : [ "cheatboxtable", "all" ] +} \ No newline at end of file diff --git a/cheatbox/recipes/yellowstim.recipe b/cheatbox/recipes/yellowstim.recipe new file mode 100644 index 0000000..e889b16 --- /dev/null +++ b/cheatbox/recipes/yellowstim.recipe @@ -0,0 +1,5 @@ +{ + "input" : [ ], + "output" : { "item" : "yellowstim", "count" : 1 }, + "groups" : [ "cheatboxtable", "all", "other" ] +} \ No newline at end of file