moves fire extinguisher powder to powder category

This commit is contained in:
Cube14yt 2025-07-19 14:42:09 +08:00 committed by GitHub
parent 4cba583da6
commit 6dc479a733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -156,5 +156,6 @@ elements.fire_extinguisher_powder = {
delete pixel.burnStart;
}
},
canPlace: true
}
canPlace: true,
category: "powders"
}