diff --git a/items.json b/items.json new file mode 100644 index 0000000..210e659 --- /dev/null +++ b/items.json @@ -0,0 +1,88 @@ +{ + "items": [ + { + "id": "minecraft:diamond", + "name": "Diamond", + "description": "Ein funkelnder Diamant - perfekt für Rüstungen und Werkzeuge", + "price": 100, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_diamond.png" + }, + { + "id": "minecraft:iron_ingot", + "name": "Iron Ingot", + "description": "Eisenbarren für verschiedene Crafting-Rezepte", + "price": 20, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_iron_ingot.png" + }, + { + "id": "minecraft:gold_ingot", + "name": "Gold Ingot", + "description": "Glänzender Goldbarren", + "price": 50, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_gold_ingot.png" + }, + { + "id": "minecraft:emerald", + "name": "Emerald", + "description": "Wertvoller Smaragd für den Handel", + "price": 150, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_emerald.png" + }, + { + "id": "minecraft:netherite_ingot", + "name": "Netherite Ingot", + "description": "Das stärkste Material im Spiel", + "price": 500, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_netherite_ingot.png" + }, + { + "id": "minecraft:enchanted_golden_apple", + "name": "Enchanted Golden Apple", + "description": "Seltener verzauberter goldener Apfel", + "price": 300, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_enchanted_golden_apple.png" + }, + { + "id": "minecraft:totem_of_undying", + "name": "Totem of Undying", + "description": "Rettet dich vor dem Tod", + "price": 750, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_totem_of_undying.png" + }, + { + "id": "minecraft:elytra", + "name": "Elytra", + "description": "Flügel zum Gleiten", + "price": 1000, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_elytra.png" + }, + { + "id": "minecraft:stone", + "name": "Stone", + "description": "Einfacher Stein", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_stone.png" + }, + { + "id": "minecraft:oak_log", + "name": "Oak Log", + "description": "Eichenholz-Stamm", + "price": 2, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_oak_log.png" + }, + { + "id": "minecraft:cobblestone", + "name": "Cobblestone", + "description": "Bruchstein - Grundmaterial", + "price": 1, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_cobblestone.png" + }, + { + "id": "minecraft:coal", + "name": "Coal", + "description": "Kohle zum Brennen", + "price": 5, + "image": "https://git.viper.ipv64.net/M_Viper/minecraft-items/raw/branch/main/images/minecraft_coal.png" + } + ] +}