Рецепт турели и названия
This commit is contained in:
@@ -12,19 +12,15 @@
|
||||
},
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:max_stack_size": 1,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": true,
|
||||
"remove_effects": [],
|
||||
"on_consume": {
|
||||
"event": "imoo:turel_del"
|
||||
},
|
||||
"using_converts_to": "mw_alko:bottle"
|
||||
"event": "imoo:turel_dell"
|
||||
}
|
||||
},
|
||||
"minecraft:use_duration": 0.1
|
||||
"minecraft:use_duration": 2
|
||||
},
|
||||
"events": {
|
||||
"imoo:turel_dell": {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
27
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
27
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
27
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
27
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
5,
|
||||
21
|
||||
27
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,4 +5,7 @@ tile.imoo:grave_1.name=Grave stone
|
||||
tile.imoo:grave_2.name=Grave cross
|
||||
tile.imoo:grave_3.name=Gravestone
|
||||
item.spawn_egg.entity.imoo:sfw.name=Create a fluffy
|
||||
entity.imoo:sfw.name=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
|
||||
@@ -6,3 +6,6 @@ tile.imoo:grave_2.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=Турель
|
||||
Reference in New Issue
Block a user