I think he meant these pictures explain enough so he's saying that he is confident that people will like his script/pic (idk) by just seeing the pics. IDK (just a guess)
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 looked at the pics and it looks like slabs made of all kind of blocks, either way this topic should be moved but IDK where , Show Your Creation, this topic is really confusing
well its just showing the possiblity of the script
+cuz its made by ModPE, I thought this will be suit for here
well, if you ever seen this, you are right...
and though that made me felt a bit bad, that just made me laugh like drunk people...
lol so I just quietely clicked that reputation button
and while showing possiblity, just additionally making some kind of challenge....
TELL HOW THE HELL UY MADE THIS OR YOU WILL SUCK (i will hikt that you edited this image with photoshop or something)
well I'll tell it later cuz its kind of a challenge
(and if I used photoshop, why would I ranged them with blockId+as you know, cuz minecraft is 3D, its almost impossible to make perfect image... so thats no the case)
so you made dirt and grass slab all around the world to everything would be half slabs and those half-slabs are full blocks with grass half slabs all around it
hmm you are meaning that I retextured slabs to stone,dirt,grass?well, that would be a hard work cuz there is no actual grass texture...
as you may know if you tried making texture pack, grass texture dosent have color...
hmm you are meaning that I retextured slabs to stone,dirt,grass?well, that would be a hard work cuz there is no actual grass texture...
as you may know if you tried making texture pack, grass texture dosent have color...
then you just simply placed slabs with custom data value, or you just hacked mcpe and added more slabs.
i could make this, im just not thinking/trying to
just do it! as you know, its challenge!
well I thought about it, but cuz you have only two kinds of slabId, and they have 16 damage each, so there is 32 in total. and half of it is upsidedown, you only have 16 normal slabs...well I have 25
Its defiantly some kind of glitch. You can see in the first one he is holding foaming block, fence block, trapdoor, and probably nothing to do with it sword.
Its defiantly some kind of glitch. You can see in the first one he is holding foaming block, fence block, trapdoor, and probably nothing to do with it sword.
well Its not glitch
its just ModPE script lol
there is no 'glitch' in mod as you know... its just changing game.
function entityAddedHook(ent) {
if (Entity.getEntityTypeId(ent) != 64) return;
Entity.setRenderType(ent, 20);
}
function useItem(x, y, z, itemId, blockId, side) {
if (itemId >= 256) return;
Level.dropItem(x, y, z, 0, 1, itemId, 0); //count is interpreted as block ID by falling block renderer
preventDefault();
}
Nerim, please, post your code so I don't have to get angry and try to reproduce your ingenuity.
(Also, 0/0 is not imaginary, it's undefined)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
pic.twitter.com/2vOMUXd2gc
pic.twitter.com/vQxfO6UurT
thats enough! dosent it!
Just ModPE script(well its kinddu fake)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
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! ---------------->
well its just showing the possiblity of the script
+cuz its made by ModPE, I thought this will be suit for here
well, if you ever seen this, you are right...
and though that made me felt a bit bad, that just made me laugh like drunk people...
lol so I just quietely clicked that reputation button
and while showing possiblity, just additionally making some kind of challenge....
well I'll tell it later cuz its kind of a challenge
(and if I used photoshop, why would I ranged them with blockId+as you know, cuz minecraft is 3D, its almost impossible to make perfect image... so thats no the case)
as you may know if you tried making texture pack, grass texture dosent have color...
just do it! as you know, its challenge!
well I thought about it, but cuz you have only two kinds of slabId, and they have 16 damage each, so there is 32 in total. and half of it is upsidedown, you only have 16 normal slabs...well I have 25
well Its not glitch
its just ModPE script lol
there is no 'glitch' in mod as you know... its just changing game.
well I cant say 'no'
but not that important though
almost but nope
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumfunction entityAddedHook(ent) { if (Entity.getEntityTypeId(ent) != 64) return; Entity.setRenderType(ent, 20); } function useItem(x, y, z, itemId, blockId, side) { if (itemId >= 256) return; Level.dropItem(x, y, z, 0, 1, itemId, 0); //count is interpreted as block ID by falling block renderer preventDefault(); }Nerim, please, post your code so I don't have to get angry and try to reproduce your ingenuity.
(Also, 0/0 is not imaginary, it's undefined)