This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -6,6 +6,6 @@
},
"model": {
"type": "item",
"registryName": "dreamcraft:item.OriginGatePlate"
"registryName": "dreamcraft:OriginGatePlate"
}
}

View File

@@ -6,6 +6,6 @@
},
"model": {
"type": "item",
"registryName": "dreamcraft:item.PolychromeGatePlate"
"registryName": "dreamcraft:PolychromeGatePlate"
}
}

View File

@@ -6,6 +6,6 @@
},
"model": {
"type": "item",
"registryName": "dreamcraft:item.DimensionalGatePlate"
"registryName": "dreamcraft:DimensionalGatePlate"
}
}

View File

@@ -6,6 +6,6 @@
},
"model": {
"type": "item",
"registryName": "dreamcraft:item.HarmonicGatePlate"
"registryName": "dreamcraft:HarmonicGatePlate"
}
}

View File

@@ -7,6 +7,6 @@
"model": {
"type": "item",
"registryName": "AWWayofTime:Altar",
"yOffset": -0.1875
"yOffset": -0.3
}
}

View File

@@ -5,9 +5,20 @@
"id": "coke_oven"
},
"model": {
"type": "item",
"registryName": "Railcraft:machine.alpha",
"meta": 7,
"yawOffset": 180.0
"type": "complex",
"keys": {
"B": "gregtech:gt.blockcasings12",
"C": "gregtech:gt.blockmachines"
},
"metadata": {
"B": 0,
"C": 236
},
"transpose": true,
"structure": [
["BBB", "BBB", "BBB"],
["BCB", "B B", "BBB"],
["BBB", "BBB", "BBB"]
]
}
}