Compare commits
2 Commits
614edd4ae6
...
8a2d2f4ab4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a2d2f4ab4 | ||
|
|
d87a1a5887 |
@ -338,6 +338,8 @@
|
||||
"items.materials.original.materials.engineeredwood_lvl.desc" : "",
|
||||
"items.materials.original.materials.engineeredwood_clt" : "CLT",
|
||||
"items.materials.original.materials.engineeredwood_clt.desc" : "",
|
||||
"items.materials.original.materials.carbon" : "Carbon",
|
||||
"items.materials.original.materials.carbon.desc" : "",
|
||||
"items.materials.original.materials.engineeredwood_i-joist" : "I-Joist",
|
||||
"items.materials.original.materials.engineeredwood_i-joist.desc" : "",
|
||||
"_comment_Quests" : "",
|
||||
|
||||
16
original/data/items/materials/materials/carbon.json
Normal file
16
original/data/items/materials/materials/carbon.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:carbon",
|
||||
"texture": "original/assets/textures/materials/material/carbon.png",
|
||||
"displayName": "items.materials.original.materials.carbon",
|
||||
"description": "items.materials.original.materials.carbon.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials",
|
||||
"storePrice": 50,
|
||||
"storeSellValue": 10,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
{
|
||||
"materials": {
|
||||
"id": "original:molybdenum_powder",
|
||||
"texture": "original/assets/textures/materials/material/molybdenum_powder.png",
|
||||
"displayName": "items.materials.original.materials.molybdenum_powder",
|
||||
"description": "items.materials.original.materials.molybdenum_powder.desc",
|
||||
"meta": {
|
||||
"storeCategory": "original:materials",
|
||||
"storePrice": 50,
|
||||
"storeSellValue": 10,
|
||||
"storeShowWeight": 10,
|
||||
"storeFeaturedDiscountPercentage": 0,
|
||||
"storeFeaturedShowWeight": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/alloying/alloy_steel.json
Normal file
23
original/data/recipes/alloying/alloy_steel.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_iron": 3
|
||||
},
|
||||
{
|
||||
"original:carbon": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:alloy_steel": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 1
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:alloy_steel"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/alloying/aluminum_2.json
Normal file
23
original/data/recipes/alloying/aluminum_2.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_aluminum": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_copper": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:aluminum_2": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:aluminum_2"
|
||||
}
|
||||
}
|
||||
29
original/data/recipes/alloying/aluminum_7.json
Normal file
29
original/data/recipes/alloying/aluminum_7.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_aluminum": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_zinc": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_magnesium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_copper": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:aluminum_7": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:aluminum_7"
|
||||
}
|
||||
}
|
||||
29
original/data/recipes/alloying/aluminum_lithium.json
Normal file
29
original/data/recipes/alloying/aluminum_lithium.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_aluminum": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_magnesium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_copper": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_lithium": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:aluminum_lithium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:aluminum_lithium"
|
||||
}
|
||||
}
|
||||
50
original/data/recipes/alloying/inconel.json
Normal file
50
original/data/recipes/alloying/inconel.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_nickel": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_iron": 1
|
||||
},
|
||||
{
|
||||
"original:ore_niobium": 1
|
||||
},
|
||||
{
|
||||
"original:molybdenum_powder": 1
|
||||
},
|
||||
{
|
||||
"original:ore_titanium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_cobalt": 1
|
||||
},
|
||||
{
|
||||
"original:carbon": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_manganese": 1
|
||||
},
|
||||
{
|
||||
"original:ore_silicon": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:inconel": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:inconel"
|
||||
}
|
||||
}
|
||||
29
original/data/recipes/alloying/stain_steel_2.json
Normal file
29
original/data/recipes/alloying/stain_steel_2.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:alloy_steel": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_nickel": 1
|
||||
},
|
||||
{
|
||||
"original:carbon": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:stain_steel_2": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:stain_steel_2"
|
||||
}
|
||||
}
|
||||
29
original/data/recipes/alloying/stain_steel_3.json
Normal file
29
original/data/recipes/alloying/stain_steel_3.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:alloy_steel": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_nickel": 1
|
||||
},
|
||||
{
|
||||
"original:carbon": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:stain_steel_3": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:stain_steel_3"
|
||||
}
|
||||
}
|
||||
29
original/data/recipes/alloying/stellite.json
Normal file
29
original/data/recipes/alloying/stellite.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_cobalt": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_tungsten": 1
|
||||
},
|
||||
{
|
||||
"original:carbon": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:stellite": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:stellite"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/alloying/titanium_tanb.json
Normal file
26
original/data/recipes/alloying/titanium_tanb.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_titanium": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_vanadium": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:titanium_tanb": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:titanium_tanb"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/alloying/titanium_tav.json
Normal file
26
original/data/recipes/alloying/titanium_tav.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ingot_titanium": 2
|
||||
},
|
||||
{
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
{
|
||||
"original:ingot_vanadium": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:titanium_tav": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 3
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:alloying",
|
||||
"id": "original:titanium_tav"
|
||||
}
|
||||
}
|
||||
20
original/data/recipes/processing/carbon.json
Normal file
20
original/data/recipes/processing/carbon.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"original:ore_coal": 2
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:carbon": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"manufacturing": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "processing",
|
||||
"id": "original:carbon"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user