Why is NEI broken?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Mr. Strange Tiger

New Member
Jul 29, 2019
5
0
0
Where are all the tabs that are usually in the upper left?
 

Attachments

  • 2014-03-13_22.52.51.png
    2014-03-13_22.52.51.png
    370.8 KB · Views: 142
Try pressing o or switch to recipe and back. Also if you want those cheats you can just go to Lan with cheats turned on and type commands into chat instead.

Sent from my SM-N900V using Tapatalk
 
I'm having the same problem with my custom modpack from MultiMC. Tried almost everything but nothings worked so far
 
I run a server for my group and as the admin for the server those little on off buttons for cheat mode are really useful.
 

Attachments

  • 2014-03-13_23.54.34.png
    2014-03-13_23.54.34.png
    290.9 KB · Views: 99
If you search it on Google and research it hard enough someone might have had the same problem and it may be fixable

Sent from my SM-N900V using Tapatalk
 
Ah it's probable disabled in the server configs. There may be a sort of white list and you may be able to give yourself the permission to do it.

Sent from my SM-N900V using Tapatalk
 
The only admin for the server is me, I didn't white list anything. All I did was update from 1.0.9 to 1.1.0 and found that my NEI options are screwed up. I have nothing on the white list nor anything disabled. I run the server vanilla.[DOUBLEPOST=1394770340][/DOUBLEPOST]Wow, Now I feel stupid. :(
 
Oh okay I thought it was ftb server, so it would have pre made configs and white list stuff for perms

Sent from my SM-N900V using Tapatalk
 
It was the answer.

JIC, X is for enchants, P is for potions, right click erases the whole nei search field, and @MODNAME will let you filter out by mod
Also | can be used to search like "thisORthat" as in lapis|redstone will show everything that matches either lapis or redstone
Still trying to figure out the regular expression that will let me search xANDy but it escapes me
 
JIC, X is for enchants, P is for potions, right click erases the whole nei search field, and @MODNAME will let you filter out by mod
Also | can be used to search like "thisORthat" as in lapis|redstone will show everything that matches either lapis or redstone
Still trying to figure out the regular expression that will let me search xANDy but it escapes me
Isn't it just X Y? As in nothing special in there?
 
Isn't it just X Y? As in nothing special in there?

X being an arbitrary word as well as Y. Basically filter for X, then filter those down again with Y
I'm thinking (?=.*X)(?=.*Y) might work, but its very convoluted

EDIT: For example I was looking for lapis facades, but I didnt know what facades was the first word so my current ANDing expression returned no results despite knowing facades came in a few varieties of lapis.