<feed xmlns='http://www.w3.org/2005/Atom'>
<title>old-mc/TAIGA.git/src/main/java/com/sosnitzka/taiga/Items.java, branch master</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/TAIGA.git/'/>
<entry>
<title>1.12.2; not well tested; book integration still broken</title>
<updated>2018-02-08T18:37:21+00:00</updated>
<author>
<name>Giovanni Harting</name>
<email>539@idlegandalf.com</email>
</author>
<published>2018-02-08T18:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=17ae55c35992829bf377ac5bc0741b234cb90bda'/>
<id>17ae55c35992829bf377ac5bc0741b234cb90bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Dilithium Ore and assigned crystals. Added some Book pages as a test (need to be fixed before next release).</title>
<updated>2017-01-01T20:39:02+00:00</updated>
<author>
<name>Robert Sosnitzka</name>
<email>robert.sosnitzka@gmail.com</email>
</author>
<published>2017-01-01T20:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=18bd88e7f98bb62d704d933341599bbb7b2ce3c7'/>
<id>18bd88e7f98bb62d704d933341599bbb7b2ce3c7</id>
<content type='text'>
Removed deprecated stuff.
Removed 2016, Added 2017.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed deprecated stuff.
Removed 2016, Added 2017.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplemented different ore-types for Grantie, Diorite, Andensite. Added material, items and other stuff for each ore. Oregen rebalanced. Fixed Generator for Oregen.</title>
<updated>2016-12-17T12:28:08+00:00</updated>
<author>
<name>Robert Sosnitzka</name>
<email>robert.sosnitzka@gmail.com</email>
</author>
<published>2016-12-17T12:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=f6521cdddfe97de499ed385c82f39e8e2e9bbbb3'/>
<id>f6521cdddfe97de499ed385c82f39e8e2e9bbbb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[1.2] Material rework (#60)</title>
<updated>2016-12-05T19:34:02+00:00</updated>
<author>
<name>Giovanni Harting</name>
<email>chefeificationful@gmail.com</email>
</author>
<published>2016-12-05T19:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=826ab1cf3a01dadae2a5d5a204fa557f7134eac6'/>
<id>826ab1cf3a01dadae2a5d5a204fa557f7134eac6</id>
<content type='text'>
* Developement tests for nbt data in traits

* Lot of trait changes and better balancing

* Traits reworked a bit, new traits added.

* First correction of NBT Data in Trait (Soulbound). Is shown twice. Still needs corrections.

* Few fixes in traits and new trait "catcher"

* Small fix, needs workaround

* fixed some catch issues

* Fixed Catcher and Reviving Traits, new Trait: Souleater. Updated build.gradle for new TiC Version.

* Splitted SoulEater to get the bad touch to an extra trait "Cursed". Added method for using nbt more easily. Changed declaration names of fluids

* Some minor changes in Traits, Registry and Utils.

* Iron_nugget is replaced with oreDict Item when not loaded via TAIGA.

* Beginning of new material  integration. Lot of names changed, lot more work to do here. Many null pointer exceptions and no changes of values up to now.

* Some Small changes in names, registry and recipes

* Some weird stuff I don't remember :D

* fixed some things I missed while merging

* Rollback to something

* More Stuff

* fixed some merging stuff

* Fixed some misspelled names. Actually working with lots of restrictions.

* Rearranged alloys, tried to add blocks / ingots for non-tinker-materials, but they won't work.

* Again tried to fix the melting issue, but non-tinker materials still are not able to be casted as a block, ingot or nugget...

* Fixed integration of materials without tools.

* changed IMC to direct lib calls

* removed more IMC, removed redundant code

* some reformatting

* Alloy integration reworked, needs to be balanced.

* updated deps, renamed some func's, added duplicate material check

* some more renaming

* some reformatting, fixed wrong import, fixed string cmp's

* Added images for blocks, ingots, nuggets and dust. Json changes do not work yet.

* some reformatting

* Removed old json files. Placeholder needed.

* Fixed block json, items not working yet.

* Fixed my own derp (missing json files)

* Reduced materials to ensure unique traits for most of them. Still 30 though, but reduced by 20 more :'( RIP

* Changed some generator stuff, not working properly right now!

* rewrote offset generation, added some debug command, fixed some stuff

* fixed on-surface-generation, made dependencies more flexible

* reverted gen-weight back to its normal value

* Meteor generator implemented.

* fixed generating on ground

* optimized a thing

* Replaced Uru with Osram, replaced Meteorite with Uru, added Meteorite again for Hull-Material and late game alloy.

* Some changes in generation of ores, not ready yet.

* Added Cobble Meteorite. Added debug command. Implemented rest of ore generation. Some minor fixes left for generation including balancing.

* Some changes for ore generation. Added 2 separate Generic Blocks for meteorite and their cobble variant.

* some cleanup in Generator class, added meteor world save handler

* Added Textures. Added blockstates and item models. Fixed fluid rendering.

* renamed world save data file to be little more specific, removed a unused method

* some preps for the upcoming release

* First attempt of well balancing material stats. Renamed TiberiumX to Triberium.

* Final changes... ready for beta testing

* Added missing alloys.

* Corrected balancing of ore generation. Still WIP

* removed some last debug out

* one last reformat
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Developement tests for nbt data in traits

* Lot of trait changes and better balancing

* Traits reworked a bit, new traits added.

* First correction of NBT Data in Trait (Soulbound). Is shown twice. Still needs corrections.

* Few fixes in traits and new trait "catcher"

* Small fix, needs workaround

* fixed some catch issues

* Fixed Catcher and Reviving Traits, new Trait: Souleater. Updated build.gradle for new TiC Version.

* Splitted SoulEater to get the bad touch to an extra trait "Cursed". Added method for using nbt more easily. Changed declaration names of fluids

* Some minor changes in Traits, Registry and Utils.

* Iron_nugget is replaced with oreDict Item when not loaded via TAIGA.

* Beginning of new material  integration. Lot of names changed, lot more work to do here. Many null pointer exceptions and no changes of values up to now.

* Some Small changes in names, registry and recipes

* Some weird stuff I don't remember :D

* fixed some things I missed while merging

* Rollback to something

* More Stuff

* fixed some merging stuff

* Fixed some misspelled names. Actually working with lots of restrictions.

* Rearranged alloys, tried to add blocks / ingots for non-tinker-materials, but they won't work.

* Again tried to fix the melting issue, but non-tinker materials still are not able to be casted as a block, ingot or nugget...

* Fixed integration of materials without tools.

* changed IMC to direct lib calls

* removed more IMC, removed redundant code

* some reformatting

* Alloy integration reworked, needs to be balanced.

* updated deps, renamed some func's, added duplicate material check

* some more renaming

* some reformatting, fixed wrong import, fixed string cmp's

* Added images for blocks, ingots, nuggets and dust. Json changes do not work yet.

* some reformatting

* Removed old json files. Placeholder needed.

* Fixed block json, items not working yet.

* Fixed my own derp (missing json files)

* Reduced materials to ensure unique traits for most of them. Still 30 though, but reduced by 20 more :'( RIP

* Changed some generator stuff, not working properly right now!

* rewrote offset generation, added some debug command, fixed some stuff

* fixed on-surface-generation, made dependencies more flexible

* reverted gen-weight back to its normal value

* Meteor generator implemented.

* fixed generating on ground

* optimized a thing

* Replaced Uru with Osram, replaced Meteorite with Uru, added Meteorite again for Hull-Material and late game alloy.

* Some changes in generation of ores, not ready yet.

* Added Cobble Meteorite. Added debug command. Implemented rest of ore generation. Some minor fixes left for generation including balancing.

* Some changes for ore generation. Added 2 separate Generic Blocks for meteorite and their cobble variant.

* some cleanup in Generator class, added meteor world save handler

* Added Textures. Added blockstates and item models. Fixed fluid rendering.

* renamed world save data file to be little more specific, removed a unused method

* some preps for the upcoming release

* First attempt of well balancing material stats. Renamed TiberiumX to Triberium.

* Final changes... ready for beta testing

* Added missing alloys.

* Corrected balancing of ore generation. Still WIP

* removed some last debug out

* one last reformat
</pre>
</div>
</content>
</entry>
<entry>
<title>Added creative tabs for blocks and items and associated language entries. Added check for iron nugget, to prevent double registry.</title>
<updated>2016-07-28T12:59:08+00:00</updated>
<author>
<name>Robert Sosnitzka</name>
<email>robert.sosnitzka@gmail.com</email>
</author>
<published>2016-07-28T12:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=e15a07bdb8106e2abe27c28ab4ab8b6cf37e2a5e'/>
<id>e15a07bdb8106e2abe27c28ab4ab8b6cf37e2a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed class not needed</title>
<updated>2016-07-24T05:08:55+00:00</updated>
<author>
<name>Giovanni Harting</name>
<email>539@idlegandalf.com</email>
</author>
<published>2016-07-24T05:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=5ccc94e73a49ee0e3255582771d74415a61f7e75'/>
<id>5ccc94e73a49ee0e3255582771d74415a61f7e75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation and fix book icons</title>
<updated>2016-07-22T15:42:33+00:00</updated>
<author>
<name>StevenTheEVILZ</name>
<email>steventheevilz@gmail.com</email>
</author>
<published>2016-07-22T15:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=c4f8ffc2b976c1893e84c51bf95b1a2e1eeae888'/>
<id>c4f8ffc2b976c1893e84c51bf95b1a2e1eeae888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rebalanced Tiberium.</title>
<updated>2016-07-21T23:22:40+00:00</updated>
<author>
<name>Robert Sosnitzka</name>
<email>robert.sosnitzka@gmail.com</email>
</author>
<published>2016-07-21T23:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=87d33ee9a1e844e9905e1f3151ec0e5d956873df'/>
<id>87d33ee9a1e844e9905e1f3151ec0e5d956873df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added nuggets + json files. F</title>
<updated>2016-07-21T22:44:17+00:00</updated>
<author>
<name>Robert Sosnitzka</name>
<email>robert.sosnitzka@gmail.com</email>
</author>
<published>2016-07-21T22:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=374f1f1d24f37c660989ddbc4316b0440df12bc3'/>
<id>374f1f1d24f37c660989ddbc4316b0440df12bc3</id>
<content type='text'>
Removed unnecessary lignite ores.
Fixed oreDict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed unnecessary lignite ores.
Fixed oreDict
</pre>
</div>
</content>
</entry>
<entry>
<title>first implementaion of a custom TickHandler</title>
<updated>2016-07-19T11:18:41+00:00</updated>
<author>
<name>Giovanni Harting</name>
<email>539@idlegandalf.com</email>
</author>
<published>2016-07-19T11:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/old-mc/TAIGA.git/commit/?id=74e3baa05c7e1d003b0e37f6aace2536a0aace46'/>
<id>74e3baa05c7e1d003b0e37f6aace2536a0aace46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
