added blocks
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/orenethersulphor"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/oresalpeter"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/oresandsalpeter"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/oresulphor"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/sandsalpeter"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "quickiefabric:block/orenethersulphor"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "quickiefabric:block/oresalpeter"
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end" : "minecraft:block/sandstone_top",
|
||||
"side": "quickiefabric:block/oresandsalpeter"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "quickiefabric:block/oresulphor"
|
||||
}
|
||||
}
|
@ -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 |
13
src/main/resources/data/quickiefabric/recipes/salpeter1.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/salpeter1.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:dirtsalpeter"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:salpeter",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
13
src/main/resources/data/quickiefabric/recipes/salpeter2.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/salpeter2.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:oresalpeter"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:salpeter",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
13
src/main/resources/data/quickiefabric/recipes/salpeter3.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/salpeter3.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:oresandsalpeter"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:salpeter",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
13
src/main/resources/data/quickiefabric/recipes/salpeter4.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/salpeter4.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:sandsalpeter"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:salpeter",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
13
src/main/resources/data/quickiefabric/recipes/sulfur1.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/sulfur1.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:orenethersulphor"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:sulphor",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
13
src/main/resources/data/quickiefabric/recipes/sulfur2.json
Normal file
13
src/main/resources/data/quickiefabric/recipes/sulfur2.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"group": "ores",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "quickiefabric:oresulphor"
|
||||
}
|
||||
],
|
||||
"result": "quickiefabric:sulphor",
|
||||
"count": 1,
|
||||
"experience": 0.5,
|
||||
"cookingtime": 200
|
||||
}
|
@ -23,7 +23,7 @@
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"quickiefabric.mixins.json"
|
||||
// "quickiefabric.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
|
Reference in New Issue
Block a user