package management

This commit is contained in:
kepler155c
2018-11-03 18:14:11 -04:00
parent aa66b1c663
commit 1f7ef4a483
124 changed files with 1274 additions and 9 deletions

View File

@@ -0,0 +1,130 @@
{
name = "RFTools",
version = "MC 1.8+",
recipes = {
[ "rftools:crafter1:0" ] = {
ingredients = {
[ 10 ] = "minecraft:redstone_torch:0",
[ 2 ] = "minecraft:redstone_torch:0",
[ 5 ] = "minecraft:crafting_table:0",
[ 6 ] = "rftools:machine_frame:0",
[ 7 ] = "minecraft:crafting_table:0",
},
count = 1,
},
[ "rftools:crafter2:0" ] = {
ingredients = {
[ 10 ] = "minecraft:redstone_torch:0",
[ 2 ] = "minecraft:redstone_torch:0",
[ 5 ] = "minecraft:crafting_table:0",
[ 6 ] = "rftools:crafter1:0",
[ 7 ] = "minecraft:crafting_table:0",
},
count = 1,
},
[ "rftools:crafter3:0" ] = {
ingredients = {
[ 10 ] = "minecraft:redstone_torch:0",
[ 2 ] = "minecraft:redstone_torch:0",
[ 5 ] = "minecraft:crafting_table:0",
[ 6 ] = "rftools:crafter2:0",
[ 7 ] = "minecraft:crafting_table:0",
},
count = 1,
},
[ "rftools:machine_frame:0" ] = {
ingredients = {
"minecraft:iron_ingot:0",
"minecraft:dye:4",
"minecraft:iron_ingot:0",
[ 9 ] = "minecraft:iron_ingot:0",
[ 10 ] = "minecraft:dye:4",
[ 11 ] = "minecraft:iron_ingot:0",
[ 5 ] = "minecraft:gold_nugget:0",
[ 7 ] = "minecraft:gold_nugget:0",
},
count = 1,
},
[ "rftools:modular_storage:0" ] = {
ingredients = {
"minecraft:redstone:0",
"minecraft:chest:0",
"minecraft:redstone:0",
[ 9 ] = "minecraft:redstone:0",
[ 10 ] = "minecraft:quartz:0",
[ 11 ] = "minecraft:redstone:0",
[ 5 ] = "minecraft:quartz:0",
[ 6 ] = "rftools:machine_frame:0",
[ 7 ] = "minecraft:quartz:0",
},
count = 1,
},
[ "rftools:storage_module:2" ] = {
count = 1,
ingredients = {
[ 10 ] = "minecraft:redstone_block:0",
[ 11 ] = "minecraft:quartz_block:1",
[ 2 ] = "minecraft:chest:0",
[ 5 ] = "minecraft:gold_block:0",
[ 6 ] = "rftools:storage_module:1",
[ 7 ] = "minecraft:gold_block:0",
[ 9 ] = "minecraft:quartz_block:1",
},
maxCount = 1,
},
[ "rftools:remote_storage:0" ] = {
ingredients = {
"minecraft:ender_pearl:0",
"minecraft:chest:0",
"minecraft:ender_pearl:0",
[ 9 ] = "minecraft:ender_pearl:0",
[ 10 ] = "minecraft:quartz:0",
[ 11 ] = "minecraft:ender_pearl:0",
[ 5 ] = "minecraft:quartz:0",
[ 6 ] = "rftools:machine_frame:0",
[ 7 ] = "minecraft:quartz:0",
},
count = 1,
},
[ "rftools:storage_module:0" ] = {
count = 1,
ingredients = {
[ 10 ] = "minecraft:redstone:0",
[ 11 ] = "minecraft:quartz:0",
[ 2 ] = "minecraft:chest:0",
[ 5 ] = "minecraft:gold_nugget:0",
[ 6 ] = "minecraft:iron_ingot:0",
[ 7 ] = "minecraft:gold_nugget:0",
[ 9 ] = "minecraft:quartz:0",
},
maxCount = 1,
},
[ "rftools:storage_module:1" ] = {
count = 1,
ingredients = {
[ 10 ] = "minecraft:redstone:0",
[ 11 ] = "minecraft:quartz:0",
[ 2 ] = "minecraft:chest:0",
[ 5 ] = "minecraft:gold_ingot:0",
[ 6 ] = "rftools:storage_module:0",
[ 7 ] = "minecraft:gold_ingot:0",
[ 9 ] = "minecraft:quartz:0",
},
maxCount = 1,
},
[ "rftools:storage_module:6" ] = {
ingredients = {
"minecraft:ender_pearl:0",
"minecraft:chest:0",
"minecraft:ender_pearl:0",
[ 9 ] = "minecraft:quartz:0",
[ 10 ] = "minecraft:redstone:0",
[ 11 ] = "minecraft:quartz:0",
[ 5 ] = "minecraft:gold_nugget:0",
[ 6 ] = "minecraft:iron_ingot:0",
[ 7 ] = "minecraft:gold_nugget:0",
},
count = 1,
},
},
}