en_us translation & claymore tnt recipe
This commit is contained in:
parent
8af4f751d8
commit
bd8024e2a6
15
src/main/resources/assets/compressedtnt/lang/en_us.json
Normal file
15
src/main/resources/assets/compressedtnt/lang/en_us.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"block.compressedtnt.tnt_8": "Compressed TNT",
|
||||
"block.compressedtnt.tnt_16": "Double Compressed TNT",
|
||||
"block.compressedtnt.tnt_32": "Triple Compressed TNT",
|
||||
"block.compressedtnt.tnt_64": "Quadruple Compressed TNT",
|
||||
"block.compressedtnt.tnt_128": "Quintuple Compressed TNT",
|
||||
"block.compressedtnt.tnt_cluster_2": "2× TNT Cluster",
|
||||
"block.compressedtnt.tnt_cluster_4": "4× TNT Cluster",
|
||||
"block.compressedtnt.tnt_cluster_8": "8× TNT Cluster",
|
||||
"block.compressedtnt.tnt_homing": "Homing TNT",
|
||||
"block.compressedtnt.tnt_black_hole": "Black Hole TNT",
|
||||
"block.compressedtnt.tnt_claymore": "Claymore TNT",
|
||||
|
||||
"item.compressedtnt.arrow_tnt": "TNT Arrow"
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"ingredients":[
|
||||
{
|
||||
"item": "minecraft:tnt"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:arrow"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "compressedtnt:tnt_claymore"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user