Merge pull request #1067 from therealsuss/main

Update drill.js
This commit is contained in:
slweeb 2025-03-31 13:41:24 -04:00 committed by GitHub
commit 1c210e0e23
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, noMix: true,
darkText: false, 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,
};