added blocksalpeter
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/blocksalpeter"
|
||||
}
|
||||
}
|
||||
}
|
@ -57,6 +57,7 @@
|
||||
"block.quickiefabric.kelpstack": "Seegrassbündel",
|
||||
"block.quickiefabric.cottonplant": "Baumwollpflanze",
|
||||
"block.quickiefabric.blocksulphor": "Schwefelblock",
|
||||
"block.quickiefabric.blocksalpeter": "Salpeterblock",
|
||||
"block.quickiefabric.drill": "Bohrer",
|
||||
"block.quickiefabric.drilleast": "Ost-Bohrer",
|
||||
"block.quickiefabric.drillsouth": "Süd-Bohrer",
|
||||
|
@ -57,6 +57,7 @@
|
||||
"block.quickiefabric.kelpstack": "kelp bundle",
|
||||
"block.quickiefabric.cottonplant": "cotton plant",
|
||||
"block.quickiefabric.blocksulphor": "block of sulfur",
|
||||
"block.quickiefabric.blocksalpeter": "block of salpeter",
|
||||
"block.quickiefabric.drill": "drill",
|
||||
"block.quickiefabric.drilleast": "east drill",
|
||||
"block.quickiefabric.drillsouth": "south drill",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "quickiefabric:block/blocksalpeter"
|
||||
}
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "quickiefabric:block/blocksalpeter",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"sss",
|
||||
"sss",
|
||||
"sss"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:salpeter"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blocksalpeter",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blocksalpeter"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:salpeter",
|
||||
"count": 9
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user