I have mad a (sort of) simple function that will make it easy for people to color and style text in their mcpe mods, a lot of people know how to do this, using the "§" thing but not everyone knows what to put next, so here it is...
Then put it into your mod, then when you want to color or style text, type:
t("color/style")+
Note,make sure it is in a string ("") and only do one style or color at a time for example if you want green bold text saying Hello World you would type:
t("B")+t("gr")+"Hello World"
Color list
b - Black
db - Dark blue
dg Dark green
dc - Dark cyan
dr - Dark red
p - Purple
G - Gold (dark yellow)
g - Gray
dg - Dark grey
bl - Blue
gr - Green
c - Cyan
r - Red
p - Pink
y - Yellow
w - White
Style list
B - Bold
S - Strike through (doesn't really work)
U - Underlined (doesn't really work, it thins the font though)
I - Italics
R - Reset all text CS after this point, or until another CS tag is added
I have just created a quick mod that adds a new block to Minecraft PE called a "crate", and a new (sort of) item called a "ruby"
When you kill a mob they will now drop a ruby, you use the rubies to buy crates (in the crafting bench), then you put the crate in the crafting bench to get items out of them, for example
A Crate of Logs, gives you 64 oak logs
A Crate of Stone, gives you 32 cobblestone
There are a total of 6 crates (logs, stone, iron, gold, diamond & meat)
I watched a youtube video, it seems a bkt like the sims I cant do all those guis they have but I can try some other things, but first please dont expect anything soon ok, I think I will start by making villagers with the players modle then go from there, if you want you can find lots of skins ok (make sure they fit the player and are 32*64)
Yea thats the one, I read about it on connors github thingy but I didnt bother to learn it because I havent needed it yet but crazycard wants to know how to open and close iron doors, like the proper ones, I dont think that is possible yet tho, but it cNan be done using custom blocks
0
Cool
PS I'm quite advanced in custom functions and math 
0
Dunno use the getArmorSlot()?
0
Ok that's good
, if you ever need help with anything just pm me
!
0
One question, are you new to modding?
0
I have mad a (sort of) simple function that will make it easy for people to color and style text in their mcpe mods, a lot of people know how to do this, using the "§" thing but not everyone knows what to put next, so here it is...
First download the script below:
https://www.dropbox.com/s/5beyb1176wgo1yz/CS Tags.js?dl=0
Then put it into your mod, then when you want to color or style text, type:
t("color/style")+
Note,make sure it is in a string ("") and only do one style or color at a time for example if you want green bold text saying Hello World you would type:
t("B")+t("gr")+"Hello World"
Color list
b - Black
db - Dark blue
dg Dark green
dc - Dark cyan
dr - Dark red
p - Purple
G - Gold (dark yellow)
g - Gray
dg - Dark grey
bl - Blue
gr - Green
c - Cyan
r - Red
p - Pink
y - Yellow
w - White
Style list
B - Bold
S - Strike through (doesn't really work)
U - Underlined (doesn't really work, it thins the font though)
I - Italics
R - Reset all text CS after this point, or until another CS tag is added
PS I did make this but it is open source or has no © or whatever so feel free to use modify and claim, do whatever you want with it
obviously if you want you can leave credit to me (but that's up to you)!
0
I have just created a quick mod that adds a new block to Minecraft PE called a "crate", and a new (sort of) item called a "ruby"
When you kill a mob they will now drop a ruby, you use the rubies to buy crates (in the crafting bench), then you put the crate in the crafting bench to get items out of them, for example
A Crate of Logs, gives you 64 oak logs
A Crate of Stone, gives you 32 cobblestone
There are a total of 6 crates (logs, stone, iron, gold, diamond & meat)
Type /info if you want the version and stuff..
Download:
https://www.dropbox.com/s/r6pdlw6vk05g2d1/Crates mod.js?dl=0
Hope you guys like it
if you get any ideas for more crates then comment below!
0
I'll give it a try, if it doesn't work I will just have to use a texture pack
0
Btw its not that cause I've tried
Or is there any other way of retexturing items without a texture pack?
0
Not too sure, could be, Entity.get all();
How do I override the blazerod texture using this...
ModPE.overrideTexture("?", "URL");
What is the "?", " images/blaze_rod.png"?
0
sorry :/ ive never heard of you
... but i have now! 
0
you tube, facebook, newgrounds, deviant art?
0
Texture packs can sometimes cause it to crash, disable the tp and try the mod, if it works then disable the mod and try the tp
0
0
I watched a youtube video, it seems a bkt like the sims
I cant do all those guis they have but I can try some other things, but first please dont expect anything soon ok, I think I will start by making villagers with the players modle then go from there, if you want you can find lots of skins ok
(make sure they fit the player and are 32*64)
Modle haha I mean model
0
Yea thats the one, I read about it on connors github thingy but I didnt bother to learn it because I havent needed it yet
but crazycard wants to know how to open and close iron doors, like the proper ones, I dont think that is possible yet tho, but it cNan be done using custom blocks 