Compare commits

...

3 Commits

Author SHA1 Message Date
Unl1m1t3d_L1v3s
f113ffbb08 Ingot Recipes 2026-05-04 14:56:07 -05:00
Unl1m1t3d_L1v3s
51677c8a6a Unneeded stat removed 2026-05-04 14:55:58 -05:00
Unl1m1t3d_L1v3s
ff3e14b7f4 file name changes, manifest additions, and updated language file 2026-05-04 14:55:41 -05:00
27 changed files with 504 additions and 4 deletions

View File

@ -182,7 +182,7 @@
"items.materials.original.ingots.ingot_gold.desc" : "",
"items.materials.original.ores.ore_ilmenite" : "Ilmenite Ore",
"items.materials.original.ores.ore_ilmenite.desc" : "",
"items.materials.original.ores.ore_aluminum" : "Aluminium Ore",
"items.materials.original.ores.ore_aluminum" : "Aluminum Ore",
"items.materials.original.ores.ore_aluminum.desc" : "",
"items.materials.original.ores.ore_platinum" : "Platinum Ore",
"items.materials.original.ores.ore_platinum.desc" : "",
@ -296,7 +296,7 @@
"items.materials.original.ingots.ingot_manganese.desc" : "",
"items.materials.original.ingots.ingot_nickel" : "Nickel Ingot",
"items.materials.original.ingots.ingot_nickel.desc" : "",
"items.materials.original.ingots.ingot_niobium" : "Niobum Ingot",
"items.materials.original.ingots.ingot_niobium" : "Niobium Ingot",
"items.materials.original.ingots.ingot_niobium.desc" : "",
"items.materials.original.ingots.ingot_palladium" : "Palladium Ingot",
"items.materials.original.ingots.ingot_palladium.desc" : "",
@ -373,6 +373,8 @@
"shop.category.original.materials" : "Materials",
"shop.category.original.premium" : "Premium",
"recipes.category.original.gadgets_consumables" : "Consumables",
"recipes.category.original.ingots" : "Ingots",
"skills.category.original.smelting" : "Smelting",
"_comment_Rooms" : "",
"rooms.original.tutorial.tutorial_boss_room" : "",
"rooms.original.tutorial.tutorial_boss_room.desc" : "",

View File

@ -7,7 +7,6 @@
"stats": {
"defence.rate": 1.5,
"health": 10,
"penetration.rate": 0,
"resistance.base": 0.5,
"resistance.physical": 0.5
},

View File

@ -0,0 +1,26 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_aluminum": 2
},
{
"mypack:ore_coal": 1
},
{
"mypack:ore_bauxite": 1
}
],
"output": {
"original:ingot_aluminum": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_aluminum"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_chromium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_chromium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_chromium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_cobalt": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_cobalt": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_cobalt"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_copper": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_copper": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_copper"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_gold": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_gold": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_gold"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_ilmenite": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_ilmenite": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_ilmenite"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_iron": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_iron": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_iron"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_lead": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_lead": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_lead"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_lithium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_lithium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_lithium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_magnesium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_magnesium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_magnesium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_manganese": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_manganese": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_manganese"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_nickel": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_nickel": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_nickel"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_niobium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_niobium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_niobium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_palladium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_palladium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_palladium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_platinum": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_platinum": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_platinum"
}
}

View File

@ -0,0 +1,26 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_silicon": 2
},
{
"mypack:ore_coal": 1
},
{
"mypack:ore_sand": 1
}
],
"output": {
"original:ingot_silicon": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_silicon"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_titanium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_titanium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_titanium"
}
}

View File

@ -0,0 +1,26 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_tungsten": 2
},
{
"mypack:ore_coal": 1
},
{
"mypack:ore_wolframite": 1
}
],
"output": {
"original:ingot_tungsten": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_tungsten"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_uranium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_uranium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_uranium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_vanadium": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_vanadium": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_vanadium"
}
}

View File

@ -0,0 +1,23 @@
{
"recipe": {
"inputs": [
{
"mypack:ore_zinc": 2
},
{
"mypack:ore_coal": 1
}
],
"output": {
"original:ingot_zinc": 1
},
"time_seconds": 5,
"requires": {
"smelting": 0
}
},
"craft": {
"type": "original:ingots",
"id": "original:ingot_zinc"
}
}

View File

@ -162,6 +162,9 @@
},
"original:gadgets_consumables": {
"displayName": "recipes.category.original.gadgets_consumables"
},
"original:ingots": {
"displayName": "recipes.category.original.ingots"
}
}
},
@ -191,6 +194,10 @@
}
},
"skills": {
"categories": {}
"categories": {
"original:smelting": {
"displayName": "skills.category.original.smelting"
}
}
}
}