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
|
|
@ -13,6 +13,10 @@ function registerGTCEUItemTags(event) {
|
|||
event.add("c:hidden_from_recipe_viewers", item);
|
||||
});
|
||||
|
||||
// Face curio slot for mask
|
||||
event.remove("curios:head", "gtceu:face_mask")
|
||||
event.add("curios:face", "gtceu:face_mask")
|
||||
|
||||
// Добавление тега EMI для скрытия всех руд
|
||||
event.add("c:hidden_from_recipe_viewers", "#forge:ores");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue