If you want to create a not-whole block, use this command:
Block.setShape(id,x1,y1,z1,x2,y2,z2);
x1, y1, z1 are the starter point's position in the block. These are between 0 and 1, for example: 0.5, 1/16, 1/4, 2/3, etc.
x2, y2, z2 are the ender point's position in the block. These are between 0 and 1 too. This is important: x1 < x2, y1 < y2, z1 < z2.
If you want to create a lighting block, use this:
Block.setLightLevel(id,level);
level >= 0 and level <= 15.
If you want to set destroy time, use this:
Block.setDestroyTime(id,time);
time = how many seconds needed to destroying
If you want to create a transparent, translucent or opaque, use this:
Block.setRenderLayer(id,renderLayer);
If you want to create block more than three or for with these commands, use this shorter mode. Copy this into your mod, at the beginning:
Unsure if you'd want to do this, but in a texture pack for the block, you can use Photoshop to make a 3D version of Block.
Rollback Post to RevisionRollBack
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.
To post a comment, please login or register a new account.
How do I go about making new blocks? Like is there a template code to go from?
In picture:
Unsure if you'd want to do this, but in a texture pack for the block, you can use Photoshop to make a 3D version of Block.
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.