Ok so i have the custom block api for block launcher but this whole custom blocks, does this mean that we can add any block into the game of our choice with no texture ( and i mean like make a custom block like a pokeball machine ) that could lead to some interesting modpe scripts (: so is this true?
Ok so i have the custom block api for block launcher but this whole custom blocks, does this mean that we can add any block into the game of our choice with no texture ( and i mean like make a custom block like a pokeball machine ) that could lead to some interesting modpe scripts (: so is this true?
Yes, if you have BlockLauncher pro, you can use texture packs.
well I mean is it possible to select a texture from a different texture pack in this code
function newLevel() {Block.defineBlock(167, "DRAGON EGG", [167, 167, 167, 167, 167, 167], false, 0);}function useItem(x, y, z, itemId, blockId) {addItemInventory(167,1);} ? except not dragon egg, I saw your post about sponges and soulsand
Yes, if you have BlockLauncher pro, you can use texture packs.
Back to modding! Follow me on Twitter @byteandahalf
well I mean is it possible to select a texture from a different texture pack in this code
function newLevel() {Block.defineBlock(167, "DRAGON EGG", [167, 167, 167, 167, 167, 167], false, 0);}function useItem(x, y, z, itemId, blockId) {addItemInventory(167,1);} ? except not dragon egg, I saw your post about sponges and soulsand