From 2fcbb6b956a5d9e0454da1e87fc628eb64e226b9 Mon Sep 17 00:00:00 2001 From: Dommi Date: Sun, 14 Apr 2019 21:20:34 +0200 Subject: [PATCH] changed version name --- bin/index.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/index.dart b/bin/index.dart index a844f73..dfe662d 100644 --- a/bin/index.dart +++ b/bin/index.dart @@ -110,10 +110,10 @@ class VillagerWidget extends Widget { load: File( path: 'load', child: For.of([ - Tellraw(Entity.All(),show: [TextComponent("Villager Crafting v1.0 by ",color: Color.Gold),TextComponent("D0mmi",color: Color.Aqua,clickEvent: TextClickEvent.open_url("https://github.com/d0mmi")),TextComponent(" Loaded!",color: Color.Gold)]), + Tellraw(Entity.All(),show: [TextComponent("Villager Crafting v1.1 by ",color: Color.Gold),TextComponent("D0mmi",color: Color.Aqua,clickEvent: TextClickEvent.open_url("https://github.com/d0mmi")),TextComponent(" Loaded!",color: Color.Gold)]), Tellraw(Entity.All(),show: [TextComponent("Submit Bugs or Suggestions ",color: Color.Gold),TextComponent("here!",color: Color.Aqua,clickEvent: TextClickEvent.open_url("https://github.com/d0mmi/VillagerCraftingDatapack/issues/new"))]), ]) ) ); } -} \ No newline at end of file +}