Skip to content

Commit

Permalink
Remove Invulnerable tag from landmark frames.
Browse files Browse the repository at this point in the history
Closes #353
  • Loading branch information
orphu committed May 2, 2016
1 parent 74c835f commit 308b6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ v0.15.1 -

* Removed handrail from TripleStairs (orphu)

* Landmark frames are no longer invulnerable. (orphu)

* Fixed several issues with maps and dungeons generated prior to
Minecraft 1.9. (orphu)

Expand Down
1 change: 0 additions & 1 deletion landmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def render (self):
Facing="S", # 0=south
ItemRotation=0,
ItemTags=painting)
framed_painting['Invulnerable'] = nbt.TAG_Byte(1)
# Place the item frame.
self.parent.addentity(framed_painting)

Expand Down

0 comments on commit 308b6d0

Please sign in to comment.