added copper powder and its oxidized version with its items
This commit is contained in:
@@ -31,8 +31,12 @@ public class QuicklyItems {
|
|||||||
public static final Item CANOLASEED = registerItem("canolaseed", properties -> new Plant(properties, "blockcanolaplant"));
|
public static final Item CANOLASEED = registerItem("canolaseed", properties -> new Plant(properties, "blockcanolaplant"));
|
||||||
public static final Item CANOLABOTTLE = registerItem("canolabottle");
|
public static final Item CANOLABOTTLE = registerItem("canolabottle");
|
||||||
public static final Item CANOLABOTTLESTACK = registerItem("canolabottlestack");
|
public static final Item CANOLABOTTLESTACK = registerItem("canolabottlestack");
|
||||||
|
|
||||||
public static final Item ROTTENFLESHSTRIPES = registerItem("rotten_flesh_stripes");
|
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_BOOTS = registerItem("turquoise_boots", ArmorType.BOOTS);
|
||||||
public static final Item ARMOR_TURQUOISE_HELMET = registerItem("turquoise_helmet", ArmorType.HELMET);
|
public static final Item ARMOR_TURQUOISE_HELMET = registerItem("turquoise_helmet", ArmorType.HELMET);
|
||||||
@@ -75,6 +79,11 @@ public class QuicklyItems {
|
|||||||
item.accept(CANOLABOTTLESTACK);
|
item.accept(CANOLABOTTLESTACK);
|
||||||
item.accept(RAWTURQUOISE);
|
item.accept(RAWTURQUOISE);
|
||||||
item.accept(TURQUOISEINGOT);
|
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_HELMET);
|
||||||
item.accept(ARMOR_TURQUOISE_CHESTPLATE);
|
item.accept(ARMOR_TURQUOISE_CHESTPLATE);
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "quickly:item/copperpowder"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
src/main/resources/assets/quickly/items/copperstick.json
Normal file
6
src/main/resources/assets/quickly/items/copperstick.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "quickly:item/copperstick"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "quickly:item/copperstring"
|
||||||
|
}
|
||||||
|
}
|
||||||
6
src/main/resources/assets/quickly/items/copperstub.json
Normal file
6
src/main/resources/assets/quickly/items/copperstub.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "quickly:item/copperstub"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "quickly:item/oxidizedcopperpowder"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,11 +6,16 @@
|
|||||||
"item.quickly.canolabottle": "Rapsöl",
|
"item.quickly.canolabottle": "Rapsöl",
|
||||||
"item.quickly.canolabottlestack": "Rapsölsammlung",
|
"item.quickly.canolabottlestack": "Rapsölsammlung",
|
||||||
"item.quickly.canolaseed": "Rapssaat",
|
"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.cotton": "Baumwolle",
|
||||||
"item.quickly.cottonseed": "Baumwollsaat",
|
"item.quickly.cottonseed": "Baumwollsaat",
|
||||||
"item.quickly.kelpbundle": "Seegrassbündel",
|
"item.quickly.kelpbundle": "Seegrassbündel",
|
||||||
"item.quickly.oredeepslateturquoise": "Türkistiefenerz",
|
"item.quickly.oredeepslateturquoise": "Türkistiefenerz",
|
||||||
"item.quickly.oreturquoise": "Türkiserz",
|
"item.quickly.oreturquoise": "Türkiserz",
|
||||||
|
"item.quickly.oxidizedcopperpowder": "oxidiertes Kupferpulver",
|
||||||
"item.quickly.rawturquoise": "rohes Türkis",
|
"item.quickly.rawturquoise": "rohes Türkis",
|
||||||
"item.quickly.rotten_flesh_stripes": "geschnittenes Gammelfleisch",
|
"item.quickly.rotten_flesh_stripes": "geschnittenes Gammelfleisch",
|
||||||
"item.quickly.stub": "Stummel",
|
"item.quickly.stub": "Stummel",
|
||||||
|
|||||||
@@ -6,11 +6,16 @@
|
|||||||
"item.quickly.canolabottle": "canola oil",
|
"item.quickly.canolabottle": "canola oil",
|
||||||
"item.quickly.canolabottlestack": "canola oil collection",
|
"item.quickly.canolabottlestack": "canola oil collection",
|
||||||
"item.quickly.canolaseed": "canola seed",
|
"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.cotton": "cotton",
|
||||||
"item.quickly.cottonseed": "cotton seed",
|
"item.quickly.cottonseed": "cotton seed",
|
||||||
"item.quickly.kelpbundle": "kelp bundle",
|
"item.quickly.kelpbundle": "kelp bundle",
|
||||||
"item.quickly.oredeepslateturquoise": "turquoise deepslate ore",
|
"item.quickly.oredeepslateturquoise": "turquoise deepslate ore",
|
||||||
"item.quickly.oreturquoise": "turquoise ore",
|
"item.quickly.oreturquoise": "turquoise ore",
|
||||||
|
"item.quickly.oxidizedcopperpowder": "oxidized copper powder",
|
||||||
"item.quickly.rawturquoise": "raw turquoise",
|
"item.quickly.rawturquoise": "raw turquoise",
|
||||||
"item.quickly.rotten_flesh_stripes": "rotton flesh stripes",
|
"item.quickly.rotten_flesh_stripes": "rotton flesh stripes",
|
||||||
"item.quickly.stub": "stub",
|
"item.quickly.stub": "stub",
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickly:item/copperpowder"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickly:item/copperstick"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickly:item/copperstring"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickly:item/copperstub"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/coal",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickly:item/oxidizedcopperpowder"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
src/main/resources/assets/quickly/textures/item/copperpowder.png
Normal file
BIN
src/main/resources/assets/quickly/textures/item/copperpowder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
src/main/resources/assets/quickly/textures/item/copperstick.png
Normal file
BIN
src/main/resources/assets/quickly/textures/item/copperstick.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
BIN
src/main/resources/assets/quickly/textures/item/copperstring.png
Normal file
BIN
src/main/resources/assets/quickly/textures/item/copperstring.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 778 B |
BIN
src/main/resources/assets/quickly/textures/item/copperstub.png
Normal file
BIN
src/main/resources/assets/quickly/textures/item/copperstub.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"ingredient": "quickly:copperstring",
|
||||||
|
"result": {
|
||||||
|
"id":"quickly:copperstick"
|
||||||
|
},
|
||||||
|
"experience": 0.0,
|
||||||
|
"cookingtime": 200
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"ingredient": "quickly:copperpowder",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:oxidizedcopperpowder"},
|
||||||
|
"experience": 0.0,
|
||||||
|
"cookingtime": 400
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"c",
|
||||||
|
"c",
|
||||||
|
"c"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"c": "quickly:copperpowder"
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:copperstring",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
"quickly:copperstick"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:copperstub",
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:copper_ingot",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:copperpowder"
|
||||||
|
},
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_copper",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:oxidizedcopperpowder"
|
||||||
|
},
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_cut_copper",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:oxidizedcopperpowder"
|
||||||
|
},
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_cut_copper_slab",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:oxidizedcopperpowder"
|
||||||
|
},
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:stonecutting",
|
||||||
|
"ingredient": "minecraft:oxidized_cut_copper_stairs",
|
||||||
|
"result": {
|
||||||
|
"id": "quickly:oxidizedcopperpowder"
|
||||||
|
},
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user