ModTweaker

ModTweaker

88M Downloads

Modtweaker Wiki lists wrong formula for TicMat

Peach774 opened this issue ยท 2 comments

commented

on this page: https://crafttweaker.readthedocs.io/en/latest/#Mods/Modtweaker/TConstruct/Materials/ITICMaterial/
the old reference model for tinkers construct materials is still used. This can cause people to enter the wrong thing.
val stone = material:stone;
should be
val stone = ticmat:stone;

commented

Should be fixed.

commented

Yep, all better. Thanks!