From 8128bba12e70058150e1cfc7453c41cc845e5efe Mon Sep 17 00:00:00 2001 From: dommi Date: Sun, 26 Jan 2020 14:00:22 +0100 Subject: [PATCH] beta release --- src/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.dart b/src/main.dart index 8848d78..719d44f 100644 --- a/src/main.dart +++ b/src/main.dart @@ -156,7 +156,7 @@ class MainWidget extends Widget { load: File( 'load', child: For.of([ - Tellraw(Entity.All(),show: [TextComponent("Better Chickens v0.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("Better Chickens v0.1-Beta 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/Better-Chicken/issues/new"))]), ]) ),