Type | Constant name | Status | Details |
---|---|---|---|
Property | Ageable::DATA_AGEABLE_FLAGS | Removed | Ageable flags (Entity::DATA_FLAG_BABY) are now set on the generic entity status (Entity::DATA_FLAGS) |
Property | Entity::DATA_AIR | Changed | Value changed (1 -> 7) and default changed (300 -> 400) |
Property | Entity::DATA_FLAGS | Changed | Type changed (byte -> long) |
Property | Entity::DATA_LEAD_EID | Changed/Removed | Value changed (23 -> 38) and renamed with clearer name (DATA_LEAD_HOLDER_EID). |
Property | Entity::DATA_NAMETAG | Changed | Value changed (2 -> 4) |
Property | Entity::DATA_NO_AI | Changed/Removed | Changed to a data flag (DATA_FLAG_NO_AI) |
Property | Entity::DATA_POTION_AMBIENT | Changed | Value changed (8 -> 9) |
Property | Entity::DATA_POTION_COLOR | Changed | Value changed (7 -> 8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Minecraft: Pocket Edition header extractor | |
* | |
* This tool needs objdump (and objdump-multiarch + arm variants) installed on the current system | |
* | |
*/ | |
const VERSION = "0.0.1"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal EnableDelayedExpansion | |
ver | find "10." > nul | |
if errorlevel 1 ( | |
echo Your Windows version is not Windows 10... yet. Brace yourself, Windows 10 is coming^^! | |
pause | |
exit | |
) |
ID | Description | Type |
---|---|---|
1 | Air | Short |
2 | Name tag | String |
3 | Name visibility | Byte |
4 | Silent | Byte |
7 | Potion bubbles | Int |
12 | Baby zombies | Byte |
14 | Baby animals, wolf data (angry) | Byte |
16 | Sheep/Villager type, also slime size, and pig saddle | Byte |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Authenticate with a Minecraft account | |
* | |
* After a few fails, Mojang server will deny all requests, so use a proxy to bypass that limit | |
* | |
* @example $account = authenticate('[email protected]', '123456', '107.170.58.132:3128'); | |
* | |
* @param string $id Minecraft username or Mojang email |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ee6d6a6154ce35a4945add6aa6bd57f2144b185c Mon Sep 17 00:00:00 2001 | |
From: extremeheat <[email protected]> | |
Date: Sun, 24 Apr 2016 00:46:33 -0400 | |
Subject: [PATCH 1/4] Keep better track of inventory changes on Windows 10 | |
Edition, fix inventory moving issues | |
--- | |
src/pocketmine/Player.php | 198 ++++++++++++++++++++- | |
.../inventory/SimpleTransactionGroup.php | 26 ++- | |
2 files changed, 221 insertions(+), 3 deletions(-) |
[QUOTE="TheDeibo, post: 142836, member: 16757"]correction: shoghi OR shoghicp[/QUOTE] That's not important. [QUOTE="Legoboy0215, post: 142835, member: 18294"]Hi: I am a very very inactive dev on ImagicalMine. I contributed a lot on the early days where there was a skin bug, chest bug, and etc. At start, ImagicalCorp consisted of members of… [USER=29074]@k3ithkfng[/USER]'s server's staff. We thought: "Wow, where did shogi go?" So we started. I still don't get the reason why [USER=29074]@k3ithkfng[/USER] did not fork the repo, but it's too late :)
We tried our best, and I tried my best typing this on my paperwhite XD Hope this answers your question.
TL; DR:
- For ?% chance, add the prefix
xX
and suffixXx
- Choose a random item/mechanism/entity name from MCPE
- Choose a random word from the dictionary
- For ?% chance, choose a random from common given names
- For ?% chance, add the words
girl
orcute
orcool
orkid
orboy
- For ?% chance, add the word
MCPE
- For ?% chance, add the word
Itz
orIts
- For 99% chance, change all occurrences of
s
toz
to make it sound like more professional/special while it isn't at all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "fish.pufferfish.raw", | |
"id": 206, | |
"icon": "fish_raw_puffer_fish", | |
"use_animation": "eat", | |
"use_duration": 32, | |
"max_damage": 0, | |
"stacked_by_data": true, | |
"food": { |