crystals and more alloys
new file: game-server/datapacks/original/data/items/materials/crystals/flux_core.json new file: game-server/datapacks/original/data/recipes/Crystals/flux_core.json new file: game-server/datapacks/original/data/recipes/alloys/superconductor.json renamed: game-server/datapacks/original/data/recipes/alloys/titianium_weave.json -> game-server/datapacks/original/data/recipes/alloys/titanium_weave.json
This commit is contained in:
parent
270a5fcccf
commit
b1719978a7
@ -0,0 +1,11 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:crystal_flux_core",
|
||||
"texture": "original/assets/textures/materials/ingot/crystal_flux_core.png",
|
||||
"displayName": "items.materials.original.crystal.flux_core",
|
||||
"description": "items.materials.original.crystal.flux_core.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ingot_steel": 2 },
|
||||
{ "original:flux_crystal": 2 },
|
||||
{ "original:ingot_chronite": 1 }
|
||||
],
|
||||
"output": {
|
||||
"original:crystal_flux_core": 1
|
||||
},
|
||||
"time_seconds": 1200,
|
||||
"requires": {
|
||||
"original:alloying": 6
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:crystal",
|
||||
"id": "original:crystal_flux_core"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,20 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{ "original:ingot_gold": 1 },
|
||||
{ "original:ingot_copper": 3 },
|
||||
{ "original:crystal_flux": 1 }
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_superconductor": 1
|
||||
},
|
||||
"time_seconds": 200,
|
||||
"requires": {
|
||||
"original:alloying": 1
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloys",
|
||||
"id": "original:alloy_superconductor"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user