Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from grim3212/dev
Browse files Browse the repository at this point in the history
Add in Cage mob rendering
  • Loading branch information
grim3212 committed Sep 13, 2016
2 parents 31411c5 + ea48c09 commit bbf751c
Show file tree
Hide file tree
Showing 29 changed files with 1,269 additions and 32 deletions.
15 changes: 10 additions & 5 deletions changelog.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<h2>Changes</h2>
<ul>
<li>Add in boomerangs</li>
<li>These can be thrown and will return to you after they reach their max distance</li>
<li>These can also activate buttons and levers by default as well as do damage to mobs</li>
<li>Boomerangs can also pick up items as seen below</li>
<li>Cage blocks from decor can now accept a pokeball as input and will render the mob currently caught inside the cage.</li>
<li>Change Pokeball to retrieve entity names better.</li>
<li>The current method will still work but it will change when you throw a new pokeball.</li>
<li>Add in black diamond and steel multitools.</li>
</ul>
<img src="http://i.imgur.com/Rp0Uf6v.png">
<h2>Bug Fixes</h2>
<ul>
<li>Fix blocks not dropping for hedge blocks</li>
<li>Fix buckets not returning when used in milk crafting</li>
</ul>
<img src="http://i.imgur.com/XtDuRV3.png">
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mcp_mappings_version = snapshot_20160906
# Mod related properties
mod_archives_base_name = Grim Pack
mod_group = com.grim3212.mc
mod_version = 3.4.10.22
mod_version = 3.4.13.24
mod_release_type = release

# Dependencies
Expand Down
Loading

0 comments on commit bbf751c

Please sign in to comment.