ka_7abend

This commit is contained in:
Markus
2020-04-07 22:37:29 +02:00
parent bc0cb06b90
commit 0051e86ac8
54 changed files with 28760 additions and 24671 deletions

View File

@@ -0,0 +1,82 @@
# Configuration file
blocks {
B:"Enable Collapsible Block"=true
B:"Enable Pressure Plate"=true
B:"Enable Slope"=true
}
features {
# This allows restricted blocks to be used as covers.
# Add your own by supplying the display name for the block (en_US only).
S:"Cover Exceptions" <
Silverwood Planks
Greatwood Planks
Thatch
>
B:"Enable Chisel Designs"=true
B:"Enable Covers"=true
B:"Enable Dye Colors"=true
B:"Enable Freestanding Ladders"=false
# This allows garage doors to automatically fill in gaps when barriers beneath doors are destroyed.
B:"Enable Garage Door Void Autofill"=true
# This will enable players to cover blocks with glowstone dust to make them illuminate.
B:"Enable Illumination"=true
B:"Enable Overlays"=true
# This will prevent players besides you and server operators from editing your objects.
# Note: this does not protect objects against destruction (intentional), and may allow activation if appropriate. Also, the Carpenter's Safe is not affected by this.
B:"Enable Ownership"=true
# This controls whether panes (used in doors, hatches, and other blocks) should render on alpha pass.
# This is needed to allow translucent window glass, for instance.
B:"Enable Pane Alpha Rendering"=true
# This allows Carpenter's Blocks with solid top faces to create slopes above them when a sloping rail is above the block.
B:"Enable Rail Slope Fill"=true
B:"Enable Side Covers"=true
# This controls whether torches extinguish themselves when exposed to rain or snow.
B:"Enable Torch Weather Effects"=true
# This controls how many blocks can be connected as a single entity.
# Note: only applies to Garage Doors.
I:"MultiBlock Size Limit"=500
# This maps items to overlays.
# Items are prefixed with display names (en_US only).
# Overlay suffixes are :grass, :snow, :web, :vine, :hay, :mycelium
S:"Overlay Definitions" <
Seeds:grass
Snowball:snow
String:web
Vines:vine
Wheat:hay
Mushroom:mycelium
>
# When enabled, unobstructed stationary fluid adjacent to block will render in the block space.
# Note: when enabled, you may experience noticeable chunk update lag spikes.
B:"Routable Fluids"=false
# This controls the smoothness of the slope faces.
# Note: smoothness of 2 is similar to stairs, while a value above 25 is generally fluid.
I:Smoothness=2
}
items {
B:"Enable Chisel"=true
B:"Enable Hammer"=true
B:"Enable Tile"=true
I:"Vanilla Tool Uses"=400
B:"Vanilla Tools Damageable"=true
D:itemHammerDamageChanceFromCollapsible=0.2
D:itemHammerDamageChanceFromSlopes=0.75
D:itemHammerDamageChanceFromStairs=1.0
}

View File

