Add Curios Face Slot (For Engineers Goggles and Face Mask) (#2992)

* Add Curios Face Slot

Curio face slot for create goggles and GT face mask.
GT night vision goggles would need extra work to get working in the curio slot

* InventoryHUD config for face curio slot
This commit is contained in:
Bumperdo09 2026-02-06 00:33:55 -05:00 committed by GitHub
parent 3eb0a5810b
commit 82114352d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 0 deletions

View file

@ -9,6 +9,10 @@ const registerCreateItemTags = (event) => {
event.add('c:hidden_from_recipe_viewers', item)
})
// Face curio slot for goggles
event.remove("curios:head", "create:goggles")
event.add("curios:face", "create:goggles")
// This is greate's fault
event.remove('c:hidden_from_recipe_viewers', 'create:copper_sheet')
event.remove('c:hidden_from_recipe_viewers', 'create:brass_sheet')