Upload via GUI (22 Dateien)

This commit is contained in:
Git Manager GUI
2026-08-01 21:22:02 +02:00
parent 7a6b31fb11
commit 58b5f8d785
7 changed files with 656 additions and 233 deletions
+11
View File
@@ -34,6 +34,15 @@ const WANTED = [
['iron', 'item/iron_ingot.png', 'Eisenbarren'],
['redstone', 'item/redstone.png', 'Redstone'],
['coal', 'item/coal.png', 'Kohle'],
['potion', 'item/potion.png', 'Trank'],
['paper', 'item/paper.png', 'Papier'],
['feather', 'item/feather.png', 'Feder'],
['slimeball', 'item/slime_ball.png', 'Schleimball'],
['magma', 'item/magma_cream.png', 'Magmacreme'],
['quartz', 'item/quartz.png', 'Netherquarz'],
['brick', 'item/brick.png', 'Ziegel'],
['cookie', 'item/cookie.png', 'Keks'],
['snowball', 'item/snowball.png', 'Schneeball'],
['sword', 'item/diamond_sword.png', 'Diamantschwert'],
['pickaxe', 'item/diamond_pickaxe.png', 'Diamantspitzhacke'],
['axe', 'item/diamond_axe.png', 'Diamantaxt'],
@@ -51,6 +60,8 @@ const WANTED = [
['cake', 'item/cake.png', 'Kuchen'],
['bucket', 'item/water_bucket.png', 'Wassereimer'],
['lava', 'item/lava_bucket.png', 'Lavaeimer'],
['chest', 'item/chest.png', 'Truhe'],
['creeper', 'item/creeper_head.png', 'Creeper-Kopf'],
['tnt_item', 'item/gunpowder.png', 'Schwarzpulver'],
];