Rolling machine port/fixes

This commit is contained in:
modmuss50 2019-08-12 15:05:49 +01:00
parent 1dd83875ef
commit 2a5708b328
23 changed files with 472 additions and 124 deletions

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"ISI",
"IRI",
"ISI"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:stick"
},
"R": {
"item": "minecraft:redstone_torch"
}
},
"result": {
"item": "minecraft:activator_rail",
"count": 8
}
}
}

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"I I",
"I I",
" I "
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:bucket",
"count": 2
}
}
}

View file

@ -0,0 +1,22 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"NCN",
"C C",
"NCN"
],
"key": {
"N": {
"item": "techreborn:nickel_ingot"
},
"C": {
"item": "techreborn:copper_ingot"
}
},
"result": {
"item": "techreborn:cupronickel_heating_coil",
"count": 3
}
}
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"I I",
"IPI",
"IRI"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"P": {
"item": "minecraft:stone_pressure_plate"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:detector_rail",
"count": 8
}
}
}

View file

@ -0,0 +1,17 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"II"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:heavy_weighted_pressure_plate",
"count": 2
}
}
}

View file

@ -0,0 +1,18 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"III",
"III"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_bars",
"count": 24
}
}
}

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"II ",
"II ",
"II "
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_door",
"count": 4
}
}
}

View file

@ -0,0 +1,17 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"II"
],
"key": {
"I": {
"item": "minecraft:gold_ingot"
}
},
"result": {
"item": "minecraft:light_weighted_pressure_plate",
"count": 2
}
}
}

View file

@ -0,0 +1,22 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"AAA",
"MMM",
"AAA"
],
"key": {
"A": {
"item": "techreborn:aluminum_ingot"
},
"M": {
"item": "techreborn:magnesium_dust"
}
},
"result": {
"item": "techreborn:magnalium_plate",
"count": 3
}
}
}

View file

@ -0,0 +1,18 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"I I",
"III"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:minecart",
"count": 2
}
}
}

View file

@ -0,0 +1,22 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
" N ",
"NCN",
" N "
],
"key": {
"N": {
"item": "techreborn:nickel_ingot"
},
"C": {
"item": "techreborn:chrome_ingot"
}
},
"result": {
"item": "techreborn:nichrome_heating_coil",
"count": 2
}
}
}

View file

@ -0,0 +1,25 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"I I",
"ISI",
"IRI"
],
"key": {
"I": {
"item": "minecraft:gold_ingot"
},
"S": {
"item": "minecraft:stick"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:powered_rail",
"count": 8
}
}
}

View file

@ -0,0 +1,22 @@
{
"type": "techreborn:rolling_machine",
"shaped": {
"pattern": [
"I I",
"ISI",
"I I"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:rail",
"count": 24
}
}
}