They are used to change textures in game.
setTerrain is for terrain.png, guiblocks for gui_blocks.png, items for items.png and resetimages puts them back to default.
They are not implemented in BlockLauncher yet. They will only work on Treebl's iOS version of ModPE.
function ModPE.setTerrain(url);
function ModPE.setItems(url);
function ModPE.setGuiBlocks(url);
function ModPE.resetImages();
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThey are not implemented in BlockLauncher yet. They will only work on Treebl's iOS version of ModPE.