|
Blockly.defineBlocksWithJsonArray([ |
|
{ |
|
"type": "set_player", |
|
"message0": "Set Player's %1 to %2", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"x position", |
|
"1" |
|
], |
|
[ |
|
"y position", |
|
"2" |
|
], |
|
[ |
|
"x speed", |
|
"3" |
|
], |
|
[ |
|
"y speed", |
|
"4" |
|
], |
|
[ |
|
"position", |
|
"5" |
|
], |
|
[ |
|
"hearts", |
|
"6" |
|
], |
|
[ |
|
"hungry", |
|
"7" |
|
], |
|
[ |
|
"air level", |
|
"8" |
|
], |
|
[ |
|
"what He has", |
|
"9" |
|
], |
|
[ |
|
"inventory cursor", |
|
"10" |
|
], |
|
[ |
|
"what He is looking at", |
|
"11" |
|
], |
|
[ |
|
"attack power", |
|
"12" |
|
], |
|
[ |
|
"mining speed", |
|
"13" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "change_player", |
|
"message0": "Change Player's %1 by %2", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"x position", |
|
"1" |
|
], |
|
[ |
|
"y position", |
|
"2" |
|
], |
|
[ |
|
"x speed", |
|
"3" |
|
], |
|
[ |
|
"y s@eed", |
|
"4" |
|
], |
|
[ |
|
"position", |
|
"5" |
|
], |
|
[ |
|
"hearts", |
|
"6" |
|
], |
|
[ |
|
"hungry", |
|
"7" |
|
], |
|
[ |
|
"air level", |
|
"8" |
|
], |
|
[ |
|
"what he has", |
|
"9" |
|
], |
|
[ |
|
"inventory cursor", |
|
"10" |
|
], |
|
[ |
|
"what he is looking at", |
|
"11" |
|
], |
|
[ |
|
"attack power", |
|
"12" |
|
], |
|
[ |
|
"mining speed", |
|
"13" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "set_inventory", |
|
"message0": "Set the item %1 %2 in your invantory to %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "place" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"ID", |
|
"1" |
|
], |
|
[ |
|
"stock", |
|
"2" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"inputsInline": true, |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "set_block", |
|
"message0": "Turns a block at %1 into %2", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "place" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"inputsInline": true, |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "set_flymode", |
|
"message0": "Turn %1 fly mode", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value", |
|
"check": "Boolean" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "drop", |
|
"message0": "Drops %3 %2 at %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "place" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "quant" |
|
} |
|
], |
|
"inputsInline": true, |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "explosion", |
|
"message0": "Explodes within a radius of %2 from %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "place" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "radius" |
|
} |
|
], |
|
"inputsInline": true, |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "craft_recipe", |
|
"message0": "Added crafting recipes %1 %2 %3 %4 %5 %6 %7 %8 → %9 × %10 %11 %12 %13 %14 ( In no particular order %15 ) %16", |
|
"args0": [ |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "1" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "2" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "3" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "4" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "5" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "6" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "quant" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "7" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "8" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "9" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "npo", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "smelt_recipe", |
|
"message0": "Added smelting recipe %1 → %2", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "original" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "processed" |
|
} |
|
], |
|
"inputsInline": true, |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "add_data", |
|
"message0": "Add block data %1 Name: %2 %3 Costume ID: %4 %5 Mining time: %6 %7 The right tool: %8 %9 Gravity effects: %10 %11 Drop: %12 %13 Smelting Results: %14 %15 Fuel Time: %16 %17 Contact Damage: %18 %19 Creative Type: %20 %21", |
|
"args0": [ |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "1" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "2" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "3" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "4" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "5", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "6" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "7" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "8" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "9" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "10" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "add_food", |
|
"message0": "Add food data %1 Item ID: %2 %3 Hunger: %4 %5 Hidden Hunger: %6 %7 Toxicity rate ( %% ): %8 %9 What remains: %10 %11 Use on a full stomach: %12 %13", |
|
"args0": [ |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "1" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "2" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "3" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "4" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "5" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "6", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "set_texture", |
|
"message0": "Change %1 texture to costume %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "block" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "looks" |
|
}, |
|
{ |
|
"type": "set_skin", |
|
"message0": "Set skin to %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value", |
|
"check": "Boolean" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "looks" |
|
}, |
|
{ |
|
"type": "player_skin", |
|
"message0": "Player's skin", |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "looks" |
|
}, |
|
{ |
|
"type": "skin", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"Steve", |
|
"0" |
|
], |
|
[ |
|
"Alex", |
|
"1" |
|
] |
|
] |
|
} |
|
], |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "looks" |
|
}, |
|
{ |
|
"type": "play_sound", |
|
"message0": "Play %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sound" |
|
}, |
|
{ |
|
"type": "world_loads", |
|
"message0": "When the world is loaded", |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "events" |
|
}, |
|
{ |
|
"type": "forever", |
|
"implicitAlign0": "RIGHT", |
|
"message0": "Forever %1 %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_dummy" |
|
}, |
|
{ |
|
"type": "input_statement", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "field_image", |
|
"src": "./data/repeat.svg", |
|
"width": 24, |
|
"height": 24, |
|
"alt": "*", |
|
"flipRtl": false |
|
} |
|
], |
|
"previousStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "control" |
|
}, |
|
{ |
|
"type": "if", |
|
"message0": "If %1 then %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "bool", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_statement", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "control" |
|
}, |
|
{ |
|
"type": "else", |
|
"message0": "If %1 then %2 %3 else %4 %5", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "bool", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_statement", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_statement", |
|
"name": "value2" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "control" |
|
}, |
|
{ |
|
"type": "search", |
|
"message0": "Chunk Processing %1 %2", |
|
"args0": [ |
|
{ |
|
"type": "input_dummy" |
|
}, |
|
{ |
|
"type": "input_statement", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "control" |
|
}, |
|
{ |
|
"type": "search_place", |
|
"message0": "%1 under investigation", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"position", |
|
"1" |
|
], |
|
[ |
|
"x position", |
|
"2" |
|
], |
|
[ |
|
"y position", |
|
"3" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "control" |
|
}, |
|
{ |
|
"type": "press_key", |
|
"message0": "key %1 pressed?", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "player", |
|
"message0": "player's %1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"x position", |
|
"1" |
|
], |
|
[ |
|
"y positon", |
|
"2" |
|
], |
|
[ |
|
"position", |
|
"3" |
|
], |
|
[ |
|
"x speed", |
|
"4" |
|
], |
|
[ |
|
"y speed", |
|
"5" |
|
], |
|
[ |
|
"hearts", |
|
"6" |
|
], |
|
[ |
|
"hungry", |
|
"7" |
|
], |
|
[ |
|
"air level", |
|
"8" |
|
], |
|
[ |
|
"the last thing he ate", |
|
"9" |
|
], |
|
[ |
|
"what he has", |
|
"10" |
|
], |
|
[ |
|
"inventory cursor", |
|
"11" |
|
], |
|
[ |
|
"what he is looking at", |
|
"12" |
|
], |
|
[ |
|
"where he is looking", |
|
"13" |
|
], |
|
[ |
|
"attack power", |
|
"14" |
|
], |
|
[ |
|
"mining speed", |
|
"15" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "inventory", |
|
"message0": "item %1 %2 in the inventory", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"ID", |
|
"1" |
|
], |
|
[ |
|
"stock", |
|
"2" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "get_block", |
|
"message0": "block at %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "flymode", |
|
"message0": "fly mode", |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "get_data", |
|
"message0": "data %2 of ID %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "type" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "seed", |
|
"message0": "seed", |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "sensing" |
|
}, |
|
{ |
|
"type": "input", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_input", |
|
"name": "value", |
|
"text": "" |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "bool", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"true", |
|
"1" |
|
], |
|
[ |
|
"false", |
|
"0" |
|
] |
|
] |
|
} |
|
], |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "calc", |
|
"message0": "%1 %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"+", |
|
"1" |
|
], |
|
[ |
|
"-", |
|
"2" |
|
], |
|
[ |
|
"*", |
|
"3" |
|
], |
|
[ |
|
"/", |
|
"4" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value2" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "random", |
|
"message0": "pick random %1 to %2", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value2" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "comparison", |
|
"message0": "%1 %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
">", |
|
"1" |
|
], |
|
[ |
|
"<", |
|
"2" |
|
], |
|
[ |
|
"=", |
|
"3" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value2" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "logic", |
|
"message0": "%1 %2 %3", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value", |
|
"check": "Boolean" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"and", |
|
"1" |
|
], |
|
[ |
|
"or", |
|
"2" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value2", |
|
"check": "Boolean" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "not", |
|
"message0": "not %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value", |
|
"check": "Boolean" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": "Boolean", |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "place", |
|
"message0": "position of x: %1 , y: %2", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "x" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "y" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "split_place", |
|
"message0": "%2 of %1", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
"x position", |
|
"1" |
|
], |
|
[ |
|
"y position", |
|
"2" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
}, |
|
{ |
|
"type": "variable", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_variable", |
|
"name": "value", |
|
"variable": "my variable" |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "variables" |
|
}, |
|
{ |
|
"type": "set_var", |
|
"message0": "Set %1 to %2", |
|
"args0": [ |
|
{ |
|
"type": "field_variable", |
|
"name": "var", |
|
"variable": "my variable" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "variables" |
|
}, |
|
{ |
|
"type": "change_var", |
|
"message0": "Change %1 by %2", |
|
"args0": [ |
|
{ |
|
"type": "field_variable", |
|
"name": "var", |
|
"variable": "my variable" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "variables" |
|
}, |
|
{ |
|
"type": "building_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/1.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"1" |
|
], |
|
[ |
|
{ |
|
"src": "./data/2.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"2" |
|
], |
|
[ |
|
{ |
|
"src": "./data/3.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"3" |
|
], |
|
[ |
|
{ |
|
"src": "./data/4.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"4" |
|
], |
|
[ |
|
{ |
|
"src": "./data/5.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"60" |
|
], |
|
[ |
|
{ |
|
"src": "./data/6.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"427" |
|
], |
|
[ |
|
{ |
|
"src": "./data/7.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"428" |
|
], |
|
[ |
|
{ |
|
"src": "./data/8.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"429" |
|
], |
|
[ |
|
{ |
|
"src": "./data/9.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"415" |
|
], |
|
[ |
|
{ |
|
"src": "./data/10.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"416" |
|
], |
|
[ |
|
{ |
|
"src": "./data/11.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"417" |
|
], |
|
[ |
|
{ |
|
"src": "./data/12.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"418" |
|
], |
|
[ |
|
{ |
|
"src": "./data/13.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"419" |
|
], |
|
[ |
|
{ |
|
"src": "./data/14.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"420" |
|
], |
|
[ |
|
{ |
|
"src": "./data/15.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"291" |
|
], |
|
[ |
|
{ |
|
"src": "./data/16.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"350" |
|
], |
|
[ |
|
{ |
|
"src": "./data/17.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"41" |
|
], |
|
[ |
|
{ |
|
"src": "./data/18.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"270" |
|
], |
|
[ |
|
{ |
|
"src": "./data/19.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"292" |
|
], |
|
[ |
|
{ |
|
"src": "./data/20.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"430" |
|
], |
|
[ |
|
{ |
|
"src": "./data/21.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"431" |
|
], |
|
[ |
|
{ |
|
"src": "./data/22.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"432" |
|
], |
|
[ |
|
{ |
|
"src": "./data/23.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"433" |
|
], |
|
[ |
|
{ |
|
"src": "./data/23.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"434" |
|
], |
|
[ |
|
{ |
|
"src": "./data/25.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"435" |
|
], |
|
[ |
|
{ |
|
"src": "./data/26.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"6" |
|
], |
|
[ |
|
{ |
|
"src": "./data/27.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"7" |
|
], |
|
[ |
|
{ |
|
"src": "./data/28.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"58" |
|
], |
|
[ |
|
{ |
|
"src": "./data/29.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"5" |
|
], |
|
[ |
|
{ |
|
"src": "./data/30.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"53" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "wooden_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/31.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"8" |
|
], |
|
[ |
|
{ |
|
"src": "./data/32.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"178" |
|
], |
|
[ |
|
{ |
|
"src": "./data/33.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"179" |
|
], |
|
[ |
|
{ |
|
"src": "./data/34.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"180" |
|
], |
|
[ |
|
{ |
|
"src": "./data/35.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"355" |
|
], |
|
[ |
|
{ |
|
"src": "./data/36.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"59" |
|
], |
|
[ |
|
{ |
|
"src": "./data/37.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"234" |
|
], |
|
[ |
|
{ |
|
"src": "./data/38.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"235" |
|
], |
|
[ |
|
{ |
|
"src": "./data/39.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"236" |
|
], |
|
[ |
|
{ |
|
"src": "./data/40.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"356" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "ore_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/41.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"13" |
|
], |
|
[ |
|
{ |
|
"src": "./data/42.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"16" |
|
], |
|
[ |
|
{ |
|
"src": "./data/43.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"15" |
|
], |
|
[ |
|
{ |
|
"src": "./data/44.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"14" |
|
], |
|
[ |
|
{ |
|
"src": "./data/45.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"217" |
|
], |
|
[ |
|
{ |
|
"src": "./data/46.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"271" |
|
], |
|
[ |
|
{ |
|
"src": "./data/47.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"315" |
|
], |
|
[ |
|
{ |
|
"src": "./data/48.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"293" |
|
], |
|
[ |
|
{ |
|
"src": "./data/49.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"296" |
|
], |
|
[ |
|
{ |
|
"src": "./data/50.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"295" |
|
], |
|
[ |
|
{ |
|
"src": "./data/51.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"294" |
|
], |
|
[ |
|
{ |
|
"src": "./data/52.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"297" |
|
], |
|
[ |
|
{ |
|
"src": "./data/53.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"298" |
|
], |
|
[ |
|
{ |
|
"src": "./data/54.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"316" |
|
], |
|
[ |
|
{ |
|
"src": "./data/55.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"436" |
|
], |
|
[ |
|
{ |
|
"src": "./data/56.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"421" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "oreblocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/57.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"318" |
|
], |
|
[ |
|
{ |
|
"src": "./data/58.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"247" |
|
], |
|
[ |
|
{ |
|
"src": "./data/59.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"248" |
|
], |
|
[ |
|
{ |
|
"src": "./data/60.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"249" |
|
], |
|
[ |
|
{ |
|
"src": "./data/61.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"273" |
|
], |
|
[ |
|
{ |
|
"src": "./data/62.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"317" |
|
], |
|
[ |
|
{ |
|
"src": "./data/63.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"439" |
|
], |
|
[ |
|
{ |
|
"src": "./data/64.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"423" |
|
], |
|
[ |
|
{ |
|
"src": "./data/65.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"424" |
|
], |
|
[ |
|
{ |
|
"src": "./data/66.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"425" |
|
], |
|
[ |
|
{ |
|
"src": "./data/67.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"426" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "deco_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/68.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"17" |
|
], |
|
[ |
|
{ |
|
"src": "./data/69.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"375" |
|
], |
|
[ |
|
{ |
|
"src": "./data/70.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"312" |
|
], |
|
[ |
|
{ |
|
"src": "./data/71.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"256" |
|
], |
|
[ |
|
{ |
|
"src": "./data/72.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"257" |
|
], |
|
[ |
|
{ |
|
"src": "./data/73.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"255" |
|
], |
|
[ |
|
{ |
|
"src": "./data/74.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"305" |
|
], |
|
[ |
|
{ |
|
"src": "./data/75.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"304" |
|
], |
|
[ |
|
{ |
|
"src": "./data/76.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"54" |
|
], |
|
[ |
|
{ |
|
"src": "./data/77.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"123" |
|
], |
|
[ |
|
{ |
|
"src": "./data/78.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"285" |
|
], |
|
[ |
|
{ |
|
"src": "./data/79.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"42" |
|
], |
|
[ |
|
{ |
|
"src": "./data/80.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"287" |
|
], |
|
[ |
|
{ |
|
"src": "./data/81.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"52" |
|
], |
|
[ |
|
{ |
|
"src": "./data/82.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"254" |
|
], |
|
[ |
|
{ |
|
"src": "./data/83.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"252" |
|
], |
|
[ |
|
{ |
|
"src": "./data/84.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"253" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "wool_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/85.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"122" |
|
], |
|
[ |
|
{ |
|
"src": "./data/86.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"335" |
|
], |
|
[ |
|
{ |
|
"src": "./data/87.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"336" |
|
], |
|
[ |
|
{ |
|
"src": "./data/88.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"337" |
|
], |
|
[ |
|
{ |
|
"src": "./data/89.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"338" |
|
], |
|
[ |
|
{ |
|
"src": "./data/90.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"339" |
|
], |
|
[ |
|
{ |
|
"src": "./data/91.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"340" |
|
], |
|
[ |
|
{ |
|
"src": "./data/92.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"341" |
|
], |
|
[ |
|
{ |
|
"src": "./data/93.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"342" |
|
], |
|
[ |
|
{ |
|
"src": "./data/94.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"343" |
|
], |
|
[ |
|
{ |
|
"src": "./data/95.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"344" |
|
], |
|
[ |
|
{ |
|
"src": "./data/96.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"345" |
|
], |
|
[ |
|
{ |
|
"src": "./data/97.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"346" |
|
], |
|
[ |
|
{ |
|
"src": "./data/98.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"347" |
|
], |
|
[ |
|
{ |
|
"src": "./data/99.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"348" |
|
], |
|
[ |
|
{ |
|
"src": "./data/100.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"349" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "stairs_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/101.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"237" |
|
], |
|
[ |
|
{ |
|
"src": "./data/102.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"239" |
|
], |
|
[ |
|
{ |
|
"src": "./data/103.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"399" |
|
], |
|
[ |
|
{ |
|
"src": "./data/104.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"401" |
|
], |
|
[ |
|
{ |
|
"src": "./data/105.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"403" |
|
], |
|
[ |
|
{ |
|
"src": "./data/106.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"405" |
|
], |
|
[ |
|
{ |
|
"src": "./data/107.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"372" |
|
], |
|
[ |
|
{ |
|
"src": "./data/108.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"241" |
|
], |
|
[ |
|
{ |
|
"src": "./data/109.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"376" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "terracotta_blocks", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/110.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"449" |
|
], |
|
[ |
|
{ |
|
"src": "./data/111.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"450" |
|
], |
|
[ |
|
{ |
|
"src": "./data/112.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"451" |
|
], |
|
[ |
|
{ |
|
"src": "./data/113.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"452" |
|
], |
|
[ |
|
{ |
|
"src": "./data/114.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"453" |
|
], |
|
[ |
|
{ |
|
"src": "./data/115.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"454" |
|
], |
|
[ |
|
{ |
|
"src": "./data/116.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"455" |
|
], |
|
[ |
|
{ |
|
"src": "./data/117.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"456" |
|
], |
|
[ |
|
{ |
|
"src": "./data/118.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"457" |
|
], |
|
[ |
|
{ |
|
"src": "./data/119.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"458" |
|
], |
|
[ |
|
{ |
|
"src": "./data/120.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"459" |
|
], |
|
[ |
|
{ |
|
"src": "./data/121.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"460" |
|
], |
|
[ |
|
{ |
|
"src": "./data/122.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"461" |
|
], |
|
[ |
|
{ |
|
"src": "./data/123.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"462" |
|
], |
|
[ |
|
{ |
|
"src": "./data/124.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"463" |
|
], |
|
[ |
|
{ |
|
"src": "./data/125.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"464" |
|
], |
|
[ |
|
{ |
|
"src": "./data/126.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"465" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "plant_deco", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/127.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"9" |
|
], |
|
[ |
|
{ |
|
"src": "./data/128.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"10" |
|
], |
|
[ |
|
{ |
|
"src": "./data/129.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"181" |
|
], |
|
[ |
|
{ |
|
"src": "./data/130.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"182" |
|
], |
|
[ |
|
{ |
|
"src": "./data/131.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"184" |
|
], |
|
[ |
|
{ |
|
"src": "./data/132.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"185" |
|
], |
|
[ |
|
{ |
|
"src": "./data/133.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"187" |
|
], |
|
[ |
|
{ |
|
"src": "./data/134.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"188" |
|
], |
|
[ |
|
{ |
|
"src": "./data/135.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"358" |
|
], |
|
[ |
|
{ |
|
"src": "./data/136.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"359" |
|
], |
|
[ |
|
{ |
|
"src": "./data/137.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"55" |
|
], |
|
[ |
|
{ |
|
"src": "./data/138.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"175" |
|
], |
|
[ |
|
{ |
|
"src": "./data/139.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"176" |
|
], |
|
[ |
|
{ |
|
"src": "./data/140.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"177" |
|
], |
|
[ |
|
{ |
|
"src": "./data/141.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"357" |
|
], |
|
[ |
|
{ |
|
"src": "./data/142.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"133" |
|
], |
|
[ |
|
{ |
|
"src": "./data/143.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"361" |
|
], |
|
[ |
|
{ |
|
"src": "./data/144.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"366" |
|
], |
|
[ |
|
{ |
|
"src": "./data/145.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"362" |
|
], |
|
[ |
|
{ |
|
"src": "./data/146.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"364" |
|
], |
|
[ |
|
{ |
|
"src": "./data/147.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"11" |
|
], |
|
[ |
|
{ |
|
"src": "./data/148.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"398" |
|
], |
|
[ |
|
{ |
|
"src": "./data/149.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"61" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "flower_deco", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/150.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"44" |
|
], |
|
[ |
|
{ |
|
"src": "./data/151.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"43" |
|
], |
|
[ |
|
{ |
|
"src": "./data/152.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"380" |
|
], |
|
[ |
|
{ |
|
"src": "./data/153.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"381" |
|
], |
|
[ |
|
{ |
|
"src": "./data/154.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"382" |
|
], |
|
[ |
|
{ |
|
"src": "./data/155.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"383" |
|
], |
|
[ |
|
{ |
|
"src": "./data/156.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"384" |
|
], |
|
[ |
|
{ |
|
"src": "./data/157.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"385" |
|
], |
|
[ |
|
{ |
|
"src": "./data/158.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"386" |
|
], |
|
[ |
|
{ |
|
"src": "./data/159.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"387" |
|
], |
|
[ |
|
{ |
|
"src": "./data/160.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"388" |
|
], |
|
[ |
|
{ |
|
"src": "./data/161.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"389" |
|
], |
|
[ |
|
{ |
|
"src": "./data/162.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"46" |
|
], |
|
[ |
|
{ |
|
"src": "./data/163.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"45" |
|
], |
|
[ |
|
{ |
|
"src": "./data/164.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"390" |
|
], |
|
[ |
|
{ |
|
"src": "./data/165.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"392" |
|
], |
|
[ |
|
{ |
|
"src": "./data/166.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"394" |
|
], |
|
[ |
|
{ |
|
"src": "./data/167.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"496" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "decoration", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/168.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"19" |
|
], |
|
[ |
|
{ |
|
"src": "./data/169.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"246" |
|
], |
|
[ |
|
{ |
|
"src": "./data/170.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"20" |
|
], |
|
[ |
|
{ |
|
"src": "./data/171.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"12" |
|
], |
|
[ |
|
{ |
|
"src": "./data/172.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"47" |
|
], |
|
[ |
|
{ |
|
"src": "./data/173.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"448" |
|
], |
|
[ |
|
{ |
|
"src": "./data/174.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"48" |
|
], |
|
[ |
|
{ |
|
"src": "./data/175.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"311" |
|
], |
|
[ |
|
{ |
|
"src": "./data/176.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"303" |
|
], |
|
[ |
|
{ |
|
"src": "./data/177.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"283" |
|
], |
|
[ |
|
{ |
|
"src": "./data/178.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"117" |
|
], |
|
[ |
|
{ |
|
"src": "./data/179.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"124" |
|
], |
|
[ |
|
{ |
|
"src": "./data/180.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"243" |
|
], |
|
[ |
|
{ |
|
"src": "./data/181.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"378" |
|
], |
|
[ |
|
{ |
|
"src": "./data/182.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"407" |
|
], |
|
[ |
|
{ |
|
"src": "./data/183.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"409" |
|
], |
|
[ |
|
{ |
|
"src": "./data/184.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"411" |
|
], |
|
[ |
|
{ |
|
"src": "./data/185.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"413" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "redstone", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/186.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"250" |
|
], |
|
[ |
|
{ |
|
"src": "./data/187.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"18" |
|
], |
|
[ |
|
{ |
|
"src": "./data/188.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"218" |
|
], |
|
[ |
|
{ |
|
"src": "./data/189.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"118" |
|
], |
|
[ |
|
{ |
|
"src": "./data/190.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"219" |
|
], |
|
[ |
|
{ |
|
"src": "./data/191.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"264" |
|
], |
|
[ |
|
{ |
|
"src": "./data/192.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"308" |
|
], |
|
[ |
|
{ |
|
"src": "./data/193.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"190" |
|
], |
|
[ |
|
{ |
|
"src": "./data/194.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"193" |
|
], |
|
[ |
|
{ |
|
"src": "./data/195.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"198" |
|
], |
|
[ |
|
{ |
|
"src": "./data/196.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"211" |
|
], |
|
[ |
|
{ |
|
"src": "./data/197.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"258" |
|
], |
|
[ |
|
{ |
|
"src": "./data/198.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"233" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "miscellanceous", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/199.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"166" |
|
], |
|
[ |
|
{ |
|
"src": "./data/200.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"286" |
|
], |
|
[ |
|
{ |
|
"src": "./data/201.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"351" |
|
], |
|
[ |
|
{ |
|
"src": "./data/202.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"92" |
|
], |
|
[ |
|
{ |
|
"src": "./data/203.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"95" |
|
], |
|
[ |
|
{ |
|
"src": "./data/204.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"82" |
|
], |
|
[ |
|
{ |
|
"src": "./data/205.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"168" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "spawnegg", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/206.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"173" |
|
], |
|
[ |
|
{ |
|
"src": "./data/207.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"174" |
|
], |
|
[ |
|
{ |
|
"src": "./data/208.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"129" |
|
], |
|
[ |
|
{ |
|
"src": "./data/209.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"282" |
|
], |
|
[ |
|
{ |
|
"src": "./data/210.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"127" |
|
], |
|
[ |
|
{ |
|
"src": "./data/211.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"126" |
|
], |
|
[ |
|
{ |
|
"src": "./data/212.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"197" |
|
], |
|
[ |
|
{ |
|
"src": "./data/213.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"196" |
|
], |
|
[ |
|
{ |
|
"src": "./data/214.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"281" |
|
], |
|
[ |
|
{ |
|
"src": "./data/215.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"274" |
|
], |
|
[ |
|
{ |
|
"src": "./data/216.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"128" |
|
], |
|
[ |
|
{ |
|
"src": "./data/217.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"280" |
|
], |
|
[ |
|
{ |
|
"src": "./data/218.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"275" |
|
], |
|
[ |
|
{ |
|
"src": "./data/219.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"276" |
|
], |
|
[ |
|
{ |
|
"src": "./data/220.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"277" |
|
], |
|
[ |
|
{ |
|
"src": "./data/221.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"279" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "food", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/222.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"112" |
|
], |
|
[ |
|
{ |
|
"src": "./data/223.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"288" |
|
], |
|
[ |
|
{ |
|
"src": "./data/224.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"306" |
|
], |
|
[ |
|
{ |
|
"src": "./data/225.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"113" |
|
], |
|
[ |
|
{ |
|
"src": "./data/226.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"171" |
|
], |
|
[ |
|
{ |
|
"src": "./data/227.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"164" |
|
], |
|
[ |
|
{ |
|
"src": "./data/228.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"289" |
|
], |
|
[ |
|
{ |
|
"src": "./data/229.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"119" |
|
], |
|
[ |
|
{ |
|
"src": "./data/230.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"114" |
|
], |
|
[ |
|
{ |
|
"src": "./data/231.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"172" |
|
], |
|
[ |
|
{ |
|
"src": "./data/232.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"165" |
|
], |
|
[ |
|
{ |
|
"src": "./data/233.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"290" |
|
], |
|
[ |
|
{ |
|
"src": "./data/234.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"162" |
|
], |
|
[ |
|
{ |
|
"src": "./data/235.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"111" |
|
], |
|
[ |
|
{ |
|
"src": "./data/236.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"299" |
|
], |
|
[ |
|
{ |
|
"src": "./data/237.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"307" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "tool", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/238.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"110" |
|
], |
|
[ |
|
{ |
|
"src": "./data/239.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"301" |
|
], |
|
[ |
|
{ |
|
"src": "./data/240.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"97" |
|
], |
|
[ |
|
{ |
|
"src": "./data/241.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"99" |
|
], |
|
[ |
|
{ |
|
"src": "./data/242.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"85" |
|
], |
|
[ |
|
{ |
|
"src": "./data/243.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"145" |
|
], |
|
[ |
|
{ |
|
"src": "./data/244.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"98" |
|
], |
|
[ |
|
{ |
|
"src": "./data/245.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"86" |
|
], |
|
[ |
|
{ |
|
"src": "./data/246.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"83" |
|
], |
|
[ |
|
{ |
|
"src": "./data/247.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"146" |
|
], |
|
[ |
|
{ |
|
"src": "./data/248.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"87" |
|
], |
|
[ |
|
{ |
|
"src": "./data/249.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"88" |
|
], |
|
[ |
|
{ |
|
"src": "./data/250.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"93" |
|
], |
|
[ |
|
{ |
|
"src": "./data/251.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"147" |
|
], |
|
[ |
|
{ |
|
"src": "./data/252.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"62" |
|
], |
|
[ |
|
{ |
|
"src": "./data/253.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"39" |
|
], |
|
[ |
|
{ |
|
"src": "./data/254.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"63" |
|
], |
|
[ |
|
{ |
|
"src": "./data/255.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"148" |
|
], |
|
[ |
|
{ |
|
"src": "./data/256.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"103" |
|
], |
|
[ |
|
{ |
|
"src": "./data/257.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"102" |
|
], |
|
[ |
|
{ |
|
"src": "./data/258.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"104" |
|
], |
|
[ |
|
{ |
|
"src": "./data/259.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"149" |
|
], |
|
[ |
|
{ |
|
"src": "./data/260.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"441" |
|
], |
|
[ |
|
{ |
|
"src": "./data/261.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"442" |
|
], |
|
[ |
|
{ |
|
"src": "./data/262.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"443" |
|
], |
|
[ |
|
{ |
|
"src": "./data/263.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"444" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "weapon", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/264.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"105" |
|
], |
|
[ |
|
{ |
|
"src": "./data/265.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"106" |
|
], |
|
[ |
|
{ |
|
"src": "./data/266.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"107" |
|
], |
|
[ |
|
{ |
|
"src": "./data/267.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"108" |
|
], |
|
[ |
|
{ |
|
"src": "./data/268.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"109" |
|
], |
|
[ |
|
{ |
|
"src": "./data/269.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"440" |
|
], |
|
[ |
|
{ |
|
"src": "./data/270.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"130" |
|
], |
|
[ |
|
{ |
|
"src": "./data/271.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"131" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "armor", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/272.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"150" |
|
], |
|
[ |
|
{ |
|
"src": "./data/273.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"154" |
|
], |
|
[ |
|
{ |
|
"src": "./data/274.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"158" |
|
], |
|
[ |
|
{ |
|
"src": "./data/275.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"367" |
|
], |
|
[ |
|
{ |
|
"src": "./data/276.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"368" |
|
], |
|
[ |
|
{ |
|
"src": "./data/277.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"369" |
|
], |
|
[ |
|
{ |
|
"src": "./data/278.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"151" |
|
], |
|
[ |
|
{ |
|
"src": "./data/279.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"155" |
|
], |
|
[ |
|
{ |
|
"src": "./data/280.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"159" |
|
], |
|
[ |
|
{ |
|
"src": "./data/281.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"151" |
|
], |
|
[ |
|
{ |
|
"src": "./data/282.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"157" |
|
], |
|
[ |
|
{ |
|
"src": "./data/283.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"161" |
|
], |
|
[ |
|
{ |
|
"src": "./data/284.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"152" |
|
], |
|
[ |
|
{ |
|
"src": "./data/285.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"156" |
|
], |
|
[ |
|
{ |
|
"src": "./data/286.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"160" |
|
], |
|
[ |
|
{ |
|
"src": "./data/287.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"445" |
|
], |
|
[ |
|
{ |
|
"src": "./data/288.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"446" |
|
], |
|
[ |
|
{ |
|
"src": "./data/289.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"447" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "ore_mate", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/290.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"90" |
|
], |
|
[ |
|
{ |
|
"src": "./data/291.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"91" |
|
], |
|
[ |
|
{ |
|
"src": "./data/292.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"84" |
|
], |
|
[ |
|
{ |
|
"src": "./data/293.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"89" |
|
], |
|
[ |
|
{ |
|
"src": "./data/294.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"272" |
|
], |
|
[ |
|
{ |
|
"src": "./data/295.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"438" |
|
], |
|
[ |
|
{ |
|
"src": "./data/296.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"310" |
|
], |
|
[ |
|
{ |
|
"src": "./data/297.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"422" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "material", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/298.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"302" |
|
], |
|
[ |
|
{ |
|
"src": "./data/299.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"96" |
|
], |
|
[ |
|
{ |
|
"src": "./data/300.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"101" |
|
], |
|
[ |
|
{ |
|
"src": "./data/301.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"163" |
|
], |
|
[ |
|
{ |
|
"src": "./data/302.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"94" |
|
], |
|
[ |
|
{ |
|
"src": "./data/303.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"437" |
|
], |
|
[ |
|
{ |
|
"src": "./data/304.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"167" |
|
], |
|
[ |
|
{ |
|
"src": "./data/305.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"169" |
|
], |
|
[ |
|
{ |
|
"src": "./data/306.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"170" |
|
], |
|
[ |
|
{ |
|
"src": "./data/307.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"194" |
|
], |
|
[ |
|
{ |
|
"src": "./data/308.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"195" |
|
], |
|
[ |
|
{ |
|
"src": "./data/309.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"142" |
|
], |
|
[ |
|
{ |
|
"src": "./data/310.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"143" |
|
], |
|
[ |
|
{ |
|
"src": "./data/311.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"313" |
|
], |
|
[ |
|
{ |
|
"src": "./data/312.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"314" |
|
], |
|
[ |
|
{ |
|
"src": "./data/313.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"300" |
|
], |
|
[ |
|
{ |
|
"src": "./data/314.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"125" |
|
], |
|
[ |
|
{ |
|
"src": "./data/315.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"370" |
|
], |
|
[ |
|
{ |
|
"src": "./data/316.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"371" |
|
], |
|
[ |
|
{ |
|
"src": "./data/317.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"374" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "dye", |
|
"message0": "%1", |
|
"args0": [ |
|
{ |
|
"type": "field_dropdown", |
|
"name": "type", |
|
"options": [ |
|
[ |
|
{ |
|
"src": "./data/318.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"319" |
|
], |
|
[ |
|
{ |
|
"src": "./data/319.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"320" |
|
], |
|
[ |
|
{ |
|
"src": "./data/320.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"321" |
|
], |
|
[ |
|
{ |
|
"src": "./data/321.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"322" |
|
], |
|
[ |
|
{ |
|
"src": "./data/322.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"323" |
|
], |
|
[ |
|
{ |
|
"src": "./data/323.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"324" |
|
], |
|
[ |
|
{ |
|
"src": "./data/324.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"325" |
|
], |
|
[ |
|
{ |
|
"src": "./data/325.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"326" |
|
], |
|
[ |
|
{ |
|
"src": "./data/326.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"327" |
|
], |
|
[ |
|
{ |
|
"src": "./data/327.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"328" |
|
], |
|
[ |
|
{ |
|
"src": "./data/328.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"329" |
|
], |
|
[ |
|
{ |
|
"src": "./data/329.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"330" |
|
], |
|
[ |
|
{ |
|
"src": "./data/330.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"331" |
|
], |
|
[ |
|
{ |
|
"src": "./data/331.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"332" |
|
], |
|
[ |
|
{ |
|
"src": "./data/332.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"333" |
|
], |
|
[ |
|
{ |
|
"src": "./data/333.png", |
|
"width": 40, |
|
"height": 40, |
|
"alt": "*" |
|
}, |
|
"334" |
|
] |
|
] |
|
} |
|
], |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "data" |
|
}, |
|
{ |
|
"type": "add_tool", |
|
"message0": "Add tool data %1 Name: %2 %3 Costume ID: %4 %5 Mining speed: %6 %7 Type: %9 of %8 %10 Atack damage: %11 %12 Durability: %13", |
|
"args0": [ |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "1" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "7" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "2" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "4", |
|
"options": [ |
|
[ |
|
"wooden", |
|
"1" |
|
], |
|
[ |
|
"stone", |
|
"2" |
|
], |
|
[ |
|
"iron", |
|
"3" |
|
], |
|
[ |
|
"diamond", |
|
"4" |
|
], |
|
[ |
|
"golden", |
|
"5" |
|
], |
|
[ |
|
"netherite", |
|
"6" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "field_dropdown", |
|
"name": "3", |
|
"options": [ |
|
[ |
|
"sword", |
|
"W" |
|
], |
|
[ |
|
"pickaxe", |
|
"P" |
|
], |
|
[ |
|
"ax", |
|
"A" |
|
], |
|
[ |
|
"shovel", |
|
"S" |
|
], |
|
[ |
|
"hoe", |
|
"H" |
|
] |
|
] |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "5" |
|
}, |
|
{ |
|
"type": "input_end_row" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "6" |
|
} |
|
], |
|
"previousStatement": null, |
|
"nextStatement": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "motion" |
|
}, |
|
{ |
|
"type": "join", |
|
"message0": "join %1 %2", |
|
"args0": [ |
|
{ |
|
"type": "input_value", |
|
"name": "value" |
|
}, |
|
{ |
|
"type": "input_value", |
|
"name": "value2" |
|
} |
|
], |
|
"inputsInline": true, |
|
"output": null, |
|
"tooltip": "", |
|
"helpUrl": "", |
|
"style": "operators" |
|
} |
|
]); |