pre2 version for 1.20.3

This commit is contained in:
Jottyfan
2023-11-25 17:39:01 +01:00
parent a54ec93551
commit 69f5b0a504
23 changed files with 248 additions and 132 deletions

View File

@ -6,6 +6,7 @@
"item.quickiefabric.speedpowderhoe": "Fluchtpulverfeldhacke",
"item.quickiefabric.speedpowderwaterhoe": "bewässerte Fluchtpulverfeldhacke",
"item.quickiefabric.speedpowder": "Fluchtpulver",
"item.quickiefabric.quickiepowder": "Eilpulver",
"item.quickiefabric.sulphor": "Schwefel",
"item.quickiefabric.salpeter": "Salpeter",
"item.quickiefabric.construction0": "leerer Bauplan",

View File

@ -6,6 +6,7 @@
"item.quickiefabric.speedpowderhoe": "speedpowder hoe",
"item.quickiefabric.speedpowderwaterhoe": "watered speedpowder hoe",
"item.quickiefabric.speedpowder": "speedpowder",
"item.quickiefabric.quickiepowder": "hurrypowder",
"item.quickiefabric.sulphor": "sulfur",
"item.quickiefabric.salpeter": "salpeter",
"item.quickiefabric.construction0": "empty building plan",

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:speedpowder"
},
{
"item": "minecraft:slime_ball"
}
],
"result": {
"item": "quickiefabric:quickiepowder",
"count": 2
}
}

View File

@ -27,9 +27,9 @@
],
"depends": {
"fabricloader": ">=0.14.24",
"fabric": "*",
"minecraft": "1.20.3-pre2+build.2",
"java": ">=17"
"minecraft": "~1.20.2",
"java": ">=17",
"fabric-api": "*"
},
"suggests": {
"flamingo": "*"