This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I create the modpack for minecraft version 1.7.10. Using crafttweaker i write the following script:
import mods.appliedenergistics2.Grinder;
But in the game it tell me the following message:
No such member: appliedenergistics2 .
What's wrong? I want to create the grinder recipe, but nothing works, because this error disables the script.
I create the modpack for minecraft version 1.7.10. Using crafttweaker i write the following script:
import mods.appliedenergistics2.Grinder;
But in the game it tell me the following message:
No such member: appliedenergistics2 .
What's wrong? I want to create the grinder recipe, but nothing works, because this error disables the script.