Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Brick colour thingy on kalphiters infinite mining
« previous
next »
Print
Pages: [
1
]
Author
Topic: Brick colour thingy on kalphiters infinite mining (Read 369 times)
Makingblah
December 08, 2009, 07:17:51 AM
Code:
[Select]
else if(%random <= 89.5 && %random > 87.5)
{
%type = "Einst";
%color = 13;
%health = 11*3;
}
How do I know what colour is what?
«
Last Edit: December 08, 2009, 01:43:53 PM by Makingblah
»
Ad Bot
Advertisement
Pah1023
December 08, 2009, 03:28:18 PM
Depends on the set, its like 0-63 in the row, just choose a color of brick then dump the brick get the color and replace %color to the color you want.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Brick colour thingy on kalphiters infinite mining