modtweaker? NEI error with crafttweaker
Cronosus opened this issue ยท 6 comments
hello, i have some items hidden in nei in script, like this:
import mods.nei.NEI;
//
NEI.hide(NuclearCraft:nuke);
but now it say this when i log to SP or MP:
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: ?:1 > No such member: nei
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: ?:1 > Not a valid type
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:3 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:4 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:5 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:6 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:7 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:8 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:9 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:10 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:11 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:12 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:13 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:14 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:15 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:16 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:17 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:18 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:19 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:20 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:21 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:22 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:23 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:24 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:27 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:30 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:31 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:32 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:33 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:34 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:35 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:36 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:37 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:38 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:39 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:40 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:41 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:42 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:43 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:44 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:45 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:46 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:47 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:48 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:49 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:50 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:51 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: nei.zs:52 > could not find NEI
[18:36:38] [Client thread/INFO]: [CHAT] ERROR: Error executing nei.zs: minetweaker/api/item/IItemStackAny
i have CraftTweaker-1.7.10-3.0.8 and ModTweaker2-0.9.5
some incompatibility or else?
thanks in advance
import mods.nei.NEI;
NEI.hide(NuclearCraft:nuke);
NEI.hide(NuclearCraft:nuclearGrenade);
NEI.hide(MorePlanet:laser_gun:);
NEI.hide(MorePlanet:laser_charge);
NEI.hide(MorePlanet:laser_charge:1);
NEI.hide(MorePlanet:laser_charge:2);
NEI.hide(MorePlanet:laser_charge:3);
NEI.hide(MorePlanet:laser_charge:4);
NEI.hide(MorePlanet:jetpack);
NEI.hide(MorePlanet:jetpack:);
NEI.hide(chisel:aluminum_stairs.3:);
NEI.hide(chisel:aluminum_stairs.4:);
NEI.hide(chisel:aluminum_stairs.5:);
NEI.hide(chisel:aluminum_stairs.6:);
NEI.hide(chisel:aluminum_stairs.7:*);
NEI.hide(MorePlanet:europa_water_bomb);
NEI.hide(MorePlanet:uranium_bomb);
NEI.hide(GCPixelGalaxy:pixeltrix_PlanterMode_BombSeed);
NEI.hide(Ztones:ofanix);
NEI.hide(EnderIO:blockWeatherObelisk);
NEI.hide(EnderIO:itemMaterial:10);
NEI.hide(malisisdoors:null);
NEI.hide(MorePlanet:mineral_water_generator);
NEI.hide(ThermalExpansion:florb);
NEI.hide(ThermalExpansion:florb:*);
NEI.hide(GCPixelGalaxy:pixeltrix_speedMode);
NEI.hide(GCPixelGalaxy:pixeltrix_springMode);
NEI.hide(GCPixelGalaxy:pixeltrix_shotMode);
NEI.hide(GCPixelGalaxy:pixeltrix_firerMode);
NEI.hide(GCPixelGalaxy:pixeltrix_firerMode_ultimate);
NEI.hide(GCPixelGalaxy:pixeltrix_voltMode);
NEI.hide(GCPixelGalaxy:pixeltrix_PlanterMode);
NEI.hide(GCPixelGalaxy:pixeltrix_Illuminati);
NEI.hide(GCPixelGalaxy:pixeltrix_EndermanDNA);
NEI.hide(GCPixelGalaxy:pixeltrix);
NEI.hide(GCPixelGalaxy:pixeltrix_changerVoltMode);
NEI.hide(GCPixelGalaxy:pixeltrix_tochangerFirerMode_ultimate);
NEI.hide(GCPixelGalaxy:pixeltrix_changerFirerMode_ultimate);
NEI.hide(GCPixelGalaxy:pixeltrix_changerFirerMode);
NEI.hide(GCPixelGalaxy:pixeltrix_changerShotMode);
NEI.hide(GCPixelGalaxy:pixeltrix_changerSpringMode);
NEI.hide(GCPixelGalaxy:pixeltrix_changerPlanterMode);
NEI.hide(GCPixelGalaxy:pixeltrix_changerIlluminati);
NEI.hide(GCPixelGalaxy:pixeltrix_changerEndermanDNA);
NEI.hide(GCPixelGalaxy:pixeltrix_changerSpeedMode);
NEI.hide(GCPixelGalaxy:PixeltrixitemChangerNormal);
i believe its meant to be NEI.hide(NuclearCraft:nuke); not NEI.hide(NuclearCraft:nuke);
@Cronosus I'm closing this issue, I have had no word back as if updating CraftTweaker fixed the issue, and considering that no one else has had the problem, I will assume that it is fixed.