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:
parent
3eb0a5810b
commit
82114352d8
7 changed files with 29 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue