Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88c10b1b67 | |||
| ffaae08504 | |||
| dcaef454f1 | |||
| d13c480c5b | |||
| ee15b210f3 | |||
| e5a14133aa | |||
| e7c6521436 | |||
| 72a904a02a | |||
| 14fea761f4 | |||
| 3896d3a379 | |||
| b6920f53b3 | |||
| 10c3636853 | |||
| 6d1168cb60 | |||
| a2a494c54f | |||
| 1b613534b4 | |||
| fabe3f9e2e | |||
| 4e89129676 | |||
| 833db291e9 |
@@ -4,3 +4,6 @@ MWAlkoB.mcpack
|
||||
MWAlkoR.mcpack
|
||||
IMoOB.mcpack
|
||||
IMoOR.mcpack
|
||||
schematic/id_list.txt
|
||||
schematic/japan.schematic
|
||||
schematic/tml.schematic
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||
diagnostic.disable.minecraft.manifest.module.missing=true
|
||||
diagnostic.disable.behaviorpack.loot_table.missing=true
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"format_version": "1.17.10",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "imoo:sfw",
|
||||
"is_spawnable": true,
|
||||
"is_summonable": true,
|
||||
"is_experimental": false
|
||||
},
|
||||
|
||||
"component_groups": {
|
||||
"minecraft:silverfish_calm": {
|
||||
"minecraft:on_target_acquired" : {
|
||||
"event": "minecraft:become_angry",
|
||||
"target": "self"
|
||||
}
|
||||
},
|
||||
"minecraft:silverfish_angry": {
|
||||
"minecraft:angry": {
|
||||
"duration": -1,
|
||||
"broadcast_anger": true,
|
||||
"broadcast_range": 20,
|
||||
"calm_event": {
|
||||
"event": "minecraft:on_calm",
|
||||
"target": "self"
|
||||
}
|
||||
},
|
||||
"minecraft:behavior.melee_attack": {
|
||||
"priority": 1,
|
||||
"track_target": true
|
||||
},
|
||||
"minecraft:behavior.silverfish_wake_up_friends": {
|
||||
"priority": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:is_hidden_when_invisible": {
|
||||
},
|
||||
"minecraft:experience_reward": {
|
||||
"on_death": "query.last_hit_by_player ? 5 : 0"
|
||||
},
|
||||
"minecraft:type_family": {
|
||||
"family":["lightweight", "mob", "arthropod" ]
|
||||
},
|
||||
"minecraft:breathable": {
|
||||
"total_supply": 15,
|
||||
"suffocate_time": 0
|
||||
},
|
||||
"minecraft:nameable": {
|
||||
},
|
||||
"minecraft:loot": {
|
||||
"table": "loot_tables/entities/imoo_sfw.json"
|
||||
},
|
||||
"minecraft:health": {
|
||||
"value": 4,
|
||||
"max": 4
|
||||
},
|
||||
"minecraft:hurt_on_condition": {
|
||||
"damage_conditions": [
|
||||
{
|
||||
"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true },
|
||||
"cause": "lava",
|
||||
"damage_per_tick": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
"minecraft:movement": {
|
||||
"value": 0.25
|
||||
},
|
||||
"minecraft:navigation.walk": {
|
||||
"can_path_over_water": true
|
||||
},
|
||||
"minecraft:movement.basic": {
|
||||
},
|
||||
"minecraft:jump.static": {
|
||||
},
|
||||
"minecraft:can_climb": {
|
||||
},
|
||||
"minecraft:attack": {
|
||||
"damage": 1
|
||||
},
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.4,
|
||||
"height": 0.3
|
||||
},
|
||||
"minecraft:despawn": {
|
||||
"despawn_from_distance": {}
|
||||
},
|
||||
"minecraft:behavior.float": {
|
||||
"priority": 1
|
||||
},
|
||||
"minecraft:behavior.silverfish_merge_with_stone": {
|
||||
"priority": 5
|
||||
},
|
||||
"minecraft:behavior.nearest_attackable_target": {
|
||||
"priority": 1,
|
||||
"attack_interval": 10,
|
||||
"entity_types": [
|
||||
{
|
||||
"filters": {
|
||||
"any_of": [
|
||||
{ "test" : "is_family", "subject" : "other", "value" : "sheep"}
|
||||
]
|
||||
},
|
||||
"max_dist": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
"minecraft:behavior.hurt_by_target": {
|
||||
"priority": 1,
|
||||
"alert_same_type": true
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": true,
|
||||
"is_pushable_by_piston": true
|
||||
},
|
||||
"minecraft:conditional_bandwidth_optimization": {
|
||||
},
|
||||
"minecraft:block_climber": {
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"minecraft:entity_spawned": {
|
||||
"remove": {
|
||||
},
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"minecraft:silverfish_calm"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:become_angry": {
|
||||
"remove": {
|
||||
"minecraft:silverfish_calm": { }
|
||||
},
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"minecraft:silverfish_angry"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:on_calm": {
|
||||
"remove": {
|
||||
"minecraft:silverfish_angry": { }
|
||||
},
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"minecraft:silverfish_calm"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,247 @@
|
||||
{
|
||||
"format_version": "1.16.0",
|
||||
"minecraft:entity": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel",
|
||||
"is_spawnable": true,
|
||||
"is_summonable": true,
|
||||
"is_experimental": false
|
||||
},
|
||||
"component_groups": {
|
||||
"mode_switcher": {
|
||||
"minecraft:target_nearby_sensor": {
|
||||
"inside_range": 2.0,
|
||||
"outside_range": 3.0,
|
||||
"must_see": true,
|
||||
"on_inside_range": {
|
||||
"event": "switch_to_melee",
|
||||
"target": "self"
|
||||
},
|
||||
"on_outside_range": {
|
||||
"event": "switch_to_ranged",
|
||||
"target": "self"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ranged_mode": {
|
||||
"minecraft:shooter": {
|
||||
"def": "minecraft:arrow"
|
||||
},
|
||||
"minecraft:behavior.ranged_attack": {
|
||||
"priority": 3,
|
||||
"burst_shots": 3,
|
||||
"burst_interval": 0.3,
|
||||
"charge_charged_trigger": 0.0,
|
||||
"charge_shoot_trigger": 4.0,
|
||||
"attack_interval_min": 2.0,
|
||||
"attack_interval_max": 4.0,
|
||||
"attack_radius": 40.0
|
||||
}
|
||||
},
|
||||
"melee_mode": {
|
||||
"minecraft:attack": {
|
||||
"damage": 6
|
||||
},
|
||||
"minecraft:behavior.melee_attack": {
|
||||
"priority": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"minecraft:is_hidden_when_invisible": {
|
||||
},
|
||||
"minecraft:experience_reward": {
|
||||
"on_death": "query.last_hit_by_player ? 10 : 0"
|
||||
},
|
||||
"minecraft:loot": {
|
||||
"table": "loot_tables/entities/imoo_turel.json"
|
||||
},
|
||||
"minecraft:collision_box": {
|
||||
"width": 0.5,
|
||||
"height": 1.8
|
||||
},
|
||||
"minecraft:damage_sensor": {
|
||||
"triggers": {
|
||||
"cause": "fall",
|
||||
"deals_damage": false
|
||||
}
|
||||
},
|
||||
"minecraft:movement": {
|
||||
"value": 0
|
||||
},
|
||||
"minecraft:navigation.walk": {
|
||||
"can_path_over_water": true,
|
||||
"avoid_water": true,
|
||||
"avoid_damage_blocks": true
|
||||
},
|
||||
"minecraft:movement.basic": {
|
||||
},
|
||||
"minecraft:jump.static": {
|
||||
},
|
||||
"minecraft:can_climb": {
|
||||
},
|
||||
"minecraft:health": {
|
||||
"value": 10000,
|
||||
"max": 10000
|
||||
},
|
||||
"minecraft:follow_range": {
|
||||
"value": 48,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:fire_immune": {
|
||||
},
|
||||
"minecraft:nameable": {
|
||||
|
||||
},
|
||||
"minecraft:despawn": {
|
||||
"despawn_from_distance": {}
|
||||
},
|
||||
"minecraft:behavior.float": {
|
||||
"priority": 0
|
||||
},
|
||||
"minecraft:behavior.hurt_by_target": {
|
||||
"priority": 1
|
||||
},
|
||||
"minecraft:behavior.target_when_pushed": {
|
||||
"priority": 1,
|
||||
"percent_chance": 5.0,
|
||||
"entity_types": [
|
||||
{
|
||||
"filters": {
|
||||
"all_of": [
|
||||
{ "test" : "is_family", "subject" : "other", "value" : "monster" },
|
||||
{ "test" : "is_family", "subject" : "other", "operator": "!=", "value" : "creeper" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"minecraft:behavior.nearest_attackable_target": {
|
||||
"priority": 3,
|
||||
"must_reach": true,
|
||||
"must_see": true,
|
||||
|
||||
"entity_types": [
|
||||
{
|
||||
"filters": {
|
||||
"all_of": [
|
||||
{
|
||||
"test": "is_family",
|
||||
"subject": "other",
|
||||
"value": "monster"
|
||||
},
|
||||
{
|
||||
"test": "is_family",
|
||||
"subject": "other",
|
||||
"operator": "!=",
|
||||
"value": "creeper"
|
||||
}
|
||||
]
|
||||
},
|
||||
"within_default": 50
|
||||
},
|
||||
{
|
||||
"filters": {
|
||||
"all_of": [
|
||||
{
|
||||
"test": "is_family",
|
||||
"subject": "other",
|
||||
"value": "hoglin"
|
||||
},
|
||||
{
|
||||
"test": "is_difficulty",
|
||||
"operator": "!=",
|
||||
"value": "peaceful"
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_dist": 50
|
||||
},
|
||||
{
|
||||
"filters": {
|
||||
"all_of": [
|
||||
{
|
||||
"test": "is_family",
|
||||
"subject": "other",
|
||||
"value": "zoglin"
|
||||
},
|
||||
{
|
||||
"test": "is_difficulty",
|
||||
"operator": "!=",
|
||||
"value": "peaceful"
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_dist": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
"minecraft:behavior.random_stroll": {
|
||||
"priority": 4,
|
||||
"speed_multiplier": 1.0
|
||||
},
|
||||
"minecraft:behavior.random_look_around": {
|
||||
"priority": 5
|
||||
},
|
||||
"minecraft:type_family": {
|
||||
"family": [ "turel", "mob" ]
|
||||
},
|
||||
"minecraft:physics": {
|
||||
},
|
||||
"minecraft:pushable": {
|
||||
"is_pushable": true,
|
||||
"is_pushable_by_piston": true
|
||||
},
|
||||
"minecraft:on_hurt": {
|
||||
"event": "minecraft:on_hurt_event",
|
||||
"target": "self"
|
||||
},
|
||||
"minecraft:on_hurt_by_player": {
|
||||
"event": "minecraft:on_hurt_event",
|
||||
"target": "self"
|
||||
},
|
||||
"minecraft:conditional_bandwidth_optimization": {
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"minecraft:entity_spawned": {
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"mode_switcher"
|
||||
]
|
||||
}
|
||||
},
|
||||
"switch_to_melee": {
|
||||
"remove": {
|
||||
"component_groups": [
|
||||
"ranged_mode"
|
||||
]
|
||||
},
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"melee_mode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"switch_to_ranged": {
|
||||
"remove": {
|
||||
"component_groups": [
|
||||
"melee_mode"
|
||||
]
|
||||
},
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"ranged_mode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:on_hurt_event": {
|
||||
"add": {
|
||||
"component_groups": [
|
||||
"mode_switcher"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel_del",
|
||||
"category": "construction"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_item",
|
||||
"frame": 4
|
||||
},
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 1,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"can_always_eat": true,
|
||||
"on_consume": {
|
||||
"event": "imoo:turel_dell"
|
||||
}
|
||||
},
|
||||
"minecraft:use_duration": 2
|
||||
},
|
||||
"events": {
|
||||
"imoo:turel_dell": {
|
||||
"run_command": {
|
||||
"command": [
|
||||
"kill @e[type=imoo:turel, r=2]"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:string",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "imoo:turel_spawn_egg",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel_spawn_egg"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"#.#",
|
||||
".|.",
|
||||
"#.#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
".": {
|
||||
"item": "mw_item:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "imoo:turel_spawn_egg"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel_del"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"|#|",
|
||||
"#|#",
|
||||
"|#|"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cobblestone"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "imoo:turel_del"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "imoo:sfw",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":3
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,35 +1,35 @@
|
||||
## Алкоголь
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/)
|
||||
[Главная](http://nyan.pw/IMoO/index)
|
||||
|
||||
В аддоне присутсвует система алкоголя
|
||||
|
||||
 - Пустая клетка
|
||||
 - Пустая клетка
|
||||
|
||||
### Бутылка 
|
||||
### Бутылка 
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
### Бутылка с водой 
|
||||
### Бутылка с водой 
|
||||
|
||||
 + 
|
||||
 + 
|
||||
|
||||
### Алкоголь (Использовать зельеварку)
|
||||
|
||||
 +  =  (Самогон)
|
||||
 +  =  (Самогон)
|
||||
|
||||
 +  =  (Абсент)
|
||||
 +  =  (Абсент)
|
||||
|
||||
 +  =  (Водка)
|
||||
 +  =  (Водка)
|
||||
|
||||
 +  =  (Пиво)
|
||||
 +  =  (Пиво)
|
||||
|
||||
 +  =  (Вино)
|
||||
 +  =  (Вино)
|
||||
|
||||
### Алкоголь - эффекты
|
||||
|
||||
[Таблица на отдельной странице](https://nyako.icu/IMoO/alkoef)
|
||||
[Таблица на отдельной странице](http://nyan.pw/IMoO/alkoef)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Алкоголь
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/) / [Алкоголь](https://nyako.icu/IMoO/alko)
|
||||
[Главная](http://nyan.pw/IMoO/) / [Алкоголь](http://nyan.pw/IMoO/alko)
|
||||
|
||||
Название | Тошнота | Сила | Замедление | Отравление
|
||||
--- | --- | --- | --- | ---
|
||||
@@ -8,4 +8,4 @@
|
||||
Абсент | IV-300с | II-90с | II-60с | III-4с
|
||||
Водка | I-100с | I-30с | I-20с | нет
|
||||
Пиво | I-80c | I-20c | нет | нет
|
||||
Вино | I-80c | I-20c | нет | нет
|
||||
Вино | I-80c | I-20c | нет | нет
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||
## Разделы
|
||||
|
||||
- [Новые рецепты](https://nyako.icu/IMoO/newrec)
|
||||
- [Система алкоголя](https://nyako.icu/IMoO/alko)
|
||||
- [Новая еда](https://nyako.icu/IMoO/newfood)
|
||||
- [Новые предметы](https://nyako.icu/IMoO/newitem)
|
||||
- [Новые рецепты](http://nyan.pw/IMoO/newrec)
|
||||
- [Система алкоголя](http://nyan.pw/IMoO/alko)
|
||||
- [Новая еда](http://nyan.pw/IMoO/newfood)
|
||||
- [Новые предметы](http://nyan.pw/IMoO/newitem)
|
||||
|
||||
## Дополнительно
|
||||
|
||||
- [История версии](https://nyako.icu/IMoO/version)
|
||||
- [История версии](http://nyan.pw/IMoO/version)
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
## Новая еда
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/)
|
||||
[Главная](http://nyan.pw/IMoO/)
|
||||
|
||||
Новые еда в игре
|
||||
|
||||
 - Пустая клетка
|
||||
 - Пустая клетка
|
||||
|
||||
### Рыбное филе 
|
||||
### Рыбное филе 
|
||||
|
||||
 ->  * 2
|
||||
 ->  * 2
|
||||
|
||||
### Рыбный стейк 
|
||||
### Рыбный стейк 
|
||||
|
||||
 ->  * 2
|
||||
### Шоколадка 
|
||||
 ->  * 2
|
||||
### Шоколадка 
|
||||
|
||||
 +  + ->  * 2
|
||||
 +  + ->  * 2
|
||||
|
||||
### Варенье 
|
||||
### Варенье 
|
||||
|
||||
 +  +  +  -> 
|
||||
 +  +  +  -> 
|
||||
|
||||
### Вафли 
|
||||
### Вафли 
|
||||
|
||||
 +  +  ->  * 4
|
||||
 +  +  ->  * 4
|
||||
|
||||
|
||||
### Яблочный пирог 
|
||||
### Яблочный пирог 
|
||||
|
||||

|
||||

|
||||
|
||||
 ->  * 4
|
||||
 ->  * 4
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
## Новые предметы
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/)
|
||||
[Главная](http://nyan.pw/IMoO/)
|
||||
|
||||
Новые предметы в игре
|
||||
|
||||
 - Пустая клетка
|
||||
 - Пустая клетка
|
||||
|
||||
### Алмазная пыль 
|
||||
### Алмазная пыль 
|
||||
|
||||
 ->  * 9
|
||||
 ->  * 9
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
 -> 
|
||||
 -> 
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
## Новые рецепты
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/)
|
||||
[Главная](http://nyan.pw/IMoO/)
|
||||
|
||||
Тут представлен добавленный крафт некоторых предметов который отсутвует в оригинальной игре
|
||||
|
||||
 - Пустая клетка
|
||||
### Блок дёрна 
|
||||
 - Пустая клетка
|
||||
### Блок дёрна 
|
||||
|
||||
 + 
|
||||
 + 
|
||||
|
||||
### Паутина 
|
||||
### Паутина 
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
### Плачущий обсидиан 
|
||||
### Плачущий обсидиан 
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
### Порох 
|
||||

|
||||
### Порох 
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## История версий
|
||||
|
||||
[Главная](https://nyako.icu/IMoO/)
|
||||
[Главная](http://nyan.pw/IMoO/)
|
||||
|
||||
История версии аддона
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
- Пороха
|
||||
- Паутины
|
||||
|
||||
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/recipes0.1.0)
|
||||
[Скачать](https://github.com/Hell13Cat/IMoO/releases/tag/recipes0.1.0)
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version" : "1.10.0",
|
||||
"animation_controllers" : {
|
||||
"controller.animation.silverfish.move" : {
|
||||
"initial_state" : "default",
|
||||
"states" : {
|
||||
"default" : {
|
||||
"animations" : [ "move" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"format_version" : "1.8.0",
|
||||
"animations" : {
|
||||
"animation.silverfish.move" : {
|
||||
"anim_time_update" : "query.modified_distance_moved",
|
||||
"loop" : true,
|
||||
"bones" : {
|
||||
"bodypart_0" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4) * 1.26", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4) * 27", 0.0 ]
|
||||
},
|
||||
"bodypart_1" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4 + 27) * 0.63", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 27) * 18", 0.0 ]
|
||||
},
|
||||
"bodypart_2" : {
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 54) * 9", 0.0 ]
|
||||
},
|
||||
"bodypart_3" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4 + 81) * 0.63", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 81) * 18", 0.0 ]
|
||||
},
|
||||
"bodypart_4" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4 + 108) * 1.26", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 108) * 27", 0.0 ]
|
||||
},
|
||||
"bodypart_5" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4 + 135) * 1.89", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 135) * 36", 0.0 ]
|
||||
},
|
||||
"bodypart_6" : {
|
||||
"position" : [ "math.sin(query.life_time * 1031.4 + 162) * 2.52", 0.0, 0.0 ],
|
||||
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 162) * 45", 0.0 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:client_entity": {
|
||||
"description": {
|
||||
"identifier": "imoo:sfw",
|
||||
"materials": {
|
||||
"default": "entity",
|
||||
"body_layer": "silverfish_layers"
|
||||
},
|
||||
"textures": {
|
||||
"default": "textures/entity/imoo_sfw"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.imoo_sfw"
|
||||
},
|
||||
"animations": {
|
||||
"move": "animation.silverfish.move"
|
||||
},
|
||||
"animation_controllers": [
|
||||
{ "move": "controller.animation.silverfish.move" }
|
||||
],
|
||||
"render_controllers": [ "controller.render.silverfish" ],
|
||||
"spawn_egg": {
|
||||
"texture": "mw_item",
|
||||
"texture_index": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:client_entity": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel",
|
||||
"min_engine_version": "1.8.0",
|
||||
"materials": {
|
||||
"body": "blaze_body",
|
||||
"head": "blaze_head"
|
||||
},
|
||||
"textures": {
|
||||
"default": "textures/entity/imoo_turel"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.imoo_turel"
|
||||
},
|
||||
"animations": {
|
||||
"look_at_target": "animation.common.look_at_target",
|
||||
"move": "animation.blaze.move"
|
||||
},
|
||||
"particle_effects": {
|
||||
"charged_flames": "minecraft:mobflame_emitter"
|
||||
},
|
||||
"animation_controllers": [
|
||||
{ "move": "controller.animation.blaze.move" },
|
||||
{ "flame": "controller.animation.blaze.flame" }
|
||||
],
|
||||
"render_controllers": [ "controller.render.blaze" ],
|
||||
"spawn_egg": {
|
||||
"texture": "mw_item",
|
||||
"texture_index": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
0
|
||||
27
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"geometry.imoo_sfw": {
|
||||
"texturewidth": 64,
|
||||
"textureheight": 32,
|
||||
"visible_bounds_width": 3,
|
||||
"visible_bounds_height": 1,
|
||||
"visible_bounds_offset": [0, 0.5, 0],
|
||||
"bones": [
|
||||
{
|
||||
"name": "bodyPart_2",
|
||||
"pivot": [0, 4, 1],
|
||||
"cubes": [
|
||||
{"origin": [-3, 0, -0.5], "size": [6, 4, 3], "uv": [0, 9]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_0",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 2, -3.5],
|
||||
"cubes": [
|
||||
{"origin": [-1.5, 0, -4.5], "size": [3, 2, 2], "uv": [0, 0]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_1",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 3, -1.5],
|
||||
"cubes": [
|
||||
{"origin": [-2, 0, -2.5], "size": [4, 3, 2], "uv": [0, 4]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyLayer_2",
|
||||
"parent": "bodyPart_1",
|
||||
"pivot": [0, 5, -1.5],
|
||||
"cubes": [
|
||||
{"origin": [-3, 0, -3], "size": [6, 5, 2], "uv": [20, 18]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_3",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 3, 4],
|
||||
"cubes": [
|
||||
{"origin": [-1.5, 0, 2.5], "size": [3, 3, 3], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_4",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 2, 7],
|
||||
"cubes": [
|
||||
{"origin": [-1, 0, 5.5], "size": [2, 2, 3], "uv": [0, 22]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyLayer_1",
|
||||
"parent": "bodyPart_4",
|
||||
"pivot": [0, 4, 7],
|
||||
"cubes": [
|
||||
{"origin": [-3, 0, 5.5], "size": [6, 4, 3], "uv": [20, 11]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_5",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 1, 9.5],
|
||||
"cubes": [
|
||||
{"origin": [-1, 0, 8.5], "size": [2, 1, 2], "uv": [11, 0]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyPart_6",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 1, 11.5],
|
||||
"cubes": [
|
||||
{"origin": [-0.5, 0, 10.5], "size": [1, 1, 2], "uv": [13, 4]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bodyLayer_0",
|
||||
"parent": "bodyPart_2",
|
||||
"pivot": [0, 8, 1],
|
||||
"cubes": [
|
||||
{"origin": [-5, 0, -0.5], "size": [10, 8, 3], "uv": [20, 0]}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"geometry.imoo_turel": {
|
||||
"texturewidth": 64,
|
||||
"textureheight": 32,
|
||||
"visible_bounds_width": 2,
|
||||
"visible_bounds_height": 3,
|
||||
"visible_bounds_offset": [0, 1.5, 0],
|
||||
"bones": [
|
||||
{
|
||||
"name": "upperBodyParts0",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts1",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts2",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts3",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts4",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts5",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts6",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts7",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts8",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts9",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts10",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upperBodyParts11",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [0, 16, 0], "size": [2, 8, 2], "uv": [0, 16]}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "head",
|
||||
"pivot": [0, 24, 0],
|
||||
"cubes": [
|
||||
{"origin": [-4, 20, -4], "size": [8, 8, 8], "uv": [0, 0]}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"particle_effect": {
|
||||
"description": {
|
||||
"identifier": "minecraft:silverfish_grief_emitter",
|
||||
"basic_render_parameters": {
|
||||
"material": "particles_alpha",
|
||||
"texture": "textures/particle/particles"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"minecraft:emitter_rate_instant": {
|
||||
"num_particles": 20
|
||||
},
|
||||
"minecraft:emitter_lifetime_once": {
|
||||
},
|
||||
"minecraft:emitter_shape_custom": {
|
||||
"offset": [ "variable.aabb.x * Math.random(0, 2) - Math.random(0, 0.2) - variable.aabb.x",
|
||||
"variable.aabb.y * Math.random(0, 1) - Math.random(0, 0.2)",
|
||||
"variable.aabb.z * Math.random(0, 2) - Math.random(0, 0.2) - variable.aabb.z" ],
|
||||
"direction": [ "Math.random(0, 0.02)", "Math.random(0, 0.02)", "Math.random(0, 0.02)" ]
|
||||
},
|
||||
"minecraft:particle_initial_speed": 2,
|
||||
"minecraft:particle_lifetime_expression": {
|
||||
"max_lifetime": "4 / Math.Random(1, 5) + 0.1"
|
||||
},
|
||||
"minecraft:particle_motion_dynamic": {
|
||||
"linear_acceleration": [ 0, 4, 0 ],
|
||||
"linear_drag_coefficient": 5.25
|
||||
},
|
||||
"minecraft:particle_motion_collision": {
|
||||
"coefficient_of_restitution": 0.1,
|
||||
"collision_drag": 10.0,
|
||||
"collision_radius": 0.1
|
||||
},
|
||||
"minecraft:particle_appearance_billboard": {
|
||||
"size": [ "variable.particle_random_1 * variable.particle_random_2 * 0.6 + 0.1", "variable.particle_random_1 * variable.particle_random_2 * 0.6 + 0.1" ],
|
||||
"facing_camera_mode": "lookat_xyz",
|
||||
"uv": {
|
||||
"texture_width": 128,
|
||||
"texture_height": 128,
|
||||
"flipbook": {
|
||||
"base_UV": [ 56, 0 ],
|
||||
"size_UV": [ 8, 8 ],
|
||||
"step_UV": [ -8, 0 ],
|
||||
"frames_per_second": 8,
|
||||
"max_frame": 8,
|
||||
"stretch_to_lifetime": true,
|
||||
"loop": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:particle_appearance_tinting": {
|
||||
"color": [ "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", "variable.particle_random_1 * 0.3 + 0.7", 0 ]
|
||||
},
|
||||
"minecraft:particle_appearance_lighting": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"render_controllers": {
|
||||
"controller.render.silverfish": {
|
||||
"geometry": "Geometry.default",
|
||||
"materials": [
|
||||
{ "*": "Material.default" },
|
||||
{ "bodyLayer_*": "Material.body_layer" }
|
||||
],
|
||||
"part_visibility": [
|
||||
{ "*": "0" },
|
||||
{ "bodypart_0": "1" },
|
||||
{ "bodypart_1": "1" },
|
||||
{ "bodypart_2": "1" },
|
||||
{ "bodypart_3": "1" },
|
||||
{ "bodypart_4": "1" },
|
||||
{ "bodypart_5": "1" },
|
||||
{ "bodypart_6": "1" },
|
||||
{ "bodylayer_0": "1" },
|
||||
{ "bodylayer_1": "1" },
|
||||
{ "bodylayer_2": "1" }
|
||||
],
|
||||
"textures": [ "Texture.default" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,4 +3,9 @@ tile.imoo:chair.name=Chair
|
||||
action.hint.exit.imoo:seat_helper=Jump to get up
|
||||
tile.imoo:grave_1.name=Grave stone
|
||||
tile.imoo:grave_2.name=Grave cross
|
||||
tile.imoo:grave_3.name=Gravestone
|
||||
tile.imoo:grave_3.name=Gravestone
|
||||
item.spawn_egg.entity.imoo:sfw.name=Create a fluffy
|
||||
entity.imoo:sfw.name=Fluffy
|
||||
item.spawn_egg.entity.imoo:turel.name=Install turret
|
||||
item.imoo:turel_del=Remove turret
|
||||
entity.imoo:turel.name=Turret
|
||||
@@ -3,4 +3,9 @@ tile.imoo:chair.name=Стул
|
||||
action.hint.exit.imoo:seat_helper=Прыжок для того чтоб встать
|
||||
tile.imoo:grave_1.name=Могильный камень
|
||||
tile.imoo:grave_2.name=Могильный крест
|
||||
tile.imoo:grave_3.name=Могильная плита
|
||||
tile.imoo:grave_3.name=Могильная плита
|
||||
item.spawn_egg.entity.imoo:sfw.name=Создать пушистика
|
||||
entity.imoo:sfw.name=Пушистик
|
||||
item.spawn_egg.entity.imoo:turel.name=Установить турель
|
||||
item.imoo:turel_del=Убрать турель
|
||||
entity.imoo:turel.name=Турель
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 270 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 475 B |
|
After Width: | Height: | Size: 358 B |
|
After Width: | Height: | Size: 240 B |
@@ -28,7 +28,10 @@
|
||||
"mw_item": {
|
||||
"textures": [
|
||||
"textures/items/item/diamond_dust",
|
||||
"textures/items/item/fastbuilder"
|
||||
"textures/items/item/fastbuilder",
|
||||
"textures/items/mob/imoo_egg_sfw",
|
||||
"textures/items/mob/imoo_turel_add",
|
||||
"textures/items/mob/imoo_turel_del"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 330 B |
|
After Width: | Height: | Size: 392 B |
|
After Width: | Height: | Size: 134 B |
|
After Width: | Height: | Size: 159 B |
@@ -4,6 +4,16 @@
|
||||
"padding": 8,
|
||||
"num_mip_levels": 4,
|
||||
"texture_data": {
|
||||
"imoo_sakura":{
|
||||
"textures":[
|
||||
"textures/blocks/leaves_sakura_carried",
|
||||
"textures/blocks/leaves_sakura_opaque",
|
||||
"textures/blocks/leaves_sakura",
|
||||
"textures/blocks/log_sakura_top",
|
||||
"textures/blocks/log_sakura",
|
||||
"textures/blocks/sapling_sakura"
|
||||
]
|
||||
},
|
||||
"imoo_chair": {
|
||||
"textures": [
|
||||
"textures/items/block/imoo_chair"
|
||||
|
||||
@@ -0,0 +1,596 @@
|
||||
{
|
||||
"0": "minecraft:air",
|
||||
"1": "minecraft:stone",
|
||||
"1:1": "minecraft:stone",
|
||||
"1:2": "minecraft:stone",
|
||||
"1:3": "minecraft:stone",
|
||||
"1:4": "minecraft:stone",
|
||||
"1:5": "minecraft:stone",
|
||||
"1:6": "minecraft:stone",
|
||||
"2": "minecraft:grass",
|
||||
"3": "minecraft:dirt",
|
||||
"3:1": "minecraft:dirt",
|
||||
"3:2": "minecraft:dirt",
|
||||
"4": "minecraft:cobblestone",
|
||||
"5": "minecraft:planks",
|
||||
"5:1": "minecraft:planks",
|
||||
"5:2": "minecraft:planks",
|
||||
"5:3": "minecraft:planks",
|
||||
"5:4": "minecraft:planks",
|
||||
"5:5": "minecraft:planks",
|
||||
"6": "minecraft:sapling",
|
||||
"6:1": "minecraft:sapling",
|
||||
"6:2": "minecraft:sapling",
|
||||
"6:3": "minecraft:sapling",
|
||||
"6:4": "minecraft:sapling",
|
||||
"6:5": "minecraft:sapling",
|
||||
"7": "minecraft:bedrock",
|
||||
"8": "minecraft:flowing_water",
|
||||
"9": "minecraft:water",
|
||||
"10": "minecraft:flowing_lava",
|
||||
"11": "minecraft:lava",
|
||||
"12": "minecraft:sand",
|
||||
"12:1": "minecraft:sand",
|
||||
"13": "minecraft:gravel",
|
||||
"14": "minecraft:gold_ore",
|
||||
"15": "minecraft:iron_ore",
|
||||
"16": "minecraft:coal_ore",
|
||||
"17": "minecraft:log",
|
||||
"17:1": "minecraft:log",
|
||||
"17:2": "minecraft:log",
|
||||
"17:3": "minecraft:log",
|
||||
"18": "minecraft:leaves",
|
||||
"18:1": "minecraft:leaves",
|
||||
"18:2": "minecraft:leaves",
|
||||
"18:3": "minecraft:leaves",
|
||||
"19": "minecraft:sponge",
|
||||
"19:1": "minecraft:sponge",
|
||||
"20": "minecraft:glass",
|
||||
"21": "minecraft:lapis_ore",
|
||||
"22": "minecraft:lapis_block",
|
||||
"23": "minecraft:dispenser",
|
||||
"24": "minecraft:sandstone",
|
||||
"24:1": "minecraft:sandstone",
|
||||
"24:2": "minecraft:sandstone",
|
||||
"25": "minecraft:noteblock",
|
||||
"26": "minecraft:bed",
|
||||
"27": "minecraft:golden_rail",
|
||||
"28": "minecraft:detector_rail",
|
||||
"29": "minecraft:sticky_piston",
|
||||
"30": "minecraft:web",
|
||||
"31": "minecraft:tallgrass",
|
||||
"31:1": "minecraft:tallgrass",
|
||||
"31:2": "minecraft:tallgrass",
|
||||
"32": "minecraft:deadbush",
|
||||
"33": "minecraft:piston",
|
||||
"34": "minecraft:piston_head",
|
||||
"35": "minecraft:wool",
|
||||
"35:1": "minecraft:wool",
|
||||
"35:2": "minecraft:wool",
|
||||
"35:3": "minecraft:wool",
|
||||
"35:4": "minecraft:wool",
|
||||
"35:5": "minecraft:wool",
|
||||
"35:6": "minecraft:wool",
|
||||
"35:7": "minecraft:wool",
|
||||
"35:8": "minecraft:wool",
|
||||
"35:9": "minecraft:wool",
|
||||
"35:10": "minecraft:wool",
|
||||
"35:11": "minecraft:wool",
|
||||
"35:12": "minecraft:wool",
|
||||
"35:13": "minecraft:wool",
|
||||
"35:14": "minecraft:wool",
|
||||
"35:15": "minecraft:wool",
|
||||
"37": "minecraft:yellow_flower",
|
||||
"38": "minecraft:red_flower",
|
||||
"38:1": "minecraft:red_flower",
|
||||
"38:2": "minecraft:red_flower",
|
||||
"38:3": "minecraft:red_flower",
|
||||
"38:4": "minecraft:red_flower",
|
||||
"38:5": "minecraft:red_flower",
|
||||
"38:6": "minecraft:red_flower",
|
||||
"38:7": "minecraft:red_flower",
|
||||
"38:8": "minecraft:red_flower",
|
||||
"39": "minecraft:brown_mushroom",
|
||||
"40": "minecraft:red_mushroom",
|
||||
"41": "minecraft:gold_block",
|
||||
"42": "minecraft:iron_block",
|
||||
"43": "minecraft:double_stone_slab",
|
||||
"43:1": "minecraft:double_stone_slab",
|
||||
"43:2": "minecraft:double_stone_slab",
|
||||
"43:3": "minecraft:double_stone_slab",
|
||||
"43:4": "minecraft:double_stone_slab",
|
||||
"43:5": "minecraft:double_stone_slab",
|
||||
"43:6": "minecraft:double_stone_slab",
|
||||
"43:7": "minecraft:double_stone_slab",
|
||||
"44": "minecraft:stone_slab",
|
||||
"44:1": "minecraft:stone_slab",
|
||||
"44:2": "minecraft:stone_slab",
|
||||
"44:3": "minecraft:stone_slab",
|
||||
"44:4": "minecraft:stone_slab",
|
||||
"44:5": "minecraft:stone_slab",
|
||||
"44:6": "minecraft:stone_slab",
|
||||
"44:7": "minecraft:stone_slab",
|
||||
"45": "minecraft:brick_block",
|
||||
"46": "minecraft:tnt",
|
||||
"47": "minecraft:bookshelf",
|
||||
"48": "minecraft:mossy_cobblestone",
|
||||
"49": "minecraft:obsidian",
|
||||
"50": "minecraft:torch",
|
||||
"51": "minecraft:fire",
|
||||
"52": "minecraft:mob_spawner",
|
||||
"53": "minecraft:oak_stairs",
|
||||
"54": "minecraft:chest",
|
||||
"55": "minecraft:redstone_wire",
|
||||
"56": "minecraft:diamond_ore",
|
||||
"57": "minecraft:diamond_block",
|
||||
"58": "minecraft:crafting_table",
|
||||
"59": "minecraft:wheat",
|
||||
"60": "minecraft:farmland",
|
||||
"61": "minecraft:furnace",
|
||||
"62": "minecraft:lit_furnace",
|
||||
"63": "minecraft:standing_sign",
|
||||
"64": "minecraft:wooden_door",
|
||||
"65": "minecraft:ladder",
|
||||
"66": "minecraft:rail",
|
||||
"67": "minecraft:stone_stairs",
|
||||
"68": "minecraft:wall_sign",
|
||||
"69": "minecraft:lever",
|
||||
"70": "minecraft:stone_pressure_plate",
|
||||
"71": "minecraft:iron_door",
|
||||
"72": "minecraft:wooden_pressure_plate",
|
||||
"73": "minecraft:redstone_ore",
|
||||
"74": "minecraft:lit_redstone_ore",
|
||||
"75": "minecraft:unlit_redstone_torch",
|
||||
"76": "minecraft:redstone_torch",
|
||||
"77": "minecraft:stone_button",
|
||||
"78": "minecraft:snow_layer",
|
||||
"79": "minecraft:ice",
|
||||
"80": "minecraft:snow",
|
||||
"81": "minecraft:cactus",
|
||||
"82": "minecraft:clay",
|
||||
"83": "minecraft:reeds",
|
||||
"84": "minecraft:jukebox",
|
||||
"85": "minecraft:fence",
|
||||
"86": "minecraft:pumpkin",
|
||||
"87": "minecraft:netherrack",
|
||||
"88": "minecraft:soul_sand",
|
||||
"89": "minecraft:glowstone",
|
||||
"90": "minecraft:portal",
|
||||
"91": "minecraft:lit_pumpkin",
|
||||
"92": "minecraft:cake",
|
||||
"93": "minecraft:unpowered_repeater",
|
||||
"94": "minecraft:powered_repeater",
|
||||
"95": "minecraft:stained_glass",
|
||||
"95:1": "minecraft:stained_glass",
|
||||
"95:2": "minecraft:stained_glass",
|
||||
"95:3": "minecraft:stained_glass",
|
||||
"95:4": "minecraft:stained_glass",
|
||||
"95:5": "minecraft:stained_glass",
|
||||
"95:6": "minecraft:stained_glass",
|
||||
"95:7": "minecraft:stained_glass",
|
||||
"95:8": "minecraft:stained_glass",
|
||||
"95:9": "minecraft:stained_glass",
|
||||
"95:10": "minecraft:stained_glass",
|
||||
"95:11": "minecraft:stained_glass",
|
||||
"95:12": "minecraft:stained_glass",
|
||||
"95:13": "minecraft:stained_glass",
|
||||
"95:14": "minecraft:stained_glass",
|
||||
"95:15": "minecraft:stained_glass",
|
||||
"96": "minecraft:trapdoor",
|
||||
"97": "minecraft:monster_egg",
|
||||
"97:1": "minecraft:monster_egg",
|
||||
"97:2": "minecraft:monster_egg",
|
||||
"97:3": "minecraft:monster_egg",
|
||||
"97:4": "minecraft:monster_egg",
|
||||
"97:5": "minecraft:monster_egg",
|
||||
"98": "minecraft:stonebrick",
|
||||
"98:1": "minecraft:stonebrick",
|
||||
"98:2": "minecraft:stonebrick",
|
||||
"98:3": "minecraft:stonebrick",
|
||||
"99": "minecraft:stonebrick",
|
||||
"100": "minecraft:stonebrick",
|
||||
"101": "minecraft:iron_bars",
|
||||
"102": "minecraft:glass_pane",
|
||||
"103": "minecraft:melon_block",
|
||||
"104": "minecraft:pumpkin_stem",
|
||||
"105": "minecraft:melon_stem",
|
||||
"106": "minecraft:vine",
|
||||
"107": "minecraft:fence_gate",
|
||||
"108": "minecraft:brick_stairs",
|
||||
"109": "minecraft:stone_brick_stairs",
|
||||
"110": "minecraft:mycelium",
|
||||
"111": "minecraft:waterlily",
|
||||
"112": "minecraft:nether_brick",
|
||||
"113": "minecraft:nether_brick_fence",
|
||||
"114": "minecraft:nether_brick_stairs",
|
||||
"115": "minecraft:nether_wart",
|
||||
"116": "minecraft:enchanting_table",
|
||||
"117": "minecraft:brewing_stand",
|
||||
"118": "minecraft:cauldron",
|
||||
"119": "minecraft:end_portal",
|
||||
"120": "minecraft:end_portal_frame",
|
||||
"121": "minecraft:end_stone",
|
||||
"122": "minecraft:dragon_egg",
|
||||
"123": "minecraft:redstone_lamp",
|
||||
"124": "minecraft:lit_redstone_lamp",
|
||||
"125": "minecraft:double_wooden_slab",
|
||||
"125:1": "minecraft:double_wooden_slab",
|
||||
"125:2": "minecraft:double_wooden_slab",
|
||||
"125:3": "minecraft:double_wooden_slab",
|
||||
"125:4": "minecraft:double_wooden_slab",
|
||||
"125:5": "minecraft:double_wooden_slab",
|
||||
"126": "minecraft:wooden_slab",
|
||||
"126:1": "minecraft:wooden_slab",
|
||||
"126:2": "minecraft:wooden_slab",
|
||||
"126:3": "minecraft:wooden_slab",
|
||||
"126:4": "minecraft:wooden_slab",
|
||||
"126:5": "minecraft:wooden_slab",
|
||||
"127": "minecraft:cocoa",
|
||||
"128": "minecraft:sandstone_stairs",
|
||||
"129": "minecraft:emerald_ore",
|
||||
"130": "minecraft:ender_chest",
|
||||
"131": "minecraft:tripwire_hook",
|
||||
"132": "minecraft:tripwire_hook",
|
||||
"133": "minecraft:emerald_block",
|
||||
"134": "minecraft:spruce_stairs",
|
||||
"135": "minecraft:birch_stairs",
|
||||
"136": "minecraft:jungle_stairs",
|
||||
"137": "minecraft:command_block",
|
||||
"138": "minecraft:beacon",
|
||||
"139": "minecraft:cobblestone_wall",
|
||||
"139:1": "minecraft:cobblestone_wall",
|
||||
"140": "minecraft:flower_pot",
|
||||
"141": "minecraft:carrots",
|
||||
"142": "minecraft:potatoes",
|
||||
"143": "minecraft:wooden_button",
|
||||
"144": "minecraft:skull",
|
||||
"145": "minecraft:anvil",
|
||||
"146": "minecraft:trapped_chest",
|
||||
"147": "minecraft:light_weighted_pressure_plate",
|
||||
"148": "minecraft:heavy_weighted_pressure_plate",
|
||||
"149": "minecraft:unpowered_comparator",
|
||||
"150": "minecraft:powered_comparator",
|
||||
"151": "minecraft:daylight_detector",
|
||||
"152": "minecraft:redstone_block",
|
||||
"153": "minecraft:quartz_ore",
|
||||
"154": "minecraft:hopper",
|
||||
"155": "minecraft:quartz_block",
|
||||
"155:1": "minecraft:quartz_block",
|
||||
"155:2": "minecraft:quartz_block",
|
||||
"156": "minecraft:quartz_stairs",
|
||||
"157": "minecraft:activator_rail",
|
||||
"158": "minecraft:dropper",
|
||||
"159": "minecraft:stained_hardened_clay",
|
||||
"159:1": "minecraft:stained_hardened_clay",
|
||||
"159:2": "minecraft:stained_hardened_clay",
|
||||
"159:3": "minecraft:stained_hardened_clay",
|
||||
"159:4": "minecraft:stained_hardened_clay",
|
||||
"159:5": "minecraft:stained_hardened_clay",
|
||||
"159:6": "minecraft:stained_hardened_clay",
|
||||
"159:7": "minecraft:stained_hardened_clay",
|
||||
"159:8": "minecraft:stained_hardened_clay",
|
||||
"159:9": "minecraft:stained_hardened_clay",
|
||||
"159:10": "minecraft:stained_hardened_clay",
|
||||
"159:11": "minecraft:stained_hardened_clay",
|
||||
"159:12": "minecraft:stained_hardened_clay",
|
||||
"159:13": "minecraft:stained_hardened_clay",
|
||||
"159:14": "minecraft:stained_hardened_clay",
|
||||
"159:15": "minecraft:stained_hardened_clay",
|
||||
"160": "minecraft:stained_glass_pane",
|
||||
"160:1": "minecraft:stained_glass_pane",
|
||||
"160:2": "minecraft:stained_glass_pane",
|
||||
"160:3": "minecraft:stained_glass_pane",
|
||||
"160:4": "minecraft:stained_glass_pane",
|
||||
"160:5": "minecraft:stained_glass_pane",
|
||||
"160:6": "minecraft:stained_glass_pane",
|
||||
"160:7": "minecraft:stained_glass_pane",
|
||||
"160:8": "minecraft:stained_glass_pane",
|
||||
"160:9": "minecraft:stained_glass_pane",
|
||||
"160:10": "minecraft:stained_glass_pane",
|
||||
"160:11": "minecraft:stained_glass_pane",
|
||||
"160:12": "minecraft:stained_glass_pane",
|
||||
"160:13": "minecraft:stained_glass_pane",
|
||||
"160:14": "minecraft:stained_glass_pane",
|
||||
"160:15": "minecraft:stained_glass_pane",
|
||||
"161": "minecraft:leaves2",
|
||||
"161:1": "minecraft:leaves2",
|
||||
"162": "minecraft:logs2",
|
||||
"162:1": "minecraft:logs2",
|
||||
"163": "minecraft:acacia_stairs",
|
||||
"164": "minecraft:dark_oak_stairs",
|
||||
"165": "minecraft:slime",
|
||||
"166": "minecraft:barrier",
|
||||
"167": "minecraft:iron_trapdoor",
|
||||
"168": "minecraft:prismarine",
|
||||
"168:1": "minecraft:prismarine",
|
||||
"168:2": "minecraft:prismarine",
|
||||
"169": "minecraft:sea_lantern",
|
||||
"170": "minecraft:hay_block",
|
||||
"171": "minecraft:carpet",
|
||||
"171:1": "minecraft:carpet",
|
||||
"171:2": "minecraft:carpet",
|
||||
"171:3": "minecraft:carpet",
|
||||
"171:4": "minecraft:carpet",
|
||||
"171:5": "minecraft:carpet",
|
||||
"171:6": "minecraft:carpet",
|
||||
"171:7": "minecraft:carpet",
|
||||
"171:8": "minecraft:carpet",
|
||||
"171:9": "minecraft:carpet",
|
||||
"171:10": "minecraft:carpet",
|
||||
"171:11": "minecraft:carpet",
|
||||
"171:12": "minecraft:carpet",
|
||||
"171:13": "minecraft:carpet",
|
||||
"171:14": "minecraft:carpet",
|
||||
"171:15": "minecraft:carpet",
|
||||
"172": "minecraft:hardened_clay",
|
||||
"173": "minecraft:coal_block",
|
||||
"174": "minecraft:packed_ice",
|
||||
"175": "minecraft:double_plant",
|
||||
"175:1": "minecraft:double_plant",
|
||||
"175:2": "minecraft:double_plant",
|
||||
"175:3": "minecraft:double_plant",
|
||||
"175:4": "minecraft:double_plant",
|
||||
"175:5": "minecraft:double_plant",
|
||||
"176": "minecraft:standing_banner",
|
||||
"177": "minecraft:wall_banner",
|
||||
"178": "minecraft:daylight_detector_inverted",
|
||||
"179": "minecraft:red_sandstone",
|
||||
"179:1": "minecraft:red_sandstone",
|
||||
"179:2": "minecraft:red_sandstone",
|
||||
"180": "minecraft:red_sandstone_stairs",
|
||||
"181": "minecraft:stone_slab2",
|
||||
"182": "minecraft:double_stone_slab2",
|
||||
"183": "minecraft:spruce_fence_gate",
|
||||
"184": "minecraft:birch_fence_gate",
|
||||
"185": "minecraft:jungle_fence_gate",
|
||||
"186": "minecraft:dark_oak_fence_gate",
|
||||
"187": "minecraft:acacia_fence_gate",
|
||||
"188": "minecraft:spruce_fence",
|
||||
"189": "minecraft:birch_fence",
|
||||
"190": "minecraft:jungle_fence",
|
||||
"191": "minecraft:dark_oak_fence",
|
||||
"192": "minecraft:acacia_fence",
|
||||
"193": "minecraft:spruce_door",
|
||||
"194": "minecraft:birch_door",
|
||||
"195": "minecraft:jungle_door",
|
||||
"196": "minecraft:acacia_door",
|
||||
"197": "minecraft:dark_oak_door",
|
||||
"256": "minecraft:iron_shovel",
|
||||
"257": "minecraft:iron_pickaxe",
|
||||
"258": "minecraft:iron_axe",
|
||||
"259": "minecraft:flint_and_steel",
|
||||
"260": "minecraft:apple",
|
||||
"261": "minecraft:bow",
|
||||
"262": "minecraft:arrow",
|
||||
"263": "minecraft:coal",
|
||||
"263:1": "minecraft:coal",
|
||||
"264": "minecraft:diamond",
|
||||
"265": "minecraft:iron_ingot",
|
||||
"266": "minecraft:gold_ingot",
|
||||
"267": "minecraft:iron_sword",
|
||||
"268": "minecraft:wooden_sword",
|
||||
"269": "minecraft:wooden_shovel",
|
||||
"270": "minecraft:wooden_pickaxe",
|
||||
"271": "minecraft:wooden_axe",
|
||||
"272": "minecraft:stone_sword",
|
||||
"273": "minecraft:stone_shovel",
|
||||
"274": "minecraft:stone_pickaxe",
|
||||
"275": "minecraft:stone_axe",
|
||||
"276": "minecraft:diamond_sword",
|
||||
"277": "minecraft:diamond_shovel",
|
||||
"278": "minecraft:diamond_pickaxe",
|
||||
"279": "minecraft:diamond_axe",
|
||||
"280": "minecraft:stick",
|
||||
"281": "minecraft:bowl",
|
||||
"282": "minecraft:mushroom_stew",
|
||||
"283": "minecraft:golden_sword",
|
||||
"284": "minecraft:golden_shovel",
|
||||
"285": "minecraft:golden_pickaxe",
|
||||
"286": "minecraft:golden_axe",
|
||||
"287": "minecraft:string",
|
||||
"288": "minecraft:feather",
|
||||
"289": "minecraft:gunpowder",
|
||||
"290": "minecraft:wooden_hoe",
|
||||
"291": "minecraft:stone_hoe",
|
||||
"292": "minecraft:iron_hoe",
|
||||
"293": "minecraft:diamond_hoe",
|
||||
"294": "minecraft:golden_hoe",
|
||||
"295": "minecraft:wheat_seeds",
|
||||
"296": "minecraft:wheat",
|
||||
"297": "minecraft:bread",
|
||||
"298": "minecraft:leather_helmet",
|
||||
"299": "minecraft:leather_chestplate",
|
||||
"300": "minecraft:leather_leggings",
|
||||
"301": "minecraft:leather_boots",
|
||||
"302": "minecraft:chainmail_helmet",
|
||||
"303": "minecraft:chainmail_chestplate",
|
||||
"304": "minecraft:chainmail_leggings",
|
||||
"305": "minecraft:chainmail_boots",
|
||||
"306": "minecraft:iron_helmet",
|
||||
"307": "minecraft:iron_chestplate",
|
||||
"308": "minecraft:iron_leggings",
|
||||
"309": "minecraft:iron_boots",
|
||||
"310": "minecraft:diamond_helmet",
|
||||
"311": "minecraft:diamond_chestplate",
|
||||
"312": "minecraft:diamond_leggings",
|
||||
"313": "minecraft:diamond_boots",
|
||||
"314": "minecraft:golden_helmet",
|
||||
"315": "minecraft:golden_chestplate",
|
||||
"316": "minecraft:golden_leggings",
|
||||
"317": "minecraft:golden_boots",
|
||||
"318": "minecraft:flint_and_steel",
|
||||
"319": "minecraft:porkchop",
|
||||
"320": "minecraft:cooked_porkchop",
|
||||
"321": "minecraft:painting",
|
||||
"322": "minecraft:golden_apple",
|
||||
"322:1": "minecraft:golden_apple",
|
||||
"323": "minecraft:sign",
|
||||
"324": "minecraft:wooden_door",
|
||||
"325": "minecraft:bucket",
|
||||
"326": "minecraft:water_bucket",
|
||||
"327": "minecraft:lava_bucket",
|
||||
"328": "minecraft:minecart",
|
||||
"329": "minecraft:saddle",
|
||||
"330": "minecraft:iron_door",
|
||||
"331": "minecraft:redstone",
|
||||
"332": "minecraft:snowball",
|
||||
"333": "minecraft:boat",
|
||||
"334": "minecraft:leather",
|
||||
"335": "minecraft:milk_bucket",
|
||||
"336": "minecraft:brick",
|
||||
"337": "minecraft:clay_ball",
|
||||
"338": "minecraft:reeds",
|
||||
"339": "minecraft:paper",
|
||||
"340": "minecraft:book",
|
||||
"341": "minecraft:slime_ball",
|
||||
"342": "minecraft:chest_minecart",
|
||||
"343": "minecraft:furnace_minecart",
|
||||
"344": "minecraft:egg",
|
||||
"345": "minecraft:compass",
|
||||
"346": "minecraft:fishing_rod",
|
||||
"347": "minecraft:clock",
|
||||
"348": "minecraft:glowstone_dust",
|
||||
"349": "minecraft:fish",
|
||||
"349:1": "minecraft:fish",
|
||||
"349:2": "minecraft:fish",
|
||||
"349:3": "minecraft:fish",
|
||||
"350": "minecraft:cooked_fish",
|
||||
"350:1": "minecraft:cooked_fish",
|
||||
"351": "minecraft:dye",
|
||||
"351:1": "minecraft:dye",
|
||||
"351:2": "minecraft:dye",
|
||||
"351:3": "minecraft:dye",
|
||||
"351:4": "minecraft:dye",
|
||||
"351:5": "minecraft:dye",
|
||||
"351:6": "minecraft:dye",
|
||||
"351:7": "minecraft:dye",
|
||||
"351:8": "minecraft:dye",
|
||||
"351:9": "minecraft:dye",
|
||||
"351:10": "minecraft:dye",
|
||||
"351:11": "minecraft:dye",
|
||||
"351:12": "minecraft:dye",
|
||||
"351:13": "minecraft:dye",
|
||||
"351:14": "minecraft:dye",
|
||||
"351:15": "minecraft:dye",
|
||||
"352": "minecraft:bone",
|
||||
"353": "minecraft:sugar",
|
||||
"354": "minecraft:cake",
|
||||
"355": "minecraft:bed",
|
||||
"356": "minecraft:repeater",
|
||||
"357": "minecraft:cookie",
|
||||
"358": "minecraft:filled_map",
|
||||
"359": "minecraft:shears",
|
||||
"360": "minecraft:melon",
|
||||
"361": "minecraft:pumpkin_seeds",
|
||||
"362": "minecraft:melon_seeds",
|
||||
"363": "minecraft:beef",
|
||||
"364": "minecraft:cooked_beef",
|
||||
"365": "minecraft:chicken",
|
||||
"366": "minecraft:cooked_chicken",
|
||||
"367": "minecraft:rotten_flesh",
|
||||
"368": "minecraft:ender_pearl",
|
||||
"369": "minecraft:blaze_rod",
|
||||
"370": "minecraft:ghast_tear",
|
||||
"371": "minecraft:gold_nugget",
|
||||
"372": "minecraft:nether_wart",
|
||||
"373": "minecraft:potion",
|
||||
"374": "minecraft:glass_bottle",
|
||||
"375": "minecraft:spider_eye",
|
||||
"376": "minecraft:fermented_spider_eye",
|
||||
"377": "minecraft:blaze_powder",
|
||||
"378": "minecraft:magma_cream",
|
||||
"379": "minecraft:brewing_stand",
|
||||
"380": "minecraft:cauldron",
|
||||
"381": "minecraft:ender_eye",
|
||||
"382": "minecraft:speckled_melon",
|
||||
"383:50": "minecraft:spawn_egg",
|
||||
"383:51": "minecraft:spawn_egg",
|
||||
"383:52": "minecraft:spawn_egg",
|
||||
"383:54": "minecraft:spawn_egg",
|
||||
"383:55": "minecraft:spawn_egg",
|
||||
"383:56": "minecraft:spawn_egg",
|
||||
"383:57": "minecraft:spawn_egg",
|
||||
"383:58": "minecraft:spawn_egg",
|
||||
"383:59": "minecraft:spawn_egg",
|
||||
"383:60": "minecraft:spawn_egg",
|
||||
"383:61": "minecraft:spawn_egg",
|
||||
"383:62": "minecraft:spawn_egg",
|
||||
"383:65": "minecraft:spawn_egg",
|
||||
"383:66": "minecraft:spawn_egg",
|
||||
"383:67": "minecraft:spawn_egg",
|
||||
"383:68": "minecraft:spawn_egg",
|
||||
"383:90": "minecraft:spawn_egg",
|
||||
"383:91": "minecraft:spawn_egg",
|
||||
"383:92": "minecraft:spawn_egg",
|
||||
"383:93": "minecraft:spawn_egg",
|
||||
"383:94": "minecraft:spawn_egg",
|
||||
"383:95": "minecraft:spawn_egg",
|
||||
"383:96": "minecraft:spawn_egg",
|
||||
"383:98": "minecraft:spawn_egg",
|
||||
"383:100": "minecraft:spawn_egg",
|
||||
"383:101": "minecraft:spawn_egg",
|
||||
"383:120": "minecraft:spawn_egg",
|
||||
"384": "minecraft:experience_bottle",
|
||||
"385": "minecraft:fire_charge",
|
||||
"386": "minecraft:writable_book",
|
||||
"387": "minecraft:written_book",
|
||||
"388": "minecraft:emerald",
|
||||
"389": "minecraft:item_frame",
|
||||
"390": "minecraft:flower_pot",
|
||||
"391": "minecraft:carrot",
|
||||
"392": "minecraft:potato",
|
||||
"393": "minecraft:baked_potato",
|
||||
"394": "minecraft:poisonous_potato",
|
||||
"395": "minecraft:map",
|
||||
"396": "minecraft:golden_carrot",
|
||||
"397": "minecraft:skull",
|
||||
"397:1": "minecraft:skull",
|
||||
"397:2": "minecraft:skull",
|
||||
"397:3": "minecraft:skull",
|
||||
"397:4": "minecraft:skull",
|
||||
"398": "minecraft:carrot_on_a_stick",
|
||||
"399": "minecraft:nether_star",
|
||||
"400": "minecraft:pumpkin_pie",
|
||||
"401": "minecraft:fireworks",
|
||||
"402": "minecraft:firework_charge",
|
||||
"403": "minecraft:enchanted_book",
|
||||
"404": "minecraft:comparator",
|
||||
"405": "minecraft:netherbrick",
|
||||
"406": "minecraft:quartz",
|
||||
"407": "minecraft:tnt_minecart",
|
||||
"408": "minecraft:hopper_minecart",
|
||||
"409": "minecraft:prismarine_shard",
|
||||
"410": "minecraft:prismarine_crystals",
|
||||
"411": "minecraft:rabbit",
|
||||
"412": "minecraft:cooked_rabbit",
|
||||
"413": "minecraft:rabbit_stew",
|
||||
"414": "minecraft:rabbit_foot",
|
||||
"415": "minecraft:rabbit_hide",
|
||||
"416": "minecraft:armor_stand",
|
||||
"417": "minecraft:iron_horse_armor",
|
||||
"418": "minecraft:golden_horse_armor",
|
||||
"419": "minecraft:diamond_horse_armor",
|
||||
"420": "minecraft:lead",
|
||||
"421": "minecraft:name_tag",
|
||||
"422": "minecraft:command_block_minecart",
|
||||
"423": "minecraft:mutton",
|
||||
"424": "minecraft:cooked_mutton",
|
||||
"425": "minecraft:banner",
|
||||
"427": "minecraft:spruce_door",
|
||||
"428": "minecraft:birch_door",
|
||||
"429": "minecraft:jungle_door",
|
||||
"430": "minecraft:acacia_door",
|
||||
"431": "minecraft:dark_oak_door",
|
||||
"2256": "minecraft:record_13",
|
||||
"2257": "minecraft:record_cat",
|
||||
"2258": "minecraft:record_blocks",
|
||||
"2259": "minecraft:record_chirp",
|
||||
"2260": "minecraft:record_far",
|
||||
"2261": "minecraft:record_mall",
|
||||
"2262": "minecraft:record_mellohi",
|
||||
"2263": "minecraft:record_stal",
|
||||
"2264": "minecraft:record_strad",
|
||||
"2265": "minecraft:record_ward",
|
||||
"2266": "minecraft:record_11",
|
||||
"2267": "minecraft:record_wait"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
from nbtschematic import SchematicFile
|
||||
import json
|
||||
file_name = input("как называется схема?> ")
|
||||
sf = SchematicFile.load("schematic/"+file_name+".schematic")
|
||||
size_locate = sf.blocks.shape
|
||||
|
||||
id_list = json.load(open("schematic/id_list.json", "r", encoding='utf-8'))
|
||||
|
||||
print("Размер локации:", size_locate[0], "-", size_locate[1], "-", size_locate[2], ". Количество блоков:", size_locate[0]*size_locate[1]*size_locate[2])
|
||||
text_function = ""
|
||||
|
||||
text_addit = ""
|
||||
|
||||
count = 0
|
||||
count_adit = 0
|
||||
|
||||
for xx in range(size_locate[0]):
|
||||
for yy in range(size_locate[1]):
|
||||
for zz in range(size_locate[2]):
|
||||
id_block = int(sf.blocks[xx, yy, zz])
|
||||
if id_block != 0:
|
||||
count += 1
|
||||
name_block = id_list[str(id_block)]
|
||||
text_add = "setblock ~+" + str(yy) + " ~+" + str(xx) + " ~+" + str(zz) + " " + name_block + "\n"
|
||||
text_addit += text_add
|
||||
if count == 10000:
|
||||
count_adit += 1
|
||||
open("behavior_pack/functions/fastbuild_"+file_name+"_"+str(count_adit)+".mcfunction", "w").write(text_addit)
|
||||
text_addit = ""
|
||||
count = 0
|
||||
print(count_adit)
|
||||
count_adit += 1
|
||||
open("behavior_pack/functions/fastbuild_"+file_name+"_"+str(count_adit)+".mcfunction", "w").write(text_addit)
|
||||
print(count_adit)
|
||||
@@ -0,0 +1,12 @@
|
||||
import json
|
||||
|
||||
list_id = open("schematic/id_list.txt", "r").readlines()
|
||||
print(list_id)
|
||||
json_ready = {}
|
||||
|
||||
for ii in list_id:
|
||||
id = ii.split(" # ")[0]
|
||||
name = (ii.split("(")[-1]).replace(")", "").replace("\n", "")
|
||||
json_ready[id] = name
|
||||
|
||||
json.dump(json_ready, open("schematic/id_list.json", "w", encoding='utf-8'), ensure_ascii=False, indent=4)
|
||||