<feed xmlns='http://www.w3.org/2005/Atom'>
<title>old-mc/jewelrycraft.git/src/main/java/darkknight/jewelrycraft/entities/EntityHeart.java, branch 1.7.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/'/>
<entry>
<title>Format/import cleanup</title>
<updated>2019-08-23T00:01:40+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-08-23T00:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=20bef6e26d948698398bd16aeab8c9e6b89110e4'/>
<id>20bef6e26d948698398bd16aeab8c9e6b89110e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting pass</title>
<updated>2018-05-24T20:03:42+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-24T20:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=9a4d1e95ea7784f0f98ea2913701a3a3c28aefaa'/>
<id>9a4d1e95ea7784f0f98ea2913701a3a3c28aefaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update of all changes</title>
<updated>2018-05-24T19:50:07+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-24T19:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=4f7ad220df0438b6f3382110577b53f29da46453'/>
<id>4f7ad220df0438b6f3382110577b53f29da46453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed all of the bugs mentioned on github</title>
<updated>2015-12-01T20:55:30+00:00</updated>
<author>
<name>Onyx</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-12-01T20:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=01c8701b68986ccfa83e902515716838d6829311'/>
<id>01c8701b68986ccfa83e902515716838d6829311</id>
<content type='text'>
- Added new config options
- Rabbits paw now increases the chance of spawning hearts, rather than
itself spawning some
- Hearts now have a much lower chance to spawn by default
- You can no longer increase your health past 20 hearts (aka double the
default health)
- The guide now also shows the total number of pages on each tab
- A new luck stat has been added to the Curse API
- Cleaned up the code a bit (removed unused methods, imports etc)
- The displayer's info now has a purple solid color background; the text
also has a much closer shadow and now shrinks in height as well as in
width when too big
- I have modified the potion list to use Mithion's code, credits have
been given</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added new config options
- Rabbits paw now increases the chance of spawning hearts, rather than
itself spawning some
- Hearts now have a much lower chance to spawn by default
- You can no longer increase your health past 20 hearts (aka double the
default health)
- The guide now also shows the total number of pages on each tab
- A new luck stat has been added to the Curse API
- Cleaned up the code a bit (removed unused methods, imports etc)
- The displayer's info now has a purple solid color background; the text
also has a much closer shadow and now shrinks in height as well as in
width when too big
- I have modified the potion list to use Mithion's code, credits have
been given</pre>
</div>
</content>
</entry>
<entry>
<title>Updated hearts</title>
<updated>2015-08-21T23:00:58+00:00</updated>
<author>
<name>The Dark Knight</name>
<email>sor1n@users.noreply.github.com</email>
</author>
<published>2015-08-21T23:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=1abd7b56139c871f0d7590f557d24927ba34dd79'/>
<id>1abd7b56139c871f0d7590f557d24927ba34dd79</id>
<content type='text'>
- They should no longer increase health when combining
- They can now be limited to how much each heart can be picked</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- They should no longer increase health when combining
- They can now be limited to how much each heart can be picked</pre>
</div>
</content>
</entry>
<entry>
<title>Added a new structure, a new curse, achievements, challenges, curses</title>
<updated>2015-08-13T20:12:11+00:00</updated>
<author>
<name>OnyxDarkKnight</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-08-13T20:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=0ef6a00aa79f022e5bd56b3f77e6861bbecf6d94'/>
<id>0ef6a00aa79f022e5bd56b3f77e6861bbecf6d94</id>
<content type='text'>
entry in the guide; reworked liquids to be tile entities, cleaned the
structures code, potion code and... you know what? I improved and
changed so much stuff that I literally forgot what I did...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
entry in the guide; reworked liquids to be tile entities, cleaned the
structures code, potion code and... you know what? I improved and
changed so much stuff that I literally forgot what I did...</pre>
</div>
</content>
</entry>
<entry>
<title>- Pentagram now reduces the total health the victim has instead of</title>
<updated>2015-07-09T20:33:49+00:00</updated>
<author>
<name>OnyxDarkKnight</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-07-09T20:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=d773e5214c5308bbd461f558b9e17a4839027d5e'/>
<id>d773e5214c5308bbd461f558b9e17a4839027d5e</id>
<content type='text'>
damaging it (this is to prevent getting infinite hearts); 
- Fixed server-client sync issues (thanks domi)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
damaging it (this is to prevent getting infinite hearts); 
- Fixed server-client sync issues (thanks domi)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a major issue with Curses and possibly Hearts</title>
<updated>2015-07-01T23:04:40+00:00</updated>
<author>
<name>OnyxDarkKnight</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-07-01T23:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=05e82be19ee915a42ada1d69e12c4de55590562f'/>
<id>05e82be19ee915a42ada1d69e12c4de55590562f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a curse tab, added a config to enable/disable extra jewelry info,</title>
<updated>2015-07-01T15:11:31+00:00</updated>
<author>
<name>OnyxDarkKnight</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-07-01T15:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=46186569d5cb462f90e59a37dc17a9fad51cfa4a'/>
<id>46186569d5cb462f90e59a37dc17a9fad51cfa4a</id>
<content type='text'>
plus more!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plus more!</pre>
</div>
</content>
</entry>
<entry>
<title>Added an option to disable hearts from despawning</title>
<updated>2015-06-24T21:07:45+00:00</updated>
<author>
<name>OnyxDarkKnight</name>
<email>sor1n.iliutza16@gmail.com</email>
</author>
<published>2015-06-24T21:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/jewelrycraft.git/commit/?id=b65c980fffb286feb2853245411f5bafb73daf15'/>
<id>b65c980fffb286feb2853245411f5bafb73daf15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
