Рецепт турели и названия

This commit is contained in:
Hell13Cat
2022-02-10 23:17:37 +03:00
parent b6920f53b3
commit 3896d3a379
7 changed files with 74 additions and 15 deletions
+4 -8
View File
@@ -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": {
+3 -3
View File
@@ -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
]
}
]
+30
View File
@@ -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"
}
}
}
+27
View File
@@ -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"
}
}
}
+3 -3
View File
@@ -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
]
}
]
+4 -1
View File
@@ -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
+3
View File
@@ -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=Турель