fixed IRevealer reference
This commit is contained in:
parent
ae1702aadb
commit
c6e946f9ce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import thaumcraft.api.IGoggles
|
|||
import thaumcraft.api.nodes.IRevealer
|
||||
|
||||
@Optional.Interface(iface = "thaumcraft.api.IGoggles", modid = "Thaumcraft", striprefs = true)
|
||||
@Optional.Interface(iface = "thaumcraft.api.IRevealer", modid = "Thaumcraft", striprefs = true)
|
||||
@Optional.Interface(iface = "thaumcraft.api.nodes.IRevealer", modid = "Thaumcraft", striprefs = true)
|
||||
class ItemPowerArmorHelmet extends ItemPowerArmor(0, 0)
|
||||
//with IBreathableArmor
|
||||
with IGoggles
|
||||
|
|
Loading…
Reference in a new issue