added blocks

This commit is contained in:
2020-07-28 22:57:31 +02:00
parent abcf173057
commit 021ae584f0
32 changed files with 444 additions and 15 deletions

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/orenethersulphor"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/oresalpeter"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/oresandsalpeter"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/oresulphor"
}
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/sandsalpeter"
}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/orenethersulphor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/oresalpeter"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end" : "minecraft:block/sandstone_top",
"side": "quickiefabric:block/oresandsalpeter"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/oresulphor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/sandsalpeter"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 959 B

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:dirtsalpeter"
}
],
"result": "quickiefabric:salpeter",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:oresalpeter"
}
],
"result": "quickiefabric:salpeter",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:oresandsalpeter"
}
],
"result": "quickiefabric:salpeter",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:sandsalpeter"
}
],
"result": "quickiefabric:salpeter",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:orenethersulphor"
}
],
"result": "quickiefabric:sulphor",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:smelting",
"group": "ores",
"ingredient": [
{
"item": "quickiefabric:oresulphor"
}
],
"result": "quickiefabric:sulphor",
"count": 1,
"experience": 0.5,
"cookingtime": 200
}

View File

@ -23,7 +23,7 @@
]
},
"mixins": [
"quickiefabric.mixins.json"
// "quickiefabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",