added copper powder and its oxidized version with its items

This commit is contained in:
Jottyfan
2025-12-26 18:16:20 +01:00
parent 1856271617
commit b0ceac38cb
27 changed files with 162 additions and 1 deletions

View File

@@ -31,8 +31,12 @@ public class QuicklyItems {
public static final Item CANOLASEED = registerItem("canolaseed", properties -> new Plant(properties, "blockcanolaplant"));
public static final Item CANOLABOTTLE = registerItem("canolabottle");
public static final Item CANOLABOTTLESTACK = registerItem("canolabottlestack");
public static final Item ROTTENFLESHSTRIPES = registerItem("rotten_flesh_stripes");
public static final Item OXIDIZEDCOPPERPOWDER = registerItem("oxidizedcopperpowder");
public static final Item COPPERSTRING = registerItem("copperstring");
public static final Item COPPERPOWDER = registerItem("copperpowder");
public static final Item COPPERSTUB = registerItem("copperstub");
public static final Item COPPERSTICK = registerItem("copperstick");
public static final Item ARMOR_TURQUOISE_BOOTS = registerItem("turquoise_boots", ArmorType.BOOTS);
public static final Item ARMOR_TURQUOISE_HELMET = registerItem("turquoise_helmet", ArmorType.HELMET);
@@ -75,6 +79,11 @@ public class QuicklyItems {
item.accept(CANOLABOTTLESTACK);
item.accept(RAWTURQUOISE);
item.accept(TURQUOISEINGOT);
item.accept(COPPERPOWDER);
item.accept(OXIDIZEDCOPPERPOWDER);
item.accept(COPPERSTRING);
item.accept(COPPERSTICK);
item.accept(COPPERSTUB);
item.accept(ARMOR_TURQUOISE_HELMET);
item.accept(ARMOR_TURQUOISE_CHESTPLATE);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,11 +6,16 @@
"item.quickly.canolabottle": "Rapsöl",
"item.quickly.canolabottlestack": "Rapsölsammlung",
"item.quickly.canolaseed": "Rapssaat",
"item.quickly.copperpowder": "Kupferpulver",
"item.quickly.copperstick": "Kupferstock",
"item.quickly.copperstring": "Kupferband",
"item.quickly.copperstub": "Kupferstummel",
"item.quickly.cotton": "Baumwolle",
"item.quickly.cottonseed": "Baumwollsaat",
"item.quickly.kelpbundle": "Seegrassbündel",
"item.quickly.oredeepslateturquoise": "Türkistiefenerz",
"item.quickly.oreturquoise": "Türkiserz",
"item.quickly.oxidizedcopperpowder": "oxidiertes Kupferpulver",
"item.quickly.rawturquoise": "rohes Türkis",
"item.quickly.rotten_flesh_stripes": "geschnittenes Gammelfleisch",
"item.quickly.stub": "Stummel",

View File

@@ -6,11 +6,16 @@
"item.quickly.canolabottle": "canola oil",
"item.quickly.canolabottlestack": "canola oil collection",
"item.quickly.canolaseed": "canola seed",
"item.quickly.copperpowder": "copper powder",
"item.quickly.copperstick": "copper stick",
"item.quickly.copperstring": "copper string",
"item.quickly.copperstub": "copper stub",
"item.quickly.cotton": "cotton",
"item.quickly.cottonseed": "cotton seed",
"item.quickly.kelpbundle": "kelp bundle",
"item.quickly.oredeepslateturquoise": "turquoise deepslate ore",
"item.quickly.oreturquoise": "turquoise ore",
"item.quickly.oxidizedcopperpowder": "oxidized copper powder",
"item.quickly.rawturquoise": "raw turquoise",
"item.quickly.rotten_flesh_stripes": "rotton flesh stripes",
"item.quickly.stub": "stub",

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": "quickly:copperstring",
"result": {
"id":"quickly:copperstick"
},
"experience": 0.0,
"cookingtime": 200
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:blasting",
"ingredient": "quickly:copperpowder",
"result": {
"id": "quickly:oxidizedcopperpowder"},
"experience": 0.0,
"cookingtime": 400
}

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"c",
"c",
"c"
],
"key": {
"c": "quickly:copperpowder"
},
"result": {
"id": "quickly:copperstring",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickly:copperstick"
],
"result": {
"id": "quickly:copperstub",
"count": 2
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:copper_ingot",
"result": {
"id": "quickly:copperpowder"
},
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_copper",
"result": {
"id": "quickly:oxidizedcopperpowder"
},
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_cut_copper",
"result": {
"id": "quickly:oxidizedcopperpowder"
},
"count": 2
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_cut_copper_slab",
"result": {
"id": "quickly:oxidizedcopperpowder"
},
"count": 1
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:oxidized_cut_copper_stairs",
"result": {
"id": "quickly:oxidizedcopperpowder"
},
"count": 1
}