Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
d0mmi committed Apr 25, 2019
1 parent 6e6dee3 commit 1f179bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]),
])
)
Expand Down

0 comments on commit 1f179bd

Please sign in to comment.