I was trying to make it so that metl has a constant tempature, but I cant get the command right, here is what I was trying to type in: tpt.register_step(tpt.set_"metl"(temp, "100"))
@nmd(View Post) Well I Re-arranged it and got the temperature set right, but not the constant temp. I typed tpt.register_step(tpt.set_property("temp", "100", "METL"))
Property is important I don't know how to get it constant though.
@The-Con(View Post) I got the same thing... on the wiki it says to type tpt.register_step(function func), that's why I keep thinking I'm missing something