This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from pbog1 Animal BreedingEverything you need, see if you type/ bfood Video Scriptdropbox Iron doorUsed with openirondoor076.mod. Without that, it does not much sense. Video Scriptdropbox Melon SeedsRandom melon seeds fall out of the grass block. Video Scriptdropbox Hidden door Video Script//Hidden Door by pbog1function useItem(x,y,z,itemId,blockId,side){ if(itemId==345&&blockId==1) { setTile(x,y-1,z,0); setTile(x,y-2,z,0); } else if(blockId==17) { setTile(x,y+1,z,47) setTile(x,y+2,z,47) } }
//Hidden Door by pbog1function useItem(x,y,z,itemId,blockId,side){ if(itemId==345&&blockId==1) { setTile(x,y-1,z,0); setTile(x,y-2,z,0); } else if(blockId==17) { setTile(x,y+1,z,47) setTile(x,y+2,z,47) } }
I added Animal breeding Tnx!
You don't really need the animal breeding mod because there will be animal breeding in 0.8.0.
No updates yet so might be useful.