Skip to content

Instantly share code, notes, and snippets.

View HTMLCoder4555's full-sized avatar

Tony Smith HTMLCoder4555

  • Australia, On a Computer Screen? :P
View GitHub Profile
@HTMLCoder4555
HTMLCoder4555 / Explosive Arrows Mod.js
Created November 12, 2015 07:03
Explosive Arrows Mod for MC: PE
// Explosive Arrows Mode Made By COOLDUDE509
var bomb;
var ex=false;
function entityAddedHook(ID){
if(Entity.getEntityTypeId(ID)==80){
bomb=ID;
ex=true;
}
}
function modTick() {
/*CommandPro2*/
print('Starting...');
print('STARTED!');
function useItem(x, y, z, itemId, blockId, side)
{
}
/*CommandPro*/
print('Starting...');
print('initialising...');
print('CommandsPro Mod Made By Name_No_One_2 Has Successfully Initialised!');
function useItem(x, y, z, itemId, blockId, side)
{
}