This commit is contained in:
yuesha-yc 2021-10-24 03:36:52 -07:00
parent 416eee2a20
commit 98cc86248c
No known key found for this signature in database
GPG key ID: 009D79A802D4ED01
26 changed files with 590 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:bronze_boiler"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:bronze_burner"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:cast_iron_boiler"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:cast_iron_burner"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:steel_boiler"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "steampowered:steel_burner"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,30 @@
{
"type": "create:mechanical_crafting",
"pattern": [
" IRI ",
"ILCLI",
"RCSCR",
"ILCLI",
" IRI "
],
"key": {
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"item": "minecraft:redstone_block"
},
"S": {
"item": "create:shaft"
},
"C": {
"item": "steampowered:cast_iron_cogwheel"
},
"L": {
"item": "steampowered:cast_iron_large_cogwheel"
}
},
"result": {
"item": "steampowered:alternator"
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SCS"
],
"key": {
"S": {
"tag": "forge:plates/brass"
},
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:bronze_boiler",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"S S",
"CCC"
],
"key": {
"S": {
"tag": "forge:plates/brass"
},
"C": {
"item": "minecraft:bricks"
}
},
"result": {
"item": "steampowered:bronze_burner",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "forge:ingots/brass"
},
"C": {
"item": "create:andesite_alloy"
}
},
"result": {
"item": "steampowered:bronze_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,28 @@
{
"type": "create:mechanical_crafting",
"pattern": [
" AAA ",
"ACPCA",
"APSPA",
"ACPCA",
" AAA "
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"S": {
"item": "create:shaft"
},
"A": {
"tag": "forge:ingots/brass"
},
"C": {
"item": "steampowered:bronze_cogwheel"
}
},
"result": {
"item": "steampowered:bronze_flywheel",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SDS",
"DCD",
"SDS"
],
"key": {
"S": {
"tag": "forge:ingots/brass"
},
"C": {
"item": "create:andesite_alloy"
},
"D": {
"tag": "forge:plates/brass"
}
},
"result": {
"item": "steampowered:bronze_large_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,30 @@
{
"type": "create:mechanical_crafting",
"pattern": [
"PCB",
"PCI",
"PCB"
],
"key": {
"P": {
"tag": "forge:plates/brass"
},
"B": {
"tag": "forge:ingots/brass"
},
"I": [
{
"item": "minecraft:piston"
},
{
"item": "minecraft:sticky_piston"
}
],
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:bronze_steam_engine"
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SCS"
],
"key": {
"S": {
"tag": "forge:plates/iron"
},
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:cast_iron_boiler",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"S S",
"CCC"
],
"key": {
"S": {
"tag": "forge:plates/iron"
},
"C": {
"item": "minecraft:bricks"
}
},
"result": {
"item": "steampowered:cast_iron_burner",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "forge:ingots/iron"
},
"C": {
"item": "create:andesite_alloy"
}
},
"result": {
"item": "steampowered:cast_iron_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,28 @@
{
"type": "create:mechanical_crafting",
"pattern": [
" AAA ",
"ACPCA",
"APSPA",
"ACPCA",
" AAA "
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"S": {
"item": "create:shaft"
},
"A": {
"tag": "forge:ingots/iron"
},
"C": {
"item": "steampowered:cast_iron_cogwheel"
}
},
"result": {
"item": "steampowered:cast_iron_flywheel",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SDS",
"DCD",
"SDS"
],
"key": {
"S": {
"tag": "forge:ingots/iron"
},
"C": {
"item": "create:andesite_alloy"
},
"D": {
"tag": "forge:plates/iron"
}
},
"result": {
"item": "steampowered:cast_iron_large_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,30 @@
{
"type": "create:mechanical_crafting",
"pattern": [
"PCB",
"PCI",
"PCB"
],
"key": {
"P": {
"tag": "forge:plates/iron"
},
"B": {
"tag": "forge:ingots/iron"
},
"I": [
{
"item": "minecraft:piston"
},
{
"item": "minecraft:sticky_piston"
}
],
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:cast_iron_steam_engine"
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SRS",
"RCR",
"SRS"
],
"key": {
"S": {
"tag": "forge:plates/iron"
},
"C": {
"item": "create:andesite_alloy"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "steampowered:multimeter",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SCS"
],
"key": {
"S": {
"tag": "forge:plates/steel"
},
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:steel_boiler",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"S S",
"CCC"
],
"key": {
"S": {
"tag": "forge:plates/steel"
},
"C": {
"item": "minecraft:bricks"
}
},
"result": {
"item": "steampowered:steel_burner",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "forge:ingots/steel"
},
"C": {
"item": "create:andesite_alloy"
}
},
"result": {
"item": "steampowered:steel_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,28 @@
{
"type": "create:mechanical_crafting",
"pattern": [
" AAA ",
"ACPCA",
"APSPA",
"ACPCA",
" AAA "
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"S": {
"item": "create:shaft"
},
"A": {
"tag": "forge:ingots/steel"
},
"C": {
"item": "steampowered:steel_cogwheel"
}
},
"result": {
"item": "steampowered:steel_flywheel",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SDS",
"DCD",
"SDS"
],
"key": {
"S": {
"tag": "forge:ingots/steel"
},
"C": {
"item": "create:andesite_alloy"
},
"D": {
"tag": "forge:plates/steel"
}
},
"result": {
"item": "steampowered:steel_large_cogwheel",
"count": 8
}
}

View file

@ -0,0 +1,30 @@
{
"type": "create:mechanical_crafting",
"pattern": [
"PCB",
"PCI",
"PCB"
],
"key": {
"P": {
"tag": "forge:plates/steel"
},
"B": {
"tag": "forge:ingots/steel"
},
"I": [
{
"item": "minecraft:piston"
},
{
"item": "minecraft:sticky_piston"
}
],
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:steel_steam_engine"
}
}