This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi guys
How to build plant with ModPE code?
Im need code for build my plant :-)
var Block = {};
var defineCrop = function (id, name, texture) {
Block.defineBlock(id, name, texture, 3, false, 1);
Block.setLightOpacity(id, .0001);
Block.setRenderLayer(id, .0001);
Block.setShape(id, 0, 0, 0, 1, .00000001, 1);
}
//All you have to type is:
//Block.defineCrop(id, name, texture);
//Example:
Block.defineCrop(23, "MLG Block 2000", ["cobblestone", 0]);
The heck is this for
Hi guys
How to build plant with ModPE code?
Im need code for build my plant :-)
var Block = {};
var defineCrop = function (id, name, texture) {
Block.defineBlock(id, name, texture, 3, false, 1);
Block.setLightOpacity(id, .0001);
Block.setRenderLayer(id, .0001);
Block.setShape(id, 0, 0, 0, 1, .00000001, 1);
}
//All you have to type is:
//Block.defineCrop(id, name, texture);
//Example:
Block.defineCrop(23, "MLG Block 2000", ["cobblestone", 0]);
The heck is this for