If you want you can make a video review of this mod as long as you give me the credits: the link of this post or the link of my channel ([url="https://www.youtube.com/user/ElSirKael"]https://www.youtube.com/user/ElSirKael[/url])
SLIME BLOCK MOD
Download:
V3.0
-New Blocks (+Slime Fence, +Slime Carpet, +Slime Panel)
-Crafting
-New Textures (requires new texture, the link will be in the spoiler)
Slime Man ModScript V4.0:
[url="http://www.mediafire.com/download/ptj7ytaim41t2zc/SlimeMan+PE+V4.0+%28Espa%C3%B1ol%29.js"]http://www.mediafire.com/download/ptj7ytaim41t2zc/SlimeMan+PE+V4.0+%28Espa%C3%B1ol%29.js[/url]
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
V1.0
-SlimeMen
Slime Man ModScript V1.0 (English):
[url="https://www.dropbox....(English"]https://www.dropbox....(English[/url]).js?m=
Slime Man ModScript V1.0 (Español):
[url="https://www.dropbox....E"]https://www.dropbox....E[/url] V1.0 (Español).js
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
How to use (Images):
The Slime Man will appear automatically in your world
Video Reviews (Español)(English):
Review en Español:
Por ElSirKael
[media][media]http://www.youtube.com/embed/If7SUICzPP4[/media[/media]]
Universal Texture Pack for all ModsScripts (SirBuddies Army Mod Pack) COMPATIBLE WITH ALL THIS MODS
Download:
[url="http://www.mediafire.com/download/b98hw2g06cpphnd/Sir+Buddies+Army+Texture+Mod+Pack.zip"]Sir Buddies Army Texture Mod Pack[/url]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see [/url]
If you want you can follow me on social networks:
Suscribing to my youtube channel: [url="https://www.youtube.com/user/ElSirKael"]https://www.youtube.com/user/ElSirKael[/url]
Following me on Twitter: [url="https://twitter.com/ElSirKael"]https://twitter.com/ElSirKael[/url]
Please, if there is any bug tell me when I will solve it before
Thanks to [url="https://github.com/Connor4898"]Connor4898[/url] for make the best guide of JS/ModScripts
[url="https://github.com/Connor4898/ModPE-Scripts/wiki/Basic-JS-and-ModPE-Tutorials"]https://github.com/C...ModPE-Tutorials[/url]
And yeah, in the case of the high rebound happens, when you fall to a surface without bouncing you can even die, so I recommend the medium rebound. regards =)
Where does it even define a block? Can't find it.
Also try to use this to prevent fall damage:
function modTick()
{
var X = getPlayerX();
var Y = getPlayerY();
var Z = getPlayerZ();
var health;
if(getTile(X, Y-2, Z) == 248)
{
health = Entity.getHealth(getPlayerEnt());
Entity.setHealth(getPlayerEnt(), health);
}
}
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! ---------------->
Where does it even define a block? Can't find it.
Also try to use this to prevent fall damage:
function modTick()
{
var X = getPlayerX();
var Y = getPlayerY();
var Z = getPlayerZ();
var health;
if(getTile(X, Y-2, Z) == 248)
{
health = Entity.getHealth(getPlayerEnt());
Entity.setHealth(getPlayerEnt(), health);
}
}
Here it is, is something basic but it works depends on the drop, the maximum is 20 points of life, maybe if you increase goes bug (Sorry for my bad English, I'm Spanish)
function modTick()
{
x = getPlayerX();
y = getPlayerY();
z = getPlayerZ();
if(getTile(x, y-2, z) == 248)
{
setVelY(getPlayerEnt(), 1.00);
Player.setHealth(20);
}
}
hola ElSirKael queria saber si puedo usar algunos de tus mods en mi serie de mods :3 obio pondre tus links y canale....yo no subire los mods por mi cuenta, espero tu respuesta gracias y sigue asi!
hola ElSirKael queria saber si puedo usar algunos de tus mods en mi serie de mods :3 obio pondre tus links y canale....yo no subire los mods por mi cuenta, espero tu respuesta gracias y sigue asi!
Claro que si Liongold, tienes todos los permisos, más bien, si necesitas que ponga las texturas necesarias de los mods que utilizarás en tu serie a tu pack de textura con gusto te lo modificaré y te lo daré completo, saludos y gracias =3
Claro que si Liongold, tienes todos los permisos, más bien, si necesitas que ponga las texturas necesarias de los mods que utilizarás en tu serie a tu pack de textura con gusto te lo modificaré y te lo daré completo, saludos y gracias =3
*-* de verdad!? serias el idolo de mis subs jajaj xD porque necesito que se vean los "mobs" de un modscript que utilizo, y ya lo intente pero salen como pigmans u_u no se si pe puedas ayudar, seria un puntazo! grax
*-* de verdad!? serias el idolo de mis subs jajaj xD porque necesito que se vean los "mobs" de un modscript que utilizo, y ya lo intente pero salen como pigmans u_u no se si pe puedas ayudar, seria un puntazo! grax
por cierto el paquete de texturas de la serie es el de Sphax....no se si sea posible lograrlo, si no solo con que se vean los mobs seria genial
*-* de verdad!? serias el idolo de mis subs jajaj xD porque necesito que se vean los "mobs" de un modscript que utilizo, y ya lo intente pero salen como pigmans u_u no se si pe puedas ayudar, seria un puntazo! grax
por cierto el paquete de texturas de la serie es el de Sphax....no se si sea posible lograrlo, si no solo con que se vean los mobs seria genial
Sobre el problema de los Zombie Pigman, por el momento nosé que pasa que no es posible cambiarles la textura con mods, se glichean de alguna forma =( ya lo intente y me pasa lo mismo, es muy molestoso, la única alternativa sería cambiarlos con zombies o skeletos.
Claro que será posible con la Sphax, tu dime para cuando quieres que te de todo el mod pack y te los mando por privado (De hecho hay más mods de los que publico en este post X'D) =)
SLIME BLOCK MOD
Download:
V3.0
-New Blocks (+Slime Fence, +Slime Carpet, +Slime Panel)
-Crafting
-New Textures (requires new texture, the link will be in the spoiler)
SlimeBlock Tipes:
Slime Block (Alto-Hight) : [url="http://www.mediafire.com/download/bek6ub2e64n2ps3/SlimeBlock+PE+V3.0+%28High%29.j"]http://www.mediafire.com/download/bek6ub2e64n2ps3/SlimeBlock+PE+V3.0+%28High%29.js[/url]
Slime Block (Medio-Medium) (Recommended) : [url="http://www.mediafire.com/download/3n479i9q9193mcq/SlimeBlock+PE+V3.0+%28Medium%29.js"]http://www.mediafire.com/download/3n479i9q9193mcq/SlimeBlock+PE+V3.0+%28Medium%29.js[/url]
Slime Block (Bajo-Low) : [url="http://www.mediafire.com/download/2gx9hjl4vltagje/SlimeBlock+PE+V3.0+%28Low%29.js"]http://www.mediafire.com/download/2gx9hjl4vltagje/SlimeBlock+PE+V3.0+%28Low%29.js[/url]
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
V2.0
-All Bugs Fixed
-No Lag
-New Textures (requires new texture, the link will be in the spoiler)
SlimeBlock Tipes:
Slime Block (Alto-Hight) : [url="https://www.dropbox...."]https://www.dropbox....[/url] V2.0 (High).js
Slime Block (Medio-Medium) (Recommended) : [url="https://www.dropbox....2.0"]https://www.dropbox....2.0[/url] (Medium).js
Slime Block (Bajo-Low) : [url="https://www.dropbox....E"]https://www.dropbox....E[/url] V2.0 (Low).js
Texture Pack (Necessary):
Download Link Slime Texture Pack: [url="http://www.mediafire.com/download/e0zj4qkvafc3pce/SlimeBlock-Man_Texture_Pack_V2.zip"]http://www.mediafire...exture_Pack.zip[/url]
V1.0
-SlimeBlock Added
-Bouncing Function
-Automatic Health
SlimeBlock Tipes:
Slime Block (Alto-Hight) : [url="http://www.mediafire.com/view/md6fqm6o1g6yyhx/SlimeBlock_PE_V1.0_(High"]http://www.mediafire...k_PE_V1.0_(High[/url]).js
Slime Block (Medio-Medium) (Recommended) : [url="http://www.mediafire.com/view/obglhyj8c0jshx7/SlimeBlock_PE_V1.0_(Medium"]http://www.mediafire...PE_V1.0_(Medium[/url]).js
Slime Block (Bajo-Low) : [url="http://www.mediafire.com/view/efmyiz81gsr22t6/SlimeBlock_PE_V1.0_(Low"]http://www.mediafire...ck_PE_V1.0_(Low[/url]).js
Texture Pack (Necessary):
Download Link Slime Texture Pack: [url="http://www.mediafire.com/download/mvybiswo4oaj3m4/SlimeBlock-Man_Texture_Pack.zip"]http://www.mediafire...exture_Pack.zip[/url]
How to use (Images):
Type: /give or craft all the block
And Enjoy!
Video Reviews (Español)(English):
Review en Español:
Por ElSirKael
[media][media]http://www.youtube.com/embed/Ms5wvO7EAEw[/media[/media]]
Review in English:
By DrummerBoy0109
[media][media]http://www.youtube.com/embed/NK1eu05j4cs[/media[/media]]
By XxDman10311xX
[media][media]http://www.youtube.com/embed/yswwq7kH-L8[/media[/media]]
By Skyzosnop
[media][media]http://www.youtube.com/embed/LH_NgLUUi3Y[/media[/media]]
SLIME MOB MOD
Download:
V1.0
-Added Slime Mob (Normal)
-Added Slime Mob (Small)
-Slime Mob droop slime balls
-Custom Render
Mutant Creeper ModScript V1.0 : [url="http://www.mediafire.com/download/mr88no8t0myczbu/Slime+Mob+V1.js"]http://www.mediafire.com/download/mr88no8t0myczbu/Slime+Mob+V1.js[/url]
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
How to use (Images):
The Slime Man will appear automatically in your world
Video Reviews (Español)(English):
Review en Español:
Por ElSirKael
Coming soon
SLIME MAN MOD
Download:
V4.0
-SlimeMan
-WaterSlimeMan
-RedStoneMan
-CreeperSlime
-Automatic spawn
Slime Man ModScript V4.0:
[url="http://www.mediafire.com/download/ptj7ytaim41t2zc/SlimeMan+PE+V4.0+%28Espa%C3%B1ol%29.js"]http://www.mediafire.com/download/ptj7ytaim41t2zc/SlimeMan+PE+V4.0+%28Espa%C3%B1ol%29.js[/url]
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
V1.0
-SlimeMen
Slime Man ModScript V1.0 (English):
[url="https://www.dropbox....(English"]https://www.dropbox....(English[/url]).js?m=
Slime Man ModScript V1.0 (Español):
[url="https://www.dropbox....E"]https://www.dropbox....E[/url] V1.0 (Español).js
Texture Pack (Necessary):
SirBuddies Texture Pack (Compatible with this mod, the link in this Topic)
How to use (Images):
The Slime Man will appear automatically in your world
Video Reviews (Español)(English):
Review en Español:
Por ElSirKael
[media][media]http://www.youtube.com/embed/If7SUICzPP4[/media[/media]]
Universal Texture Pack for all ModsScripts (SirBuddies Army Mod Pack) COMPATIBLE WITH ALL THIS MODS
Download:
[url="http://www.mediafire.com/download/b98hw2g06cpphnd/Sir+Buddies+Army+Texture+Mod+Pack.zip"]Sir Buddies Army Texture Mod Pack[/url]
COPYRIGHT:
If anyone share you need to put forum link and my channel of Youtube [/url]
ElSirKael Script © GNC copyright
Copyright ©
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see [/url]
If you want you can follow me on social networks:
Suscribing to my youtube channel: [url="https://www.youtube.com/user/ElSirKael"]https://www.youtube.com/user/ElSirKael[/url]
Following me on Twitter: [url="https://twitter.com/ElSirKael"]https://twitter.com/ElSirKael[/url]
Please, if there is any bug tell me when I will solve it before
Thanks to [url="https://github.com/Connor4898"]Connor4898[/url] for make the best guide of JS/ModScripts
[url="https://github.com/Connor4898/ModPE-Scripts/wiki/Basic-JS-and-ModPE-Tutorials"]https://github.com/C...ModPE-Tutorials[/url]
Yes, you get all hearts every time you touch the SlimeBlock =)
Thanks for +1 ='D
And yeah, in the case of the high rebound happens, when you fall to a surface without bouncing you can even die, so I recommend the medium rebound. regards =)
Version 2.0 complete, hope you like it =3
Thanks ='D
Also try to use this to prevent fall damage:
function modTick() { var X = getPlayerX(); var Y = getPlayerY(); var Z = getPlayerZ(); var health; if(getTile(X, Y-2, Z) == 248) { health = Entity.getHealth(getPlayerEnt()); Entity.setHealth(getPlayerEnt(), health); } }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! ---------------->
Thanks bro, I'll put your video reviews =)
Since the update, are now well =)
Here it is, is something basic but it works depends on the drop, the maximum is 20 points of life, maybe if you increase goes bug (Sorry for my bad English, I'm Spanish)
function modTick() { x = getPlayerX(); y = getPlayerY(); z = getPlayerZ(); if(getTile(x, y-2, z) == 248) { setVelY(getPlayerEnt(), 1.00); Player.setHealth(20); } }Claro que si Liongold, tienes todos los permisos, más bien, si necesitas que ponga las texturas necesarias de los mods que utilizarás en tu serie a tu pack de textura con gusto te lo modificaré y te lo daré completo, saludos y gracias =3
*-* de verdad!? serias el idolo de mis subs jajaj xD porque necesito que se vean los "mobs" de un modscript que utilizo, y ya lo intente pero salen como pigmans u_u no se si pe puedas ayudar, seria un puntazo! grax
por cierto el paquete de texturas de la serie es el de Sphax....no se si sea posible lograrlo, si no solo con que se vean los mobs seria genial
Sobre el problema de los Zombie Pigman, por el momento nosé que pasa que no es posible cambiarles la textura con mods, se glichean de alguna forma =( ya lo intente y me pasa lo mismo, es muy molestoso, la única alternativa sería cambiarlos con zombies o skeletos.
Claro que será posible con la Sphax, tu dime para cuando quieres que te de todo el mod pack y te los mando por privado (De hecho hay más mods de los que publico en este post X'D) =)
Slime Block V3 (New Blocks)
Slime Mob V1 (Like PC)
Slime Man V4 (+WaterSlimeMan, RedStoneMan and CreeperSlime)
Enjoy =3
HOW DO I DOWNLOAD IT