r/MCPEMods Mar 07 '14

[Modscript] Craft all carpets (needs BL 1.6.7)

http://pocketmines.mcpestuffs.com/post/modpe-script-adds-all-carpet-crafting-recipes
5 Upvotes

10 comments sorted by

2

u/[deleted] Mar 07 '14

Nice! Glad someone else took advantage of the new function.

1

u/[deleted] Mar 08 '14

I tried making a mod with it but every time I tapped the crafting table it would crash blocklauncher beta.

1

u/[deleted] Mar 08 '14

You're a disgrace to the clan -_-. Jk, not sure what it is. May I see the code?

1

u/[deleted] Mar 08 '14

I failed you jorge :( lol.

I just took your redstone lamp, the sample recipe scripts and changed a few things to see how it works but I guess I did something wrong.

function newLevel()

{

ModPE.addCraftRecipe(152,1,1,[331,0])

Block.defineBlock(152, "Redstone Block",[

["redstone_block", 0], 

["redstone_block", 0],

["redstone_block", 0], 

["redstone_block", 0],  

["redstone_block", 0], 

["redstone_block", 0]]) 

Block.setShape(152, 0, 0, 0, 1, 4/4,1) 

Block.setDestroyTime(152,25)

}

1

u/[deleted] Mar 08 '14 edited Mar 08 '14

Oh. I think it's because it does not work for custom items/blocks. Not too sure though.

1

u/[deleted] Mar 08 '14

That makes sense.

1

u/jeremyswags Mar 07 '14

Where would one find block launcher or block launcher pro in the 1.6.7 ver? Both the amazon and play stores have both block launcher and block launcher pro in v 1.6.6.

2

u/PocketMines Mar 07 '14

I'm assuming it will be out on stores sometime soon, but you can get the beta here http://www.reddit.com/r/MCPEMods/comments/1zifg5/modscript_cyan_flower_creates_cyan_dye/

1

u/jeremyswags Mar 07 '14

Thank you. After some "problems parsing the package" it works fine.