HoloInventory

HoloInventory

1M Downloads

[1.11.2-2.0.2.143] crash while sneaking at Fluid Generator from Neotech.

kreezxil opened this issue · 6 comments

commented

https://pastebin.com/VJnnwH7E

  1. placed fluid generator
  2. held sneak while looking at it

Expected not to crash, really wasn't expecting to see a hologram of rf energy either.

commented

It's because this function is not capable of handling the null as a direction. (It's used as the 'internal' direction by many things, including HoloInventory.)

commented
commented

is it possible to ban the entire mod from the holoinventory?

commented

for instance like

S:banned <
neotech:*

commented

Apparently banning all of the items provided by neotech didn't help, as the client crashed with the same report. I saw what you posted to them earlier, I'm hoping you will tell me that I did the config wrong.

# Configuration file

holoinventory {
    S:banned <
			neotech:electricfurnace
			neotech:electriccrusher
			neotech:furnacegenerator
			neotech:fluidgenerator
			neotech:electriccrucible
			neotech:electricsolidifier
			neotech:alloyer
			neotech:centrifuge
			neotech:treefarm
			neotech:basicenergystorage
			neotech:advancedenergystorage
			neotech:eliteenergystorage
			neotech:creativeenergystorage
			neotech:basictank
			neotech:advancedtank
			neotech:elitetank
			neotech:creativetank
			neotech:voidtank
			neotech:solarpanelt1
			neotech:solarpanelt2
			neotech:solarpanelt3
     >

    # Show on sneak, bypasses other keyboard settings.
    B:showOnSneak=true

    # Show on sprint, bypasses other keyboard settings.
    B:showOnSprint=true
}


commented