Rolling machine port/fixes
This commit is contained in:
parent
1dd83875ef
commit
2a5708b328
23 changed files with 472 additions and 124 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue