ModTweaker

ModTweaker

88M Downloads

Trying to import Tinker's Materials gives an error

Insane96 opened this issue ยท 3 comments

commented

Issue Description:

Trying to import Tinker's Materials gives an error

What happens:

 When I try to import

import modtweaker.materials.ITICMaterial;
 it gives me an error
[INITIALIZATION][CLIENT][ERROR] tinker.zs:1 > No such member: materials

What you expected to happen:

No errors

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

https://pastebin.com/VaD0FQ1A

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):

https://pastebin.com/WNX0bcT1


Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.2
  • Forge: 14.23.1.2608
  • Crafttweaker: 4.1.0
  • ModTweaker: 4.0.6
  • MTLib: 3.0.1
commented

woops, that is a typo on the wiki, the correct import is:

modtweaker.tconstruct.ITICMaterial

thanks for pointing it out!

commented

Still a problem. After fixing the import now I get
[INITIALIZATION][CLIENT][ERROR] tinker.zs:3: Could not resolve <material : stone>

commented

Managed to fix it.
Another typo is that is not material:material_name but ticmat:material_name