Skip to content

Commit

Permalink
blocks: Add nether star and beacon.
Browse files Browse the repository at this point in the history
Refs #413.
  • Loading branch information
MostAwesomeDude committed Oct 11, 2013
1 parent c724d24 commit 402ac3a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion bravo/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@ def __str__(self):
"",
"",
"emerald-block", # 0x85
"",
"",
"",
"",
"beacon", # 0x8a
]

item_names = [
Expand Down Expand Up @@ -437,12 +442,23 @@ def __str__(self):
"",
"",
"",
"spawn-egg",
"spawn-egg", # 0x17f
"", # 0x180
"",
"",
"",
"emerald", #0x184
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"nether-star", # 0x18f
]

special_item_names = [
Expand Down

0 comments on commit 402ac3a

Please sign in to comment.