jacob1
30th Aug 2014
21st Apr 2015
Explains all the modes / features of DRAY so that you don't need to go look in the source. DRAY was added in TPT version 90.2, and originally from my mod.
update
tutorial
thetagofphilipou
philipouforever
1615589
dray
ctype
tmp2
jacob1
Comments
-
the_new_powder99999 & jacob1: yes, storing a value as a string isn't the best thing in the world... especially in the wonderful world of C strings, ahem, arrays of chars, ahem, pointers to the first char in a block of chars. Don't let Minecraft teach you otherwise!!
-
ctypes *are* a number. if it says WATR in parenthesis, that really means ctype 2 :P. It just uses element IDs. At one point you could see this with FILT, by default it was ctype PHOT, when really that is just what the number comes out to. I guess you can see with GLOW right now, once it gets high enough it stops showing "Ctype"
-
try it.
-
What if ctype is a number? Can that even happen?
-
fixed, glad I caught that really obvious mistake before the next official version.
-
TODO: figure out why this save isn't working for me in my mod ...
-
PSCN is special, NSCN should work the same as any random conductor though.
-
Wait, nevermind
-
Does nscn work the same way as pscn?
-
I updated id:1715365 with some DRAY that clones some BOMB in a DMND container. Basically it just clones the first half of the container and pastes it over the second, all the users sees it the BOMB being cloned outside of the container.