1.6.11 - The Ironheart Update

Makes smelting ironheart easier
This commit is contained in:
Phi 2025-02-21 17:46:31 +00:00 committed by GitHub
parent c145280fce
commit e79e06f153
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 5 deletions

View File

@ -49,7 +49,10 @@ elements.mars_debris = {
behavior: behaviors.STURDYPOWDER, behavior: behaviors.STURDYPOWDER,
category: "mars", category: "mars",
state: "solid", state: "solid",
density: 1605 density: 1605,
burn: 94,
burnTime: 45,
burnInto: "ash"
} }
elements.support_mars_rock = { elements.support_mars_rock = {
color: ["#a51002","#bd1102"], color: ["#a51002","#bd1102"],
@ -97,12 +100,14 @@ elements.mars_ironheart = {
density: 1500, density: 1500,
tempHigh: 2500, tempHigh: 2500,
hardness: 1, hardness: 1,
stateHigh: "molten_mars", stateHigh: "ironheart",
extraInfo: "Mars Stuff.", extraInfo: "Mars Stuff.",
hidden: "true", hidden: "true",
reactions: { reactions: {
"mars_furnace": { elem1: "ironheart", elem2: "ironheart" }, "mars_furnace": { elem1: "ironheart", elem2: "ironheart" },
"nosmoker": { elem1: "ironheart", elem2: "ironheart" }, }, "nosmoker": { elem1: "ironheart", elem2: "ironheart" },
"ironheart": { elem1: "ironheart", elem2: "ironheart" , chance:0.1 }
},
} }
elements.mars_furnace = { elements.mars_furnace = {
color: ["#870002","#870507"], color: ["#870002","#870507"],
@ -217,7 +222,7 @@ elements.o2_tank = {
breakInto: ["copper", "oxygen"] breakInto: ["copper", "oxygen"]
} }
// 1.6.9 // 1.6.11
// most elements done :D // most elements done :D
// iron heart ore // iron heart ore
// iron heart // iron heart
@ -236,4 +241,4 @@ elements.o2_tank = {
// machines are smashable. please smash them. // machines are smashable. please smash them.
// also heatable // also heatable
// O2 BE YOU // O2 BE YOU
// rover // ironheart faster