Skip to content

Commit

Permalink
changed version name
Browse files Browse the repository at this point in the history
  • Loading branch information
d0mmi authored Apr 14, 2019
1 parent 041a8f1 commit 2fcbb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]),
])
)
);
}
}
}

0 comments on commit 2fcbb6b

Please sign in to comment.