Noxid86
Results
2
issues of
Noxid86
So I have wanted to make a mod for quite a while now but do not speak Java. This last year I have been learning JavaScript and node so I...
What I mean is if I tell a drone to move forward can i then do something akin to ``` .fwd().queryBlock('fwd', function(info){ if( info.blocktype() == 'wood'){ say('this is wood'); }...