added copperstick

This commit is contained in:
Jottyfan
2025-06-29 21:14:39 +02:00
parent a68fd77238
commit c9794ad681
18 changed files with 60 additions and 8 deletions

View File

@ -9,7 +9,7 @@ yarn_mappings=1.21.6+build.1
loader_version=0.16.14
# Mod Properties
mod_version=1.21.6.2
mod_version=1.21.6.3
maven_group=de.jottyfan.quickiemod
archives_base_name=quickiemod

View File

@ -30,6 +30,7 @@ public class ModIdentifiers {
public static final Identifier ITEM_COPPERSTRING = Identifier.of(Quickiemod.MOD_ID, "copperstring");
public static final Identifier ITEM_COPPERPOWDER = Identifier.of(Quickiemod.MOD_ID, "copperpowder");
public static final Identifier ITEM_COPPERSTUB = Identifier.of(Quickiemod.MOD_ID, "copperstub");
public static final Identifier ITEM_COPPERSTICK = Identifier.of(Quickiemod.MOD_ID, "copperstick");
public static final Identifier TOOL_SPEEDPOWDERAXE = Identifier.of(Quickiemod.MOD_ID, "speedpowderaxe");
public static final Identifier TOOL_SPEEDPOWDERHOE = Identifier.of(Quickiemod.MOD_ID, "speedpowderhoe");

View File

@ -58,6 +58,8 @@ public class ModItems {
new Item64Stack(ModIdentifiers.ITEM_COPPERPOWDER));
public static final Item ITEM_COPPERSTUB = registerItem(ModIdentifiers.ITEM_COPPERSTUB,
new Item64Stack(ModIdentifiers.ITEM_COPPERSTUB));
public static final Item ITEM_COPPERSTICK = registerItem(ModIdentifiers.ITEM_COPPERSTICK,
new Item64Stack(ModIdentifiers.ITEM_COPPERSTICK));
public static final Item TOOL_SPEEDPOWDERAXE = registerItem(ModIdentifiers.TOOL_SPEEDPOWDERAXE,
new ToolSpeedpowderAxe(ModIdentifiers.TOOL_SPEEDPOWDERAXE));
@ -108,8 +110,9 @@ public class ModItems {
items.add(ITEM_CANOLASEED);
items.add(ITEM_CANOLABOTTLE);
items.add(ITEM_CANOLABOTTLESTACK);
items.add(ITEM_COPPERSTRING);
items.add(ITEM_COPPERPOWDER);
items.add(ITEM_COPPERSTRING);
items.add(ITEM_COPPERSTICK);
items.add(ITEM_COPPERSTUB);
items.add(TOOL_SPEEDPOWDERPICKAXE);

View File

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

View File

@ -52,7 +52,8 @@
"item.quickiemod.quickieingot": "Eilpulverbarren",
"item.quickiemod.copperstring": "Kupferband",
"item.quickiemod.copperpowder": "Kupferpulver",
"item.quickiemod.copperstub": "Kupferstab",
"item.quickiemod.copperstub": "Kupferstummel",
"item.quickiemod.copperstick": "Kupferstock",
"block.quickiemod.orenethersulphor": "Nether-Schwefel",
"block.quickiemod.oresalpeter": "Salpetererz",
"block.quickiemod.oresandsalpeter": "Salpetergestein",

View File

@ -53,6 +53,7 @@
"item.quickiemod.copperstring": "copper string",
"item.quickiemod.copperpowder": "copper powder",
"item.quickiemod.copperstub": "copper stub",
"item.quickiemod.copperstick": "copper stick",
"block.quickiemod.orenethersulphor": "nether sulfur",
"block.quickiemod.oresalpeter": "salpeter ore",
"block.quickiemod.oresandsalpeter": "salpeter stone",

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 778 B

View File

@ -2,7 +2,7 @@
"type": "minecraft:blasting",
"ingredient": "quickiemod:copperstring",
"result": {
"id":"quickiemod:copperstub"
"id":"quickiemod:copperstick"
},
"experience": 0.0,
"cookingtime": 200

View File

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

View File

@ -8,7 +8,7 @@
],
"key": {
"s": "quickiemod:quickieingot",
"|": "quickiemod:copperstub"
"|": "quickiemod:copperstick"
},
"result": {
"id": "quickiemod:quickiepowderaxe",

View File

@ -8,7 +8,7 @@
],
"key": {
"s": "quickiemod:quickieingot",
"|": "quickiemod:copperstub"
"|": "quickiemod:copperstick"
},
"result": {
"id": "quickiemod:quickiepowderhoe",

View File

@ -8,7 +8,7 @@
],
"key": {
"s": "quickiemod:quickieingot",
"|": "quickiemod:copperstub"
"|": "quickiemod:copperstick"
},
"result": {
"id": "quickiemod:quickiepowderpickaxe",

View File

@ -8,7 +8,7 @@
],
"key": {
"s": "quickiemod:quickieingot",
"|": "quickiemod:copperstub"
"|": "quickiemod:copperstick"
},
"result": {
"id": "quickiemod:quickiepowdershovel",

View File

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

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "quickiemod:quickieingot",
"result": {
"id": "quickiemod:quickiepowder"
},
"count": 1
}

View File

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "quickiemod:speedingot",
"result": {
"id": "quickiemod:speedpowder"
},
"count": 1
}