What does custom blocks mean for modding community?
No more texture packs for blocks, custom block height etc.?
With custom blocks you will be able to place custom blocks using terrains.png. Basically you will be able to use blocks which are already in the default texture of MCPE but haven't been implemented yet.
Is there a simpler way to set blocks?
I hate seeing
class<?>::field
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
With custom blocks you will be able to place custom blocks using terrains.png. Basically you will be able to use blocks which are already in the default texture of MCPE but haven't been implemented yet.
No, if you add your own block, and you are a pro BlockLauncher user, like me, then you can use custom textures.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
I figured it out. (x, y, z, x2, y2, z2); Where each coordinate starts and ends. So, to make a full block, 0, 0, 0, 1, 1, 1 (Start at pixel 0 for each, then end at pixel 16(full; 1 block) for each)
With custom blocks you will be able to place custom blocks using terrains.png. Basically you will be able to use blocks which are already in the default texture of MCPE but haven't been implemented yet.
I figured it out. (x, y, z, x2, y2, z2); Where each coordinate starts and ends. So, to make a full block, 0, 0, 0, 1, 1, 1 (Start at pixel 0 for each, then end at pixel 16(full; 1 block) for each) YESSS! FOR THE LAST TIME, BUY BLOCKLAUNCHER PRO AND YOU CAN USE CUSTOM TEXTURES ON YOUR CUSTOM BLOCKS!!!
i think blocklauncher free texture pack needs fixing. seriously many of thr buttons are a grey mess and chests are messed up, missing gui blocks etc. howabout using a different texture or maybe i can fix it for u?
Pushing /res/values-zh-rTW.
PM me if there are missing strings, not on GitHub. I seldom check this email address (cuz it's not my real name).
If you like and have the time you can use Google Translate to translate it from Chinese Traditional to Chinese Simplified. I think it works. (Some bugs if reverse)
Rollback Post to RevisionRollBack
I can be found on Freenode IRC channels #pocketmine, #ModPEScripts, #LegendOfMCPE, #pmplugins or #BeaconMine.
I am a PocketMine-MP plugin developer. I hate it when people think that I love stupid admin positions. Being an admin is nothing compared to being a plugin developer.
I am also a main developer of BlockServer, a work-in-progress MCPE server software. You are welcome to download it, but it so far onlly spawns you in the upther (above the world). You can chat, though.
I do not own this server but I just love to put this banner here:
To post a comment, please login or register a new account.
Edit: figured out its Block.setShape. but what do the floats do?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://tinyw.in/bl
I'll do a Pro build tomorrow.
https://raw.github.com/zhuowei/ModPEScripts/master/500ise_dyedclay.js
https://raw.github.com/zhuowei/ModPEScripts/master/500ise_sneaky.js
If nobody builds a sneaking GUI script by tomorrow morning, I will feel very sad.
With custom blocks you will be able to place custom blocks using terrains.png. Basically you will be able to use blocks which are already in the default texture of MCPE but haven't been implemented yet.
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]
I hate seeing
Nice @MrARM
Tested: Works!
clientMessage(par1String);
Am I missing something? or do I just add another parameter with the color?
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
You need zhouwei's color script here luckily I had it on my dropbox
https://db.tt/5JvmN3uW
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]
Back to modding! Follow me on Twitter @byteandahalf
Back to modding! Follow me on Twitter @byteandahalf
Thanks
Willing to work on Android apps or multi-platform games, see profile bio for information.
Founder and CEO of Temena Development
Twitter: @TemenaPE
Instagram: @ItsLiterallyMath
Block.setShape? Nice!
Works for me awesome MrArm!!
Yup my mistake I wasn't on latest beta, sneaking threw a script wow
128x any higher and mcpe wont load the terrain.png
PM me if there are missing strings, not on GitHub. I seldom check this email address (cuz it's not my real name).
If you like and have the time you can use Google Translate to translate it from Chinese Traditional to Chinese Simplified. I think it works. (Some bugs if reverse)