added turquoise ore

This commit is contained in:
Jottyfan
2025-12-23 15:35:39 +01:00
parent a960f79efd
commit 455f8f9f86
35 changed files with 329 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickly:block/blockturquoise"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickly:block/oredeepslateturquoise"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickly:block/oreturquoise"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:block/blockturquoise"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:block/oredeepslateturquoise"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:block/oreturquoise"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:item/rawturquoise"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:item/turquoiseingot"
}
}

View File

@@ -1,4 +1,9 @@
{
"item.quickly.blockturquoise": "Türkisblock",
"item.quickly.kelpbundle": "Seegrassbündel",
"item.quickly.stub": "Stummel"
"item.quickly.oredeepslateturquoise": "Türkistiefenerz",
"item.quickly.oreturquoise": "Türkiserz",
"item.quickly.rawturquoise": "rohes Türkis",
"item.quickly.stub": "Stummel",
"item.quickly.turquoiseingot": "Türkisbarren"
}

View File

@@ -1,4 +1,9 @@
{
"item.quickly.blockturquoise": "block of turquoise",
"item.quickly.kelpbundle": "kelp bundle",
"item.quickly.stub": "stub"
"item.quickly.oredeepslateturquoise": "turquoise deepslate ore",
"item.quickly.oreturquoise": "turquoise ore",
"item.quickly.rawturquoise": "raw turquoise",
"item.quickly.stub": "stub",
"item.quickly.turquoiseingot": "turquoise ingot"
}

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "quickly:item/rawturquoise"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "quickly:item/turquoiseingot"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB