When I try a mod patch(ive tried all of it) it crashes my game. And I bought the full version. Does anyone know why it crashes? I've tried outside mods like the splendid_shadows.mod and it crashes. But i see other people use it and they don't crash.
I am working on a mod that uses getTile() and setTile() in the newLevel() hook... and when the mod is on, generating a new map results in chunks loading out of place. When the mod is off, new maps are fine. Also if you load a new map and exit, then activate my mod, and go back to the new map, it looks fine. But my mod seems to mess up the world generation and chunk loading... any ideas?
And yes, this is fora new version of EmeraldCraft...
I am working on a mod that uses getTile() and setTile() in the newLevel() hook... and when the mod is on, generating a new map results in chunks loading out of place. When the mod is off, new maps are fine. Also if you load a new map and exit, then activate my mod, and go back to the new map, it looks fine. But my mod seems to mess up the world generation and chunk loading... any ideas?
And yes, this is fora new version of EmeraldCraft...
This was due to a change in behaviour in BlockLauncher 1.6.8 that will be reverted in 1.6.9.
public class O{
public static O k=new O();
public O i=new O(), n=new O(), o=new O();
public void w(){
System.out.printIn("How.did.you.find.this.method?");
}
}
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:
#include <stdio.h>
struct is {
struct {
void (*this)();
} stop;
} is;
void stop_this() {
printf("Just putting words with dots between them is not programming. Stop this.\n");
}
struct is stop_is(int a, int {
is.stop.this = stop_this;
return is;
}
struct just {
struct putting {
struct words {
struct with {
struct dots {
struct between {
struct them {
struct is (*is)(int, int);
} them;
} between;
} dots;
} with;
} words;
} putting;
} just;
int main() {
int not = 0;
int programming = 0;
just.putting.words.with.dots.between.them.is = stop_is;
/* all that setup for one line. */
just.putting.words.with.dots.between.them.is(not, programming).stop.this();
return 0;
}
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:
#include <stdio.h>
struct is {
struct {
void (*this)();
} stop;
} is;
void stop_this() {
printf("Just putting words with dots between them is not programming. Stop this.\n");
}
struct is stop_is(int a, int {
is.stop.this = stop_this;
return is;
}
struct just {
struct putting {
struct words {
struct with {
struct dots {
struct between {
struct them {
struct is (*is)(int, int);
} them;
} between;
} dots;
} with;
} words;
} putting;
} just;
int main() {
int not = 0;
int programming = 0;
just.putting.words.with.dots.between.them.is = stop_is;
/* all that setup for one line. */
just.putting.words.with.dots.between.them.is(not, programming).stop.this();
return 0;
}
ok i know that you hate my and find something to let people to laughing at me ���� is it
#include <stdio.h>
struct is {
struct {
void (*this)();
} stop;
} is;
void stop_this() {
printf("Just putting words with dots between them is not programming. Stop this.\n");
}
struct is stop_is(int a, int {
is.stop.this = stop_this;
return is;
}
struct just {
struct putting {
struct words {
struct with {
struct dots {
struct between {
struct them {
struct is (*is)(int, int);
} them;
} between;
} dots;
} with;
} words;
} putting;
} just;
int main() {
int not = 0;
int programming = 0;
just.putting.words.with.dots.between.them.is = stop_is;
/* all that setup for one line. */
just.putting.words.with.dots.between.them.is(not, programming).stop.this();
return 0;
}
I know that u hate me so you find something to make people laugh at me ����
This was in reply to mcpe_modder_for_maps' reply in which he claimed that stop.this() isn't valid in any language he knows.
because I don't know C and C#and C++ and blah... Lol
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:
This was in reply to mcpe_modder_for_maps' reply in which he claimed that stop.this() isn't valid in any language he knows.
i am not talking about this ok? I am taking about you say me always add docs and your modpe function u add docs too like modpe.xxxx so I only copy your style and i am only suggest you to add it i don't said that it is programing and we write our js is not program too is u 500ISE port c++ to JavaScript only let us easy to write it , the real using your js to program is ANDROID GUI is not only that JavaScript ok? And the real program is only you is you made it so the real of modpe or the js is you program it is not us we are only using your those awesome function isn't?
so the real of modpe or the js is you program it is not us we are only using your those awesome function isn't?
I'm definitely not the primary contributor to the API: Treebl started the API and shaped the way it looked, and if you check the commit log for ScriptManager, you'll see that many other members of the community have contributed to the ModPE API to make it what it is today.
Changes:
Added a new settings page layout by Stalker_2010
Experimental support for Samsung Galaxy S4 devices with Knox enabled
Added new ModPE APIs by byteandahalf
And that's how it's done. Well played!
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]
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAnd yes, this is fora new version of EmeraldCraft...
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThis was due to a change in behaviour in BlockLauncher 1.6.8 that will be reverted in 1.6.9.
http://www.minecraftforum.net/forums/minecraft-pocket-edition/mcpe-mods-tools/2610428-0-13-emeraldcraft-metalurgic-gems-alchemy
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
Wow...
public class O{ public static O k=new O(); public O i=new O(), n=new O(), o=new O(); public void w(){ System.out.printIn("How.did.you.find.this.method?"); } }Sensible...
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat's probably going to overflow the stack, since making an O object would create 3 more. why not do i = this or something?
Also:
https://gist.github.com/zhuowei/9944210
#include <stdio.h> struct is { struct { void (*this)(); } stop; } is; void stop_this() { printf("Just putting words with dots between them is not programming. Stop this.\n"); } struct is stop_is(int a, int
{
is.stop.this = stop_this;
return is;
}
struct just {
struct putting {
struct words {
struct with {
struct dots {
struct between {
struct them {
struct is (*is)(int, int);
} them;
} between;
} dots;
} with;
} words;
} putting;
} just;
int main() {
int not = 0;
int programming = 0;
just.putting.words.with.dots.between.them.is = stop_is;
/* all that setup for one line. */
just.putting.words.with.dots.between.them.is(not, programming).stop.this();
return 0;
}public class Getter{ public static class Player{ public native String name(); } }Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThis was in reply to mcpe_modder_for_maps' reply in which he claimed that stop.this() isn't valid in any language he knows.
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm definitely not the primary contributor to the API: Treebl started the API and shaped the way it looked, and if you check the commit log for ScriptManager, you'll see that many other members of the community have contributed to the ModPE API to make it what it is today.
https://github.com/zhuowei/MCPELauncher/commits/master/src/net/zhuoweizhang/mcpelauncher/ScriptManager.java
Anyways, BlockLauncher 1.6.9 release candidate is available.
Free: http://tinyw.in/bl
Pro: https://groups.google.com/forum/#!forum/blocklauncher-beta
Changes:
Added a new settings page layout by Stalker_2010
Experimental support for Samsung Galaxy S4 devices with Knox enabled
Added new ModPE APIs by byteandahalf
On his community he said he needed some more functions... I think I know what he may have added....
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]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat was all done by @stalker_2010 - go thank him on Twitter?
DO u add the tips and i have a great theme for your app
http://forum.xda-developers.com/galaxy-nexus/themes-apps/zipthemer-halo-themes-t2309936
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!