Update drill.js

hydraulic presses, yeah
This commit is contained in:
Suss 2025-03-29 18:29:28 +11:00 committed by GitHub
parent 9f81b09871
commit eb9a9d68d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -245,3 +245,17 @@ elements.void_drill = {
noMix: true,
darkText: false,
};
elements.hydraulic_press = {
color: ["#474747","#2b2b2b","#636363"],
behavior: [
"XX|XX|XX",
"XX|LB:hydraulic_press|XX",
"XX|M1 AND SM|XX",
],
category: "machines",
state: "solid",
tempHigh: 1538,
stateHigh: "molten_iron",
density: 7860,
noMix: true,
};