Here is a small mod I made to demonstrate custom blocks in MCPE:
The 99+ items in slot 0 is normal Wooden Planks, and what I'm holding is Bright Wooden Planks, which are also what are on the floor in the corner I'm highlighting; the block giving off the light.
When you place wooden planks on a torch, the torch will be replaced with a custom block I called Bright Wooden Plank. It is a very luminent block, with the texture of wooden planks. It is also fire-proof.
Cool!Can you add descriptions? +1 if add descriptions
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
I dont get the code can you PM me so u can teach me how to use Custom Blocks function thingy?
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
I know, its just cool to see new blocks
And if I can say something, MrARM, you are amazing with modding and all that stuff but you make people, atleast me, uncomfortable, you underestimate people and "insult" them.
while I agree with you, he is not underestimating, what he is saying is true.
I know, its just cool to see new blocks
And if I can say something, MrARM, you are amazing with modding and all that stuff but you make people, atleast me, uncomfortable, you underestimate people and "insult" them.
I agree. it does get annoying to see people get insulted because their mods "aren't hard enough." I don't care how complex a mod is, as long as it's fun or useful. for example, this mod is really cool and useful! +1 Byteandahalf!
I know, its just cool to see new blocks
And if I can say something, MrARM, you are amazing with modding and all that stuff but you make people, atleast me, uncomfortable, you underestimate people and "insult" them.
That's because some people create 'effortless' mods. This mod is also really effortless, but it was only a example.
MrARM has his own perspective of things. Even if your mods are so simple compared to MrARM's TMI script, you need to remind yourself that YOU made YOUR own mod. Don't let others put you down and learn to believe in yourself.
The 99+ items in slot 0 is normal Wooden Planks, and what I'm holding is Bright Wooden Planks, which are also what are on the floor in the corner I'm highlighting; the block giving off the light.
When you place wooden planks on a torch, the torch will be replaced with a custom block I called Bright Wooden Plank. It is a very luminent block, with the texture of wooden planks. It is also fire-proof.
var init = false; function selectLevelHook() { if (!init) { Block.defineBlock(23, "Bright Wooden Plank", [4, 4, 4, 4, 4, 4], 17, true, 0); Block.setLightLevel(23, 15); Block.setDestroyTime(23, 2); init = true; } } function useItem(x, y, z, itemId, blockId, side) { if(blockId == 50 && itemId == 5) { preventDefault(); if(Level.getGameMode() == 0) addItemInventory(5, -1, 0); setTile(x, y, z, 23, 0); } }Just copy the code and use the "Copy from Clipboard" option in BlockLauncher
Enjoy!
Back to modding! Follow me on Twitter @byteandahalf
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
ModPE!?
http://www.twitter.com/AuthenticPixel
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
I am secretly a modder, who works only for himself, seldom publishes.
Back to modding! Follow me on Twitter @byteandahalf
I agree. it does get annoying to see people get insulted because their mods "aren't hard enough." I don't care how complex a mod is, as long as it's fun or useful.
Lead developer of Dragonet!
Check out my game, Adventuria!
Dev of (IMO the best server ever) TwilightGamez!
It's good.
I am secretly a modder, who works only for himself, seldom publishes.
Lead developer of Dragonet!
Check out my game, Adventuria!
Dev of (IMO the best server ever) TwilightGamez!
Follow @Darth377Apps
Please check out my Twitter account!

I have been working on a few games!
Give me ALL THE INTERNETS!
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]