@@ -120,6 +120,7 @@ crafting {
B:net.minecraft.block.BlockCompressedPowered=true
B:net.minecraft.block.BlockConcretePowder=true
B:net.minecraft.block.BlockDirt=true
B:net.minecraft.block.BlockDoubleStoneSlab=true
B:net.minecraft.block.BlockGlass=true
B:net.minecraft.block.BlockGlazedTerracotta=true
B:net.minecraft.block.BlockGlowstone=true
@@ -201,6 +202,13 @@ items {
}
"revertible states" {
B:"minecraft%3Aglass?"=true
B:"minecraft%3Aquartz_block?variant=default"=true
B:"minecraft%3Awater?level=0"=true
}
troubleshooting {
B:disableCustomVertexFormats=false
B:enableAPITestingItem=false

7
config/malisiscore.cfg Normal file
View File

@@ -0,0 +1,7 @@
# Configuration file
general {
B:malisiscore.config.debugTraceFail=false
}

9
config/malisisdoors.cfg Normal file
View File

@@ -0,0 +1,9 @@
# Configuration file
general {
# config.modifyVanillaDoors.comment
B:config.modifyVanillaDoors=true
B:config.use3DItems=false
}

View File

@@ -1,5 +1,5 @@
#Don't put comments; they get removed
#Tue Apr 07 11:39:09 CEST 2020
#Tue Apr 07 21:58:18 CEST 2020
super-pickaxe-many-drop-items=true
super-pickaxe-drop-items=true
craftscript-dir=craftscripts

BIN
logs/2020-04-07-2.log.gz Normal file

Binary file not shown.

BIN
logs/2020-04-07-3.log.gz Normal file

Binary file not shown.

View File

@@ -1,7 +1,7 @@
[10:35:24][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 10:35:24 CEST 2020
[10:35:24][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[10:35:24][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[10:35:29][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[10:35:29][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[10:35:32][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[10:35:32][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs
[13:01:09][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 13:01:09 CEST 2020
[13:01:09][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[13:01:09][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[13:01:11][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[13:01:11][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[13:01:13][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[13:01:13][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs

View File

@@ -1,7 +1,7 @@
[22:51:37][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Mon Apr 06 22:51:37 CEST 2020
[22:51:37][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[22:51:37][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[22:51:40][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[22:51:40][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[22:51:42][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[22:51:42][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs
[11:39:17][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 11:39:17 CEST 2020
[11:39:17][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[11:39:17][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[11:39:22][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[11:39:22][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[11:39:25][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[11:39:25][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs

View File

@@ -1,7 +1,7 @@
[22:34:56][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Mon Apr 06 22:34:56 CEST 2020
[22:34:56][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[22:34:56][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[22:34:59][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[22:34:59][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[22:35:02][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[22:35:02][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs
[10:35:24][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 10:35:24 CEST 2020
[10:35:24][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[10:35:24][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[10:35:29][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[10:35:29][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[10:35:32][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[10:35:32][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs

View File

@@ -1,7 +1,7 @@
[11:39:17][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 11:39:17 CEST 2020
[11:39:17][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[11:39:17][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[11:39:22][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[11:39:22][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[11:39:25][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[11:39:25][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs
[21:58:29][FINE/CustomNPCs][noppes.npcs.controllers.ScriptController:87] Tue Apr 07 21:58:29 CEST 2020
[21:58:29][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] Script Engines Available:
[21:58:29][FINE/CustomNPCs][noppes.npcs.CustomNpcs:229] ECMAScript: .js
[21:58:31][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Loading Linked Npcs
[21:58:31][FINE/CustomNPCs][noppes.npcs.controllers.LinkedNpcController:28] Done loading Linked Npcs
[21:58:35][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Loading Dialogs
[21:58:35][FINE/CustomNPCs][noppes.npcs.CustomNpcs:282] Done loading Dialogs

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
logs/debug-5.log.gz Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -6,6 +6,10 @@
"NpcsTimers": [
],
"FactionData": [
{
"Points": 2000,
"Faction": 0
}
],
"BankData": [
],

View File

@@ -1,5 +1,5 @@
#Minecraft server properties
#Tue Apr 07 11:39:22 CEST 2020
#Tue Apr 07 21:58:31 CEST 2020
spawn-protection=29999980
max-tick-time=60000
generator-settings=

View File

@@ -1 +1 @@
[{"name":"Erlias","uuid":"1368ffdd-fb21-45c7-b42b-f94c354e46f9","expiresOn":"2020-05-07 11:42:18 +0200"},{"name":"AltinSystems","uuid":"6dd05a66-0d80-45f9-b7e6-4f0b3acae2d2","expiresOn":"2020-05-06 21:23:59 +0200"},{"name":"Skulduggery_2006","uuid":"b1d06818-40fd-4496-852e-6360457bad42","expiresOn":"2020-05-06 22:02:28 +0200"}]
[{"name":"Skulduggery_2006","uuid":"b1d06818-40fd-4496-852e-6360457bad42","expiresOn":"2020-05-07 22:11:00 +0200"},{"name":"AltinSystems","uuid":"6dd05a66-0d80-45f9-b7e6-4f0b3acae2d2","expiresOn":"2020-05-07 22:06:58 +0200"},{"name":"Skulduggery_2001","uuid":"53a902a9-d4e2-4acd-847f-8fc3de97bb21","expiresOn":"2020-05-07 15:43:04 +0200"},{"name":"Erlias","uuid":"1368ffdd-fb21-45c7-b42b-f94c354e46f9","expiresOn":"2020-05-07 22:10:47 +0200"}]

View File

@@ -1,5 +1,6 @@
{
"1368ffdd-fb21-45c7-b42b-f94c354e46f9": "Erlias",
"b1d06818-40fd-4496-852e-6360457bad42": "Skulduggery_2006",
"6dd05a66-0d80-45f9-b7e6-4f0b3acae2d2": "AltinSystems"
"6dd05a66-0d80-45f9-b7e6-4f0b3acae2d2": "AltinSystems",
"53a902a9-d4e2-4acd-847f-8fc3de97bb21": "Skulduggery_2001"
}

Binary file not shown.

Binary file not shown.

View File

@@ -113,6 +113,12 @@
},
"done": true
},
"minecraft:recipes/decorations/crafting_table": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/purple_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"
@@ -125,6 +131,12 @@
},
"done": true
},
"minecraft:recipes/redstone/trapdoor": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:husbandry/root": {
"criteria": {
"consumed_item": "2020-04-06 21:30:45 +0200"
@@ -185,18 +197,18 @@
},
"done": true
},
"minecraft:recipes/decorations/enchanting_table": {
"criteria": {
"has_obsidian": "2020-04-07 12:46:34 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/white_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"
},
"done": true
},
"minecraft:recipes/decorations/enchanting_table": {
"criteria": {
"has_obsidian": "2020-04-07 12:46:34 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_banner": {
"criteria": {
"has_light_blue_wool": "2020-04-06 21:35:59 +0200"
@@ -221,6 +233,12 @@
},
"done": true
},
"minecraft:recipes/redstone/wooden_pressure_plate": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"
@@ -233,6 +251,12 @@
},
"done": true
},
"minecraft:recipes/misc/stick": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2020-04-06 21:22:53 +0200"
@@ -263,6 +287,12 @@
},
"done": true
},
"minecraft:recipes/decorations/sign": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/green_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"
@@ -287,6 +317,12 @@
},
"done": true
},
"minecraft:recipes/redstone/wooden_button": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"
@@ -335,12 +371,24 @@
},
"done": true
},
"minecraft:recipes/building_blocks/dark_oak_stairs": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:story/enter_the_nether": {
"criteria": {
"entered_nether": "2020-04-07 12:47:17 +0200"
},
"done": true
},
"minecraft:recipes/redstone/dark_oak_door": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:husbandry/balanced_diet": {
"criteria": {
"apple": "2020-04-06 21:35:08 +0200",
@@ -348,6 +396,12 @@
},
"done": false
},
"enderio:root": {
"criteria": {
"location": "2020-04-07 21:35:50 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/cobblestone_slab": {
"criteria": {
"has_cobblestone": "2020-04-06 21:35:53 +0200"
@@ -378,6 +432,18 @@
},
"done": true
},
"minecraft:recipes/redstone/dark_oak_fence_gate": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/dark_oak_wooden_slab": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-06 21:53:51 +0200"
@@ -402,6 +468,12 @@
},
"done": true
},
"minecraft:recipes/decorations/dark_oak_fence": {
"criteria": {
"has_planks": "2020-04-07 14:41:47 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/magenta_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 12:23:48 +0200"

View File

@@ -0,0 +1,350 @@
{
"minecraft:recipes/decorations/purple_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/black_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/advanced_turtle": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"computercraft:recipes/advanced_monitor": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"computercraft:recipes/wireless_modem": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/decorations/black_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/yellow_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/pillar_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-07 15:49:00 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/brewing/glass_bottle": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"plains": "2020-04-07 15:43:04 +0200"
},
"done": false
},
"minecraft:recipes/decorations/gray_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/red_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/purple_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/green_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/lime_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/chest": {
"criteria": {
"has_lots_of_items": "2020-04-07 15:59:49 +0200"
},
"done": true
},
"minecraft:recipes/decorations/magenta_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/quartz_stairs": {
"criteria": {
"has_quartz_block": "2020-04-07 15:49:00 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/quartz_slab": {
"criteria": {
"has_quartz_block": "2020-04-07 15:49:00 +0200"
},
"done": true
},
"computercraft:recipes/cable": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/white_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/cyan_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/normal_turtle": {
"criteria": {
"has_normal": "2020-04-07 15:48:16 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/orange_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/stone_slab": {
"criteria": {
"has_stone": "2020-04-07 16:21:01 +0200"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2020-04-07 15:43:24 +0200"
},
"done": true
},
"minecraft:recipes/redstone/stone_pressure_plate": {
"criteria": {
"has_stone": "2020-04-07 16:21:01 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/brown_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/wired_modem": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"computercraft:recipes/disk_drive": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/green_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/yellow_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/cyan_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/red_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/white_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/normal_monitor": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/stonebrick": {
"criteria": {
"has_stone": "2020-04-07 16:21:01 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/lime_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/printer": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/decorations/pink_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-07 15:49:00 +0200"
},
"done": true
},
"computercraft:recipes/advanced_pocket_computer": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/decorations/glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/brown_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/magenta_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"computercraft:recipes/speaker": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/redstone/stone_button": {
"criteria": {
"has_stone": "2020-04-07 16:21:01 +0200"
},
"done": true
},
"computercraft:recipes/ender_modem": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"computercraft:recipes/normal_pocket_computer": {
"criteria": {
"has_advanced": "2020-04-07 15:48:14 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/pink_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/blue_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_gray_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 15:43:53 +0200"
},
"done": true
}
}

View File

@@ -1,7 +1,109 @@
{
"minecraft:recipes/decorations/light_blue_carpet": {
"minecraft:recipes/decorations/purple_stained_glass_pane": {
"criteria": {
"has_light_blue_wool": "2020-04-06 21:34:21 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/black_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/black_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/yellow_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/pillar_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-06 21:50:33 +0200"
},
"done": true
},
"minecraft:recipes/decorations/lime_carpet": {
"criteria": {
"has_lime_wool": "2020-04-06 21:34:24 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_carpet": {
"criteria": {
"has_orange_wool": "2020-04-06 21:34:20 +0200"
},
"done": true
},
"minecraft:recipes/decorations/lime_banner": {
"criteria": {
"has_lime_wool": "2020-04-06 21:34:24 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/brewing/glass_bottle": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/brewing/cauldron": {
"criteria": {
"has_water_bucket": "2020-04-07 21:17:35 +0200"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"plains": "2020-04-06 21:17:54 +0200"
},
"done": false
},
"minecraft:recipes/decorations/gray_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/armor_stand": {
"criteria": {
"has_stone_slab": "2020-04-07 14:08:32 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/red_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/purple_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/green_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
@@ -11,15 +113,33 @@
},
"done": true
},
"minecraft:recipes/decorations/lime_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/chest": {
"criteria": {
"has_lots_of_items": "2020-04-06 21:34:49 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_banner": {
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"has_orange_wool": "2020-04-06 21:34:20 +0200"
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/decorations/magenta_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/painting": {
"criteria": {
"has_wool": "2020-04-06 21:34:20 +0200"
},
"done": true
},
@@ -35,21 +155,9 @@
},
"done": true
},
"minecraft:recipes/building_blocks/pillar_quartz_block": {
"minecraft:recipes/building_blocks/white_stained_glass": {
"criteria": {
"has_quartz_block": "2020-04-06 21:50:33 +0200"
},
"done": true
},
"minecraft:recipes/decorations/painting": {
"criteria": {
"has_wool": "2020-04-06 21:34:20 +0200"
},
"done": true
},
"minecraft:recipes/decorations/lime_carpet": {
"criteria": {
"has_lime_wool": "2020-04-06 21:34:24 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
@@ -59,6 +167,108 @@
},
"done": true
},
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/decorations/cyan_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/orange_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2020-04-06 21:24:15 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/brown_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/transportation/boat": {
"criteria": {
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/green_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/yellow_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_carpet": {
"criteria": {
"has_light_blue_wool": "2020-04-06 21:34:21 +0200"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"entered_water": "2020-04-07 21:13:04 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/cyan_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/red_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/white_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_bed": {
"criteria": {
"has_orange_wool": "2020-04-06 21:34:20 +0200"
@@ -71,15 +281,51 @@
},
"done": false
},
"minecraft:recipes/decorations/orange_carpet": {
"minecraft:recipes/building_blocks/lime_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/pink_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-06 21:50:33 +0200"
},
"done": true
},
"minecraft:recipes/decorations/brown_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_banner": {
"criteria": {
"has_orange_wool": "2020-04-06 21:34:20 +0200"
},
"done": true
},
"minecraft:recipes/decorations/lime_banner": {
"minecraft:recipes/building_blocks/magenta_stained_glass": {
"criteria": {
"has_lime_wool": "2020-04-06 21:34:24 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
@@ -89,21 +335,27 @@
},
"done": true
},
"minecraft:adventure/root": {
"minecraft:recipes/building_blocks/light_blue_stained_glass": {
"criteria": {
"killed_by_something": "2020-04-06 21:24:15 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"minecraft:recipes/building_blocks/pink_stained_glass": {
"criteria": {
"plains": "2020-04-06 21:17:54 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": false
"done": true
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"minecraft:recipes/decorations/light_gray_stained_glass_pane": {
"criteria": {
"has_quartz_block": "2020-04-06 21:50:33 +0200"
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},
"minecraft:recipes/decorations/blue_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:07:02 +0200"
},
"done": true
},

View File

@@ -1,13 +1,19 @@
{
"computercraft:recipes/advanced_monitor": {
"minecraft:recipes/decorations/purple_stained_glass_pane": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/misc/pink_dye_from_red_bonemeal": {
"minecraft:recipes/building_blocks/black_stained_glass": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/advanced_turtle": {
"criteria": {
"has_advanced": "2020-04-07 15:48:03 +0200"
},
"done": true
},
@@ -17,9 +23,9 @@
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"minecraft:recipes/redstone/lever": {
"criteria": {
"has_glowstone_dust": "2020-04-06 21:53:50 +0200"
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
@@ -29,33 +35,21 @@
},
"done": true
},
"minecraft:recipes/combat/iron_sword": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/misc/magenta_dye_from_lapis_ink_bonemeal": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"computercraft:recipes/normal_monitor": {
"minecraft:recipes/combat/golden_chestplate": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_bed": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
},
"done": true
},
"minecraft:husbandry/balanced_diet": {
"criteria": {
"apple": "2020-04-06 21:35:20 +0200"
},
"done": false
},
"minecraft:recipes/decorations/orange_carpet": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
@@ -65,39 +59,39 @@
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"minecraft:recipes/building_blocks/gray_stained_glass": {
"criteria": {
"has_glowstone_dust": "2020-04-06 21:53:50 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/printer": {
"minecraft:recipes/tools/iron_pickaxe": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/misc/gray_dye": {
"minecraft:recipes/brewing/glass_bottle": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"minecraft:recipes/decorations/light_blue_stained_glass_pane": {
"criteria": {
"plains": "2020-04-06 21:18:06 +0200"
},
"done": false
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-06 21:52:45 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/advanced_pocket_computer": {
"minecraft:recipes/tools/golden_hoe": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/purple_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
@@ -107,9 +101,15 @@
},
"done": true
},
"minecraft:husbandry/root": {
"minecraft:recipes/decorations/lime_stained_glass_pane": {
"criteria": {
"consumed_item": "2020-04-06 21:35:20 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/misc/iron_nugget": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
@@ -119,15 +119,15 @@
},
"done": true
},
"minecraft:recipes/decorations/orange_banner": {
"minecraft:recipes/combat/golden_sword": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/misc/bone_meal_from_block": {
"minecraft:recipes/decorations/magenta_stained_glass_pane": {
"criteria": {
"has_the_recipe": "2020-04-06 21:30:59 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
@@ -137,45 +137,243 @@
},
"done": true
},
"minecraft:recipes/building_blocks/quartz_stairs": {
"criteria": {
"has_quartz_block": "2020-04-06 21:52:45 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/quartz_slab": {
"criteria": {
"has_quartz_block": "2020-04-06 21:52:45 +0200"
},
"done": true
},
"computercraft:recipes/cable": {
"minecraft:recipes/building_blocks/white_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/normal_computer": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/decorations/cyan_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/tools/shears": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/stone_slab": {
"criteria": {
"has_stone": "2020-04-07 16:22:07 +0200"
},
"done": true
},
"computercraft:recipes/wired_modem": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"computercraft:recipes/speaker": {
"minecraft:recipes/building_blocks/green_stained_glass": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/misc/light_gray_dye_from_ink_bonemeal": {
"minecraft:recipes/redstone/light_weighted_pressure_plate": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"minecraft:recipes/tools/stone_shovel": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/decorations/yellow_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/misc/pink_dye_from_red_bonemeal": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"computercraft:recipes/normal_turtle": {
"minecraft:recipes/decorations/light_blue_carpet": {
"criteria": {
"has_light_blue_wool": "2020-04-07 22:15:35 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/cyan_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/normal_monitor": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"computercraft:recipes/ender_modem": {
"minecraft:recipes/misc/gold_nugget": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/combat/iron_leggings": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/tools/golden_axe": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:husbandry/balanced_diet": {
"criteria": {
"apple": "2020-04-06 21:35:20 +0200"
},
"done": false
},
"minecraft:recipes/tools/iron_axe": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/glowstone": {
"criteria": {
"has_glowstone_dust": "2020-04-06 21:53:50 +0200"
},
"done": true
},
"minecraft:recipes/combat/shield": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/combat/golden_helmet": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/jungle_planks": {
"criteria": {
"has_log": "2020-04-07 16:14:21 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/cobblestone_slab": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/tools/lead": {
"criteria": {
"has_slime_ball": "2020-04-07 16:03:19 +0200"
},
"done": true
},
"minecraft:recipes/misc/bucket": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/combat/iron_boots": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/chiseled_quartz_block": {
"criteria": {
"has_quartz_block": "2020-04-06 21:52:45 +0200"
},
"done": true
},
"minecraft:recipes/redstone/hopper": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/misc/bone_meal_from_bone": {
"criteria": {
"has_bone": "2020-04-07 16:20:59 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_banner": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:story/root": {
"criteria": {
"crafting_table": "2020-04-07 15:58:57 +0200"
},
"done": true
},
"minecraft:recipes/misc/slime_ball": {
"criteria": {
"has_the_recipe": "2020-04-07 16:03:25 +0200"
},
"done": true
},
"minecraft:recipes/redstone/stone_button": {
"criteria": {
"has_stone": "2020-04-07 16:22:07 +0200"
},
"done": true
},
"minecraft:recipes/redstone/dropper": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/combat/iron_chestplate": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
@@ -185,34 +383,514 @@
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2020-04-06 21:22:53 +0200"
},
"done": true
},
"computercraft:recipes/wired_modem": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/misc/lime_dye": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"minecraft:recipes/tools/golden_shovel": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/combat/iron_helmet": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/redstone/noteblock": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"computercraft:recipes/advanced_monitor": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/decorations/black_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/yellow_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/tools/compass": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/redstone/repeater": {
"criteria": {
"has_redstone_torch": "2020-04-07 13:58:01 +0200"
},
"done": true
},
"minecraft:adventure/kill_a_mob": {
"criteria": {
"slime": "2020-04-07 16:00:44 +0200"
},
"done": true
},
"minecraft:recipes/decorations/iron_bars": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/tools/golden_pickaxe": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/decorations/orange_carpet": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
},
"done": true
},
"minecraft:recipes/redstone/sticky_piston": {
"criteria": {
"has_slime_ball": "2020-04-07 16:03:19 +0200"
},
"done": true
},
"minecraft:story/mine_stone": {
"criteria": {
"get_stone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/transportation/minecart": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/decorations/furnace": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/misc/gray_dye": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"minecraft:recipes/brewing/cauldron": {
"criteria": {
"has_water_bucket": "2020-04-07 21:07:34 +0200"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"plains": "2020-04-06 21:18:06 +0200"
},
"done": false
},
"minecraft:recipes/redstone/iron_door": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/decorations/gray_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/advanced_computer": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/decorations/armor_stand": {
"criteria": {
"has_stone_slab": "2020-04-07 14:08:42 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/red_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/green_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/tools/iron_hoe": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:husbandry/root": {
"criteria": {
"consumed_item": "2020-04-06 21:35:20 +0200"
},
"done": true
},
"minecraft:recipes/redstone/redstone_torch": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"minecraft:recipes/food/golden_apple": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/combat/stone_sword": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/quartz_stairs": {
"criteria": {
"has_quartz_block": "2020-04-06 21:52:45 +0200"
},
"done": true
},
"computercraft:recipes/cable": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/decorations/cobblestone_wall": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/misc/light_gray_dye_from_ink_bonemeal": {
"criteria": {
"has_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_banner": {
"criteria": {
"has_light_blue_wool": "2020-04-07 22:15:35 +0200"
},
"done": true
},
"minecraft:recipes/tools/iron_shovel": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"minecraft:recipes/tools/stone_pickaxe": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/redstone/iron_trapdoor": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"computercraft:recipes/normal_turtle": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/orange_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2020-04-06 21:22:53 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/brown_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/redstone/stone_pressure_plate": {
"criteria": {
"has_stone": "2020-04-07 16:22:07 +0200"
},
"done": true
},
"minecraft:recipes/transportation/boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"computercraft:recipes/disk_drive": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_gray_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
"criteria": {
"has_iron_ingot": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/tools/clock": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/tools/stone_hoe": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"entered_water": "2020-04-07 21:08:42 +0200"
},
"done": true
},
"minecraft:recipes/combat/spectral_arrow": {
"criteria": {
"has_glowstone_dust": "2020-04-06 21:53:50 +0200"
},
"done": true
},
"minecraft:recipes/decorations/red_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/white_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:adventure/kill_all_mobs": {
"criteria": {
"slime": "2020-04-07 16:00:44 +0200"
},
"done": false
},
"minecraft:recipes/decorations/orange_bed": {
"criteria": {
"has_orange_wool": "2020-04-06 21:36:01 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/polished_granite": {
"criteria": {
"has_stone": "2020-04-07 21:30:39 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/stonebrick": {
"criteria": {
"has_stone": "2020-04-07 16:22:07 +0200"
},
"done": true
},
"minecraft:recipes/redstone/piston": {
"criteria": {
"has_redstone": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"minecraft:recipes/combat/golden_leggings": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
},
"enderio:root": {
"criteria": {
"location": "2020-04-07 21:35:17 +0200"
},
"done": true
},
"computercraft:recipes/printer": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/lime_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/pink_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/stone_stairs": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"computercraft:recipes/advanced_pocket_computer": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:recipes/decorations/brown_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/misc/bone_meal_from_block": {
"criteria": {
"has_the_recipe": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/magenta_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"computercraft:recipes/speaker": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"computercraft:recipes/ender_modem": {
"criteria": {
"has_normal": "2020-04-06 21:33:46 +0200"
},
"done": true
},
"minecraft:story/smelt_iron": {
"criteria": {
"iron": "2020-04-07 16:00:10 +0200"
},
"done": true
},
"minecraft:recipes/tools/stone_axe": {
"criteria": {
"has_cobblestone": "2020-04-07 21:30:30 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/light_blue_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_blue_bed": {
"criteria": {
"has_light_blue_wool": "2020-04-07 22:15:35 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/pink_stained_glass": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/light_gray_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/blue_stained_glass_pane": {
"criteria": {
"has_glass": "2020-04-07 13:01:43 +0200"
},
"done": true
},
"minecraft:recipes/decorations/slime": {
"criteria": {
"has_at_least_9_slime_ball": "2020-04-07 16:03:25 +0200"
},
"done": true
},
"minecraft:recipes/building_blocks/bone_block": {
"criteria": {
"has_at_least_9_bonemeal": "2020-04-06 21:30:59 +0200"
},
"done": true
},
"minecraft:recipes/combat/golden_boots": {
"criteria": {
"has_gold_ingot": "2020-04-07 13:28:45 +0200"
},
"done": true
}
}

View File

@@ -0,0 +1,17 @@
shell.run("clear")
function Passwort()
print("Passwort eingeben\n\n")
write(Passwort : ")
Passwort =io.read()
if Passwort =="2222" then
shell.run("clear")
rs.setBundledOutput("bottom",colors.red)
sleep(7)
rs.setBundledOutput("bottom",colors.white)
shell.run("clear")
Passwort()
else
shell.run("clear")
shell.run("reboot")

View File

@@ -0,0 +1,3 @@
rs.setOutput( back )
sleep(3)
rs.setOutput( right )

View File

@@ -1 +1 @@
1
10

View File

@@ -6,6 +6,10 @@
"NpcsTimers": [
],
"FactionData": [
{
"Points": 2000,
"Faction": 0
}
],
"BankData": [
],

View File

@@ -0,0 +1,27 @@
{
"ItemGiverChained": [
],
"TransportData": [
],
"NpcsTimers": [
],
"FactionData": [
],
"BankData": [
],
"ItemGiversList": [
],
"MailData": [
],
"PlayerName": "Skulduggery_2001",
"QuestData": {
"CompletedQuests": [
],
"ActiveQuests": [
]
},
"UUID": "53a902a9-d4e2-4acd-847f-8fc3de97bb21",
"PlayerCompanionId": 0,
"DialogData": [
]
}

View File

@@ -6,6 +6,10 @@
"NpcsTimers": [
],
"FactionData": [
{
"Points": 2000,
"Faction": 0
}
],
"BankData": [
],

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
{"stat.pickup.techguns.itemshared":192,"stat.walkOneCm":174177,"stat.playerKills":29,"stat.pickup.chiselsandbits.chiseled_glass":1,"stat.useItem.chiselsandbits.chiseled_glass":50,"stat.leaveGame":5,"stat.pickup.techguns.t2_riot_boots":1,"stat.useItem.chiselsandbits.block_bit":18,"stat.useItem.minecraft.apple":15,"stat.pickup.techguns.t2_commando_chestplate":2,"stat.jump":543,"stat.fallOneCm":8078,"stat.useItem.minecraft.milk_bucket":1,"stat.useItem.minecraft.fire_charge":1,"stat.crouchOneCm":10671,"stat.pickup.techguns.t2_riot_leggings":1,"stat.mineBlock.minecraft.wool":69,"stat.pickup.techguns.t2_commando_leggings":2,"stat.pickup.minecraft.dirt":1,"stat.sprintOneCm":201225,"stat.useItem.minecraft.stone_slab2":1398,"stat.pickup.minecraft.apple":115,"stat.useItem.minecraft.water_bucket":31,"stat.pickup.techguns.t2_riot_helmet":1,"stat.damageTaken":420,"stat.drop.chiselsandbits.chiseled_glass":1,"stat.pickup.techguns.m4_infiltrator":1,"stat.useItem.minecraft.golden_apple":1,"stat.flyOneCm":1314127,"stat.pickup.techguns.t2_commando_helmet":2,"stat.pickup.minecraft.wheat_seeds":9,"stat.drop":1,"stat.playOneMinute":191444,"stat.pickup.minecraft.red_flower":2,"stat.sneakTime":4182,"stat.pickup.minecraft.wool":69,"stat.useItem.minecraft.wool":109,"stat.timeSinceDeath":191444,"stat.pickup.techguns.t2_commando_boots":3}
{"stat.useItem.minecraft.quartz_block":19,"stat.leaveGame":9,"stat.pickup.techguns.t2_riot_boots":1,"stat.useItem.chiselsandbits.block_bit":687,"stat.useItem.minecraft.apple":15,"stat.pickup.chisel.glassdyedblue":1,"stat.useItem.chisel.glassdyedblue":93,"stat.jump":1657,"stat.swimOneCm":1368,"stat.fallOneCm":10062,"stat.useItem.minecraft.fire_charge":1,"stat.crouchOneCm":17879,"stat.pickup.techguns.t2_riot_leggings":1,"stat.pickup.minecraft.glass":1,"stat.pickup.techguns.t2_commando_leggings":2,"stat.useItem.microblockcbe.microblock":676,"stat.pickup.minecraft.dirt":1,"stat.useItem.minecraft.stone_slab2":9226,"stat.useItem.minecraft.water_bucket":34,"stat.pickup.chisel.glasspanedyedblue":1,"stat.damageTaken":930,"stat.pickup.techguns.m4_infiltrator":1,"stat.flyOneCm":7136444,"stat.useItem.minecraft.ender_pearl":1,"stat.pickup.minecraft.wheat_seeds":10,"stat.pickup.minecraft.quartz_block":3,"stat.useItem.minecraft.wool":109,"stat.timeSinceDeath":40482,"stat.pickup.techguns.t2_commando_boots":3,"stat.pickup.malisisdoors.customdooritem":22,"stat.pickup.chiselsandbits.block_bit":1,"stat.pickup.techguns.itemshared":322,"stat.walkOneCm":530684,"stat.playerKills":39,"stat.pickup.chiselsandbits.chiseled_glass":4,"stat.pickup.minecraft.wooden_axe":1,"stat.useItem.chiselsandbits.chiseled_glass":401,"stat.pickup.malisisdoors.wood_sliding_door":1,"stat.useItem.projectred-transmission.wire":8,"stat.pickup.techguns.t2_commando_chestplate":2,"stat.useItem.minecraft.milk_bucket":1,"stat.mineBlock.minecraft.wool":69,"stat.sprintOneCm":326794,"stat.pickup.minecraft.apple":115,"stat.useItem.minecraft.stone_slab":7,"stat.pickup.techguns.t2_riot_helmet":1,"stat.pickup.minecraft.grass":1,"stat.drop.chiselsandbits.chiseled_glass":1,"stat.useItem.chiselsandbits.chiseled_rock":378,"stat.useItem.minecraft.golden_apple":1,"stat.deaths":3,"stat.pickup.techguns.t2_commando_helmet":2,"stat.drop":1,"stat.playOneMinute":694571,"stat.pickup.minecraft.torch":1,"stat.pickup.enderio.block_painted_glowstone_solid":1,"stat.pickup.minecraft.red_flower":2,"stat.sneakTime":16894,"stat.pickup.minecraft.wool":69,"stat.useItem.chiselsandbits.tape_measure":31,"stat.useItem.malisisdoors.customdooritem":22}

View File

@@ -0,0 +1 @@
{"stat.drop.techguns.itemshared":1,"stat.drop.computercraft.peripheral":2,"stat.walkOneCm":43968,"stat.pickup.chisel.blockplatinum":64,"stat.useItem.minecraft.ice":20,"stat.useItem.chisel.blocklead":20,"stat.pickup.chisel.diamond":64,"stat.useItem.chisel.blockcobalt":19,"stat.useItem.minecraft.stone":46,"stat.useItem.chiselsandbits.chiseled_glass":1,"stat.leaveGame":1,"stat.pickup.minecraft.grass":1,"stat.pickup.chisel.blockcobalt":64,"stat.drop.chisel.stonebrick2":1,"stat.pickup.securitycraft.bucket_f_lava":1,"stat.damageTaken":400,"stat.drop.chiselsandbits.chiseled_glass":2,"stat.drop.minecraft.dirt":2,"stat.pickup.chisel.glassdyedblue":1,"stat.useItem.minecraft.packed_ice":20,"stat.flyOneCm":729007,"stat.useItem.chisel.diamond":20,"stat.deaths":3,"stat.useItem.securitycraft.bucket_f_lava":6,"stat.drop":11,"stat.useItem.chisel.blockplatinum":20,"stat.jump":65,"stat.playOneMinute":52066,"stat.useItem.securitycraft.bucket_f_water":1,"stat.pickup.chisel.blocklead":64,"stat.pickup.enderio.block_painted_glowstone_solid":1,"stat.pickup.securitycraft.bucket_f_water":1,"stat.sneakTime":3068,"stat.drop.minecraft.quartz_block":1,"stat.crouchOneCm":3499,"stat.timeSinceDeath":29500,"stat.useItem.microblockcbe.microblock":8,"stat.pickup.minecraft.dirt":3,"stat.pickup.minecraft.ice":64,"stat.sprintOneCm":22374,"stat.mineBlock.minecraft.dirt":1,"stat.useItem.minecraft.stone_slab2":443,"stat.useItem.minecraft.spawn_egg":42,"stat.drop.minecraft.grass":1,"stat.drop.minecraft.glass":1}

View File

@@ -1 +1 @@
{"stat.drop.techguns.itemshared":64,"stat.pickup.techguns.nucleardeathray":1,"stat.pickup.techguns.itemshared":192,"stat.walkOneCm":45735,"stat.playerKills":6,"stat.pickup.techguns.t2_riot_helmet":1,"stat.leaveGame":1,"stat.damageTaken":1146,"stat.pickup.techguns.m4_infiltrator":1,"stat.pickup.techguns.t2_riot_boots":1,"stat.useItem.minecraft.apple":3,"stat.pickup.techguns.t2_commando_chestplate":1,"stat.pickup.techguns.pulserifle":1,"stat.drop.props.props":1,"stat.flyOneCm":389986,"stat.deaths":7,"stat.pickup.techguns.t2_commando_helmet":1,"stat.drop":2,"stat.pickup.techguns.t2_riot_chestplate":1,"stat.jump":669,"stat.playOneMinute":50754,"stat.fallOneCm":11243,"stat.sneakTime":3578,"stat.pickup.minecraft.wool":9,"stat.pickup.techguns.fraggrenade":16,"stat.crouchOneCm":7367,"stat.pickup.techguns.t2_riot_leggings":1,"stat.useItem.minecraft.wool":70,"stat.mineBlock.minecraft.wool":10,"stat.timeSinceDeath":18774,"stat.pickup.techguns.t2_commando_leggings":1,"stat.pickup.techguns.t2_commando_boots":1,"stat.pickup.minecraft.dirt":6,"stat.useItem.minecraft.dirt":5,"stat.sprintOneCm":35940,"stat.mineBlock.minecraft.dirt":6,"stat.useItem.minecraft.stone_slab2":42}
{"stat.leaveGame":6,"stat.pickup.techguns.t2_riot_boots":1,"stat.useItem.chiselsandbits.block_bit":57,"stat.useItem.minecraft.apple":3,"stat.drop.psi.psimetal_exosuit_boots":1,"stat.jump":1513,"stat.swimOneCm":5173,"stat.fallOneCm":17792,"stat.pickup.securitycraft.briefcase":2,"stat.pickup.techguns.fraggrenade":16,"stat.crouchOneCm":9248,"stat.pickup.techguns.t2_riot_leggings":1,"stat.pickup.techguns.t2_commando_leggings":1,"stat.pickup.minecraft.dirt":6,"stat.useItem.minecraft.dirt":5,"stat.useItem.minecraft.stone_slab2":553,"stat.useItem.minecraft.water_bucket":12,"stat.pickup.techguns.nucleardeathray":1,"stat.useItem.chisel.blockcobalt":5,"stat.damageTaken":1966,"stat.pickup.techguns.m4_infiltrator":1,"stat.drop.minecraft.water_bucket":1,"stat.flyOneCm":1752293,"stat.pickup.psi.cad":1,"stat.damageDealt":8,"stat.useItem.minecraft.wool":134,"stat.timeSinceDeath":36995,"stat.pickup.techguns.t2_commando_boots":1,"stat.mineBlock.minecraft.dirt":6,"stat.drop.techguns.itemshared":64,"stat.pickup.techguns.itemshared":192,"stat.walkOneCm":168215,"stat.playerKills":6,"stat.pickup.minecraft.wooden_axe":1,"stat.useItem.chiselsandbits.chiseled_glass":21,"stat.pickup.techguns.t2_commando_chestplate":1,"stat.drop.minecraft.wool":6,"stat.pickup.techguns.pulserifle":1,"stat.drop.minecraft.stone_slab":1,"stat.mineBlock.minecraft.wool":10,"stat.sprintOneCm":115090,"stat.drop.psi.psimetal_exosuit_leggings":2,"stat.useItem.minecraft.stone_slab":2,"stat.pickup.techguns.t2_riot_helmet":1,"stat.drop.chiselsandbits.chiseled_glass":1,"stat.useItem.chisel.cobblestonemossy":11,"stat.drop.props.props":1,"stat.drop.securitycraft.briefcase":1,"stat.pickup.chisel.cobblestonemossy":1,"stat.deaths":10,"stat.pickup.minecraft.water_bucket":1,"stat.pickup.techguns.t2_commando_helmet":1,"stat.drop":24,"stat.pickup.techguns.t2_riot_chestplate":1,"stat.playOneMinute":233396,"stat.sneakTime":5388,"stat.pickup.minecraft.wool":15,"stat.drop.chisel.cobblestonemossy":9,"stat.pickup.minecraft.stone_slab":1,"stat.useItem.psi.cad":1,"stat.diveOneCm":530}

View File

@@ -1 +1 @@
{"stat.drop.techguns.itemshared":64,"stat.pickup.techguns.itemshared":322,"stat.walkOneCm":70375,"stat.leaveGame":3,"stat.pickup.techguns.t2_riot_boots":1,"stat.mineBlock.minecraft.double_plant":1,"stat.useItem.minecraft.apple":10,"stat.pickup.techguns.pulserifle":3,"stat.jump":625,"stat.fallOneCm":14087,"stat.pickup.techguns.fraggrenade":28,"stat.crouchOneCm":22353,"stat.pickup.techguns.t2_riot_leggings":1,"stat.mineBlock.minecraft.wool":23,"stat.drop.techguns.pulserifle":1,"stat.pickup.minecraft.dirt":23,"stat.useItem.minecraft.dirt":77,"stat.sprintOneCm":83399,"stat.useItem.minecraft.stone_slab2":237,"stat.pickup.techguns.nucleardeathray":1,"stat.pickup.techguns.t2_riot_helmet":1,"stat.damageTaken":7200,"stat.pickup.techguns.m4_infiltrator":2,"stat.useItem.minecraft.dye":77,"stat.flyOneCm":314637,"stat.deaths":32,"stat.pickup.props.props":1,"stat.drop":3,"stat.pickup.techguns.t2_riot_chestplate":1,"stat.playOneMinute":52781,"stat.sneakTime":9189,"stat.pickup.minecraft.wool":27,"stat.useItem.minecraft.wool":82,"stat.timeSinceDeath":21888,"stat.mineBlock.minecraft.tallgrass":2,"stat.drop.techguns.nucleardeathray":1}
{"stat.pickup.minecraft.redstone_torch":1,"stat.leaveGame":7,"stat.pickup.chisel.blockcobalt":4,"stat.useItem.chiselsandbits.block_bit":148,"stat.craftItem.microblockcbe.microblock":14,"stat.swimOneCm":4455,"stat.useItem.minecraft.dirt":77,"stat.useItem.minecraft.stone_slab2":2457,"stat.useItem.minecraft.water_bucket":6,"stat.pickup.techguns.item_bunkerdoor":11,"stat.useItem.psi.psimetal_sword":5,"stat.pickup.techguns.m4_infiltrator":2,"stat.useItem.customnpcs.npcsoulstonefilled":3,"stat.pickup.minecraft.cobblestone":7,"stat.flyOneCm":2064437,"stat.pickup.psi.cad":1,"stat.pickup.minecraft.redstone":1,"stat.timeSinceDeath":45293,"stat.pickup.psi.psimetal_exosuit_leggings":3,"stat.useItem.minecraft.spawn_egg":2,"stat.pickup.chiselsandbits.block_bit":64,"stat.pickup.projectred-transmission.wire":40,"stat.useItem.chiselsandbits.chiseled_glass":26,"stat.pickup.chisel.chisel_diamond":2,"stat.useItem.projectred-transmission.wire":146,"stat.pickup.techguns.pulserifle":3,"stat.craftItem.techguns.as50":1,"stat.drop.techguns.pulserifle":1,"stat.pickup.carpentersblocks.carpenters_slope":2,"stat.sprintOneCm":326865,"stat.pickup.securitycraft.security_camera":2,"stat.pickup.minecraft.grass":1,"stat.drop.techguns.boltaction":1,"stat.useItem.minecraft.dye":77,"stat.useItem.chiselsandbits.chiseled_rock":3,"stat.drop.chiselsandbits.block_bit":64,"stat.deaths":50,"stat.drop":10,"stat.pickup.techguns.t2_riot_chestplate":1,"stat.playOneMinute":278302,"stat.drop.securitycraft.taser":1,"stat.drop.techguns.m4":1,"stat.pickup.minecraft.slime_ball":15,"stat.pickup.securitycraft.taser":1,"stat.useItem.securitycraft.camera_monitor":4,"stat.mineBlock.minecraft.tallgrass":2,"stat.diveOneCm":1452,"stat.drop.techguns.nucleardeathray":1,"stat.pickup.techguns.t1_scout_leggings":1,"stat.useItem.malisisdoors.rustyhatch":5,"stat.killEntity.Slime":90,"stat.pickup.techguns.t2_riot_boots":1,"stat.useItem.minecraft.apple":10,"stat.useItem.securitycraft.sentry":8,"stat.jump":1526,"stat.fallOneCm":42016,"stat.pickup.minecraft.iron_ingot":2,"stat.pickup.securitycraft.briefcase":1,"stat.pickup.techguns.fraggrenade":28,"stat.crouchOneCm":72598,"stat.pickup.techguns.t2_riot_leggings":1,"stat.useItem.microblockcbe.microblock":54,"stat.useItem.projectred-integration.gate":4,"stat.pickup.minecraft.dirt":27,"stat.killEntity.techguns.ZombiePoliceman":9,"stat.craftingTableInteraction":4,"stat.pickup.techguns.nucleardeathray":1,"stat.pickup.computercraft.peripheral":1,"stat.damageTaken":11455,"stat.useItem.customnpcs.npcwand":1,"stat.pickup.minecraft.quartz_block":3,"stat.drop.securitycraft.wire_cutters":1,"stat.damageDealt":160,"stat.killEntity.techguns.ZombiePigmanSoldier":1,"stat.useItem.minecraft.wool":82,"stat.pickup.chisel.chisel_hitech":1,"stat.drop.techguns.itemshared":64,"stat.pickup.techguns.itemshared":326,"stat.walkOneCm":308839,"stat.playerKills":3,"stat.mineBlock.minecraft.double_plant":1,"stat.useItem.projectred-transmission.framed_wire":9,"stat.pickup.minecraft.log":1,"stat.pickup.minecraft.stone":1,"stat.mineBlock.minecraft.wool":23,"stat.pickup.minecraft.gold_ingot":2,"stat.pickup.techguns.t2_riot_helmet":1,"stat.mobKills":100,"stat.mineBlock.minecraft.log":1,"stat.drop.securitycraft.briefcase":2,"stat.pickup.chisel.cobblestonemossy":5,"stat.pickup.props.props":1,"stat.pickup.enderio.block_painted_glowstone_solid":3,"stat.sneakTime":22179,"stat.pickup.minecraft.wool":27,"stat.useItem.chiselsandbits.tape_measure":11,"stat.pickup.psi.psimetal_exosuit_boots":1,"stat.useItem.psi.cad":4}