Fix cig subtitles
This commit is contained in:
parent
2de17842f8
commit
264099fef0
6 changed files with 38 additions and 6 deletions
|
@ -11,6 +11,15 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"block": "new_soviet:chiseled_birch_door",
|
||||||
|
"condition": "minecraft:block_state_property",
|
||||||
|
"properties": {
|
||||||
|
"half": "lower"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "new_soviet:chiseled_birch_door"
|
"name": "new_soviet:chiseled_birch_door"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -11,6 +11,15 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"block": "new_soviet:chiseled_mangrove_door",
|
||||||
|
"condition": "minecraft:block_state_property",
|
||||||
|
"properties": {
|
||||||
|
"half": "lower"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "new_soviet:chiseled_mangrove_door"
|
"name": "new_soviet:chiseled_mangrove_door"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -11,6 +11,15 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"block": "new_soviet:chiseled_oak_door",
|
||||||
|
"condition": "minecraft:block_state_property",
|
||||||
|
"properties": {
|
||||||
|
"half": "lower"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "new_soviet:chiseled_oak_door"
|
"name": "new_soviet:chiseled_oak_door"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -11,6 +11,15 @@
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"block": "new_soviet:chiseled_spruce_door",
|
||||||
|
"condition": "minecraft:block_state_property",
|
||||||
|
"properties": {
|
||||||
|
"half": "lower"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "new_soviet:chiseled_spruce_door"
|
"name": "new_soviet:chiseled_spruce_door"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -222,5 +222,6 @@
|
||||||
"block.new_soviet.black_king": "Black King",
|
"block.new_soviet.black_king": "Black King",
|
||||||
"block.new_soviet.black_queen": "Black Queen",
|
"block.new_soviet.black_queen": "Black Queen",
|
||||||
"block.new_soviet.black_pawn": "Black Pawn",
|
"block.new_soviet.black_pawn": "Black Pawn",
|
||||||
"block.new_soviet.handrail": "Handrail"
|
"block.new_soviet.handrail": "Handrail",
|
||||||
|
"subtitles.new_soviet.smoking": "Cigarette smoking"
|
||||||
}
|
}
|
|
@ -53,31 +53,26 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cigarette_restart": {
|
"cigarette_restart": {
|
||||||
"subtitle": "subtitles.new_soviet.cigarette_restart",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"new_soviet:cigarette_restart"
|
"new_soviet:cigarette_restart"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cigarette_random": {
|
"cigarette_random": {
|
||||||
"subtitle": "subtitles.new_soviet.cigarette_random",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"new_soviet:cigarette_random"
|
"new_soviet:cigarette_random"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cigarette_stopped": {
|
"cigarette_stopped": {
|
||||||
"subtitle": "subtitles.new_soviet.cigarette_stopped",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"new_soviet:cigarette_stopped"
|
"new_soviet:cigarette_stopped"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cigarette_start": {
|
"cigarette_start": {
|
||||||
"subtitle": "subtitles.new_soviet.cigarette_start",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"new_soviet:cigarette_start"
|
"new_soviet:cigarette_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cigarette_pause": {
|
"cigarette_pause": {
|
||||||
"subtitle": "subtitles.new_soviet.cigarette_pause",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
"new_soviet:cigarette_pause"
|
"new_soviet:cigarette_pause"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue