Update 1.5.02

This commit is contained in:
Ilikepizza2006 2024-01-10 19:24:28 +01:00 committed by GitHub
parent ecee354e7e
commit 3f2b377e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -133,6 +133,8 @@ elements.advanced_dough = {
hidden: "TRUE",
tempHigh: 94,
stateHigh: "croissant",
reactions: {
"electric": { elem1: "steampunk_pancakes", elem2: null },
}
};
@ -161,6 +163,14 @@ elements.battery_acid = {
};
elements.steampunk_pancakes = {
color: "#252a33",
behavior: behaviors.POWDER,
category: "machines",
state: "solid",
hidden: "TRUE",
};
elements.churros = {
color: ["#ce9958","#b8732d","#9f633b"],
behavior: behaviors.POWDER,