Upload via GUI (22 Dateien)
This commit is contained in:
@@ -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'],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user