Skip to content

Instantly share code, notes, and snippets.

@zhuowei
Created September 9, 2012 02:02
Show Gist options
  • Save zhuowei/3682058 to your computer and use it in GitHub Desktop.
Save zhuowei/3682058 to your computer and use it in GitHub Desktop.
Minecraft PE 0.4.0 QuickPatches
{
"title": "Elemental Explosions for Minecraft PE 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"12e19a": ["00"]
},
"options": {
"Elemental": {
"12e19a": {
"type" : "byte",
"title" : "Enter block ID",
"info" : "Enter the block ID that exploded blocks turn into"
}
}
}
}
{
"title": "Fly in survival + no fall damage patch for 0.4.0",
"version": 2,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"original": {
"bdac0": ["0"],
"bdac2": ["4b", "70"],
"bdac6": ["cb", "70", "b", "70"],
"114404": ["7", "ee"]
},
"options": {
"Applied": {
"bdac0": ["1"],
"bdac2": ["0", "bf"],
"bdac6": ["0", "bf", "0", "bf"],
"114404": ["70", "47"]
}
}
}
{
"title": "Some Mob Drops x16 mod for 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"112ee4": ["86", "1b"]
},
"options": {
"Applied": {
"112ee4": ["10", "26"]
}
}
}
{
"title": "More Server Slots for PE 0.4.0",
"version": 1,
"author": "Jocopa3, 500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"b92c4": ["4"]
},
"options": {
"255 slots": {
"b92c4": ["ff"]
},
"Custom": {
"b92c4": {
"type" : "byte",
"title" : "Enter slot amount",
"info" : "Enter the number of slots (in hexadecimal)"
}
}
}
}
{
"title": "No drowning for PE 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"114920": ["98", "47"]
},
"options": {
"Applied": {
"114920": ["0", "bf"]
}
}
}
{
"title": "Pigs spawn from Eggs for PE 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"124d42": ["28"],
"124d50": ["3", "fc"]
},
"options": {
"Applied": {
"124d42": ["c"],
"124d50": ["89", "fd"]
}
}
}
{
"title": "Pork Trees for PE 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"14ca7e": ["9", "68", "89", "68"]
},
"options": {
"Applied": {
"14ca7e": ["40", "f2", "40", "11"]
}
}
}
{
"title": "Smooth Lighting Unlock for 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"c27d8": ["ed", "f7", "7a", "e9"],
"c8e86": ["e6", "f7", "24", "ee"],
"c9054": ["e6", "f7", "3c", "ed"],
"e66cc": ["c9", "f7"],
"e66cf": ["ea"],
"f31f8": ["1b", "78"]
},
"options": {
"Applied": {
"c27d8": ["0", "bf", "0", "bf"],
"c8e86": ["0", "bf", "0", "bf"],
"c9054": ["0", "bf", "0", "bf"],
"e66cc": ["0", "bf"],
"e66cf": ["bf"],
"f31f8": ["1", "23"]
}
}
}
{
"title": "Snow Grenades for PE 0.4.0",
"version": 1,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"124ac8": ["2d", "e9", "f0", "4f", "8f", "b0", "df", "f8", "a8", "b0"]
},
"options": {
"Applied": {
"124ac8": ["1", "23", "80", "f8", "b8", "30", "f4", "f7", "bd", "bc"]
}
}
}
{
"title": "Torch Anywhere for PE 0.4.0",
"version": 2,
"author": "500 Internal Server Error",
"target": "/data/data/com.mojang.minecraftpe/lib/libminecraftpe.so",
"root": true,
"initial": {
"1480a4": ["2d", "e9", "f0"],
"14c508": ["2d", "e9"],
"14c588": ["2d", "e9"],
"14dcae": ["a8", "47"]
},
"options": {
"Applied": {
"1480a4": ["1", "20", "70"],
"14c508": ["70", "47"],
"14c588": ["70", "47"],
"14dcae": ["0", "bf"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment