Hello Everyone.
I had some requestes from people on the forum for tables in posts using BBCode format.
Here it is, let me know what you think!
| Item | Price | Unit |
|---|---|---|
| Dirt | 20 Diamonds | Stack |
| Brick | 10 Diamond Blocks | Item |
| Gold | 3 Diamonds | Stack |
| Unbreaking III, Prot V Boots | 1 Diamond | Item |
[table]
[tr]
[th]Item[/th]
[th]Price[/th]
[th]Unit[/th]
[/tr]
[tr]
[td]Dirt[/td]
[td]20 Diamonds[/td]
[td]Stack[/td]
[/tr]
[tr]
[td]Brick[/td]
[td]10 Diamond Blocks[/td]
[td]Item[/td]
[/tr]
[tr]
[td]Gold[/td]
[td]3 Diamonds[/td]
[td]Stack[/td]
[/tr]
[tr]
[td]Unbreaking III, Prot V Boots [/td]
[td]1 Diamond[/td]
[td]Item[/td]
[/tr]
[/table]
