CraftTweaker

CraftTweaker

151M Downloads

Member not found Issue

ZCrafter opened this issue ยท 3 comments

commented

Intro:

I'm creating a new modpack and I'm trying to change modded recipes.

Issue Description:

I used the examples on the CraftTweaker wiki and when I load into world the chat says no member found followed by a mod name. For me it is astral sorcery and mekanism.

What happens:

Upon loading into world, multiple chats saying "Member not found: modname". And then, scripts are invalid

What you expected to happen:

No errors, scripts are valid and recipes are changed

Script used:

Mekanism.zs https://pastebin.com/drWAvEii
Themal.zs https://pastebin.com/ffSTJd2y
ImmersiveEngineeing.zs https://pastebin.com/3jkhHPY5
Botania.zs https://pastebin.com/yRXmhCYH

crafttweaker.log file:

https://pastebin.com/JN3ymPb7


Environment:

  • Minecraft Version: 1.16.5
  • Forge Version: 36.0.46
  • CraftTweaker Version: 7.1.0.145
  • Are you using a server: No
commented

On line 57 of immersive engineering, you're doing

mods.astralsorcery.Altar.addDiscoveryAltarRecipe("Immersive Hammer", <item:immersiveengineering:hammer>, 200, 200, [
			air, ManaSteel, imbude_slate,
			air, stick, ManaSteel,
			stick, air, air]);

Astral sorcery doesn't have CraftTweaker support yet.

commented

In the meanstime you can use the addJSON method to add recipes.

See this comment
HellFirePvP/AstralSorcery#1715 (comment)

commented

Thanks, I'm assuming mekanism is not supported yet either then? Are there any examples of JSON methods for mekanism.