This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
function useItem(x, y, z, itemId, blockId, side) { if(itemId==344)//egg { ModPE.setItems(http://whatever); } }
function ModPE.setTerrain(url);
function ModPE.setItems(url);
function ModPE.setGuiBlocks(url);
For set terrain you would upload a custom terrain.png to Imgur then when you want to change the textures then use that function.
function useItem(x, y, z, itemId, blockId, side) { if(itemId==344)//egg { ModPE.setItems(http://whatever); } }