This tool is used to generate the data found in BedrockData.
Place the script in the root of a PocketMine-MP source code repository. Make sure the composer autoloader has been appropriately generated.
php decoder.php input_file.txt
using System; | |
using System.Runtime.InteropServices; | |
using System.Windows.Interop; | |
namespace HostingAppTest | |
{ | |
// based on https://stackoverflow.com/q/30186930/426315 | |
public class HwndHostEx : HwndHost | |
{ | |
private readonly IntPtr _childHandle; |
This tool is used to generate the data found in BedrockData.
Place the script in the root of a PocketMine-MP source code repository. Make sure the composer autoloader has been appropriately generated.
php decoder.php input_file.txt
A big oak tree is made up of a main trunk and multiple branches. A "branch" always contains leaves, but may not always contain logs.
heightLimit
: The actual height of the tree, including leaf blocks at the top (between 5 and 16)trunkHeight
: The height of the trunkleafDistanceLimit
: The distance from a log that leaves can generate, set to 4 for sapling growth, though appears to be set to 5 for natural growth for some reason// File automatically generated by MinecraftSymbols | |
// Address : 04f42008 | |
extern "C" | |
{ | |
void* GImGui; | |
} | |
// Address : 008c6b4d | |
extern "C" |
/** | |
* iMessage-style loader | |
*/ | |
@keyframes fade { | |
to { background: rgba(0,0,0,.1); } | |
} | |
.progress, | |
.progress:before, |