From 1f179bd86f5e016e92517d04405dfe38c5a85766 Mon Sep 17 00:00:00 2001 From: d0mmi Date: Thu, 25 Apr 2019 08:15:04 +0200 Subject: [PATCH] updated version --- bin/index.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index.dart b/bin/index.dart index 3fd46fd..197b370 100644 --- a/bin/index.dart +++ b/bin/index.dart @@ -160,7 +160,7 @@ class VillagerWidget extends Widget { load: File( path: 'load', child: For.of([ - Tellraw(Entity.All(),show: [TextComponent("Villager Crafting v1.2 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.3 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"))]), ]) )