Commit Graph

81 Commits

Author SHA1 Message Date
Robert Sosnitzka
26ab0139c0 Added missing icon, added Trait Mutate. 2017-01-15 23:37:38 +01:00
Robert Sosnitzka
251e1d9d78 Fixed pissble crash by adding missing texture. Changed texture path for book images. 2017-01-14 08:20:27 +01:00
e24a8390ec loads of spelling improvments (didn't catch all) 2017-01-14 08:07:40 +01:00
Robert Sosnitzka
0d5df06eb0 Added two missing german translation files 2017-01-13 18:49:15 +01:00
Robert Sosnitzka
4db215fc65 Finished creation of book pages for Ores. Other pages will come (e.g. about fuels / temperatures). Added german translation. 2017-01-12 22:57:48 +01:00
Robert Sosnitzka
933a640144 Added pages for aurorium, duranite, jauxum, karmesine, ovium, palladium, prometheum, tiberium, valyrium and vibranium. Changed two generation default variables for balancing. 2017-01-10 23:45:51 +01:00
Robert Sosnitzka
bb7a50bebb Reformatted tinker page for type ore to get coloured titles, and reduced the size of the icon. 2017-01-09 23:33:48 +01:00
Robert Sosnitzka
9afe6b1b99 Some fixes for page-template of tinker book 2017-01-08 23:41:01 +01:00
Robert Sosnitzka
0eb536e16b Fixed broken book page. Added examples for showing up in the book. Todo: Create a separate template! 2017-01-03 00:05:03 +01:00
Robert Sosnitzka
18bd88e7f9 Added Dilithium Ore and assigned crystals. Added some Book pages as a test (need to be fixed before next release).
Removed deprecated stuff.
Removed 2016, Added 2017.
2017-01-01 21:39:02 +01:00
ac15fd9da1 first progress on book integration, need to introduce a custom json structure 2016-12-25 23:16:58 +01:00
Robert Sosnitzka
eabc1ffe8c Added missing json files, fixed some coloring and spelling issues 2016-12-24 13:39:55 +01:00
Robert Sosnitzka
e539e506c3 Added missing png images files 2016-12-24 13:07:15 +01:00
Robert Sosnitzka
613850e2b5 Fixed some names and wrote more clear descriptions. Fixed 2 Traits with possible NPE 2016-12-23 01:21:30 +01:00
Robert Sosnitzka
224c3bd91f Merge pull request #78 from 3TUSK/patch-1
Update zh_CN.lang
2016-12-18 14:11:59 +01:00
Robert Sosnitzka
e167f0da5b Balanced out block hardness. It's tinkers alloying addon, not tinkers annoying addon!
Fixed some language files and fluid models.
2016-12-18 14:10:03 +01:00
Robert Sosnitzka
f6521cdddf Reimplemented different ore-types for Grantie, Diorite, Andensite. Added material, items and other stuff for each ore. Oregen rebalanced. Fixed Generator for Oregen. 2016-12-17 13:28:08 +01:00
Urey. Xue
fdd34ae097 Update zh_CN.lang 2016-12-16 23:26:35 -05:00
Robert Sosnitzka
e104803854 Added missing names and two missing textures for liquids. Reworked Configuration, did not work - still need to be fixed. Changed some Temperatures, added two additional liquids for melting. 2016-12-14 02:10:56 +01:00
261b67a74c deleted stuff 2016-12-06 16:46:22 +01:00
Giovanni Harting
826ab1cf3a [1.2] Material rework (#60)
* 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
2016-12-05 20:34:02 +01:00
03e5b50459 fixed a typo 2016-10-18 21:01:04 +02:00
Robert Sosnitzka
8c334a4cdd Added recipes for ingots, blocks and nuggets! 2016-08-17 23:46:09 +02:00
Robert Sosnitzka
e15a07bdb8 Added creative tabs for blocks and items and associated language entries. Added check for iron nugget, to prevent double registry. 2016-07-28 14:59:08 +02:00
Robert Sosnitzka
93d45ceaeb added missing violium_nugget.json 2016-07-25 15:06:52 +02:00
Robert Sosnitzka
fb4c81d44b added missing material overlays 2016-07-25 15:04:19 +02:00
Robert Sosnitzka
c3a2e9922a Swapped position of rubium and adamantite in end dimension. Fixed misspelled instable to unstable. 2016-07-25 14:26:42 +02:00
Robert Sosnitzka
92cfb47f4f - Swapped ore generation for titanite and adamantite (nether <> end).
- Fixed some generated tool textures
- Fixed hardness / blast resistance of blocks
2016-07-25 13:44:50 +02:00
tartaric_acid
b075c521b2 Update zh_CN file 2016-07-25 18:22:25 +08:00
tartaric_acid
6ee71f3dc1 Create a zh_CN file 2016-07-25 16:37:52 +08:00
Robert Sosnitzka
9141dcc8a2 Changed ore textures slightly 2016-07-24 22:47:59 +02:00
Robert Sosnitzka
e28524864d Corrected rest of generated material textures. 2016-07-24 22:42:25 +02:00
Robert Sosnitzka
eb1eaf3fd7 Cleaned code. Added nugget icons. Fixed some textures. TODO: metal texture rendering 2016-07-24 20:52:57 +02:00
Robert Sosnitzka
1a2e0f233b adamantite_nugget.json was corrupted 2016-07-22 00:51:39 +02:00
Robert Sosnitzka
374f1f1d24 Added nuggets + json files. F
Removed unnecessary lignite ores.
Fixed oreDict
2016-07-22 00:44:17 +02:00
Robert Sosnitzka
be1f4fc446 Fixed and balanced traits. Fixed bug where block could not be broken sometimes. Fixed missing Ores. Fixed translation. 2016-07-21 17:29:09 +02:00
2ef3bc1dd4 fixed last derps with automated building 2016-07-20 05:17:05 +02:00
Robert Sosnitzka
db49a2c74e Adjusted tiberium ore, removed vanilla smelting recipes, adjusted three traits (one left), description for materials added 2016-07-20 01:41:39 +02:00
Robert Sosnitzka
0bcf9d2fd1 Fixed oreDictionary entries for iron nugget, slag gold and slag iron. 2016-07-19 01:15:50 +02:00
8a5eca2b00 fixed load dependency order, fixes #1 #2
bumped version up to 1.0.1
2016-07-19 00:49:37 +02:00
d4ff6dd9b8 readded resources (derp from @zkaface, again!)
fixed some stuff in the readme
2016-07-18 18:42:05 +02:00
Robert Sosnitzka
5b011224be Fixed link to github 2016-07-18 16:23:41 +02:00
Robert Sosnitzka
1b2ef4708b Corrected name 2016-07-18 16:18:50 +02:00
Robert Sosnitzka
7515737cb4 Project renamed to "TAIGA: Tinkers alloying addon" 2016-07-18 16:04:37 +02:00
Robert Sosnitzka
302ef6cccb Final adjustments, 2 additional traits, 1 trait rewritten. Liquids + textures included. German and english translation added. 2016-07-18 00:16:46 +02:00
77e86d4281 merged fluid_blocks 2016-07-16 22:37:12 +02:00
9800f7ce8c fixed fluid blocks, just need to add all into the JSON @Zkaface 2016-07-16 22:34:23 +02:00
Robert Sosnitzka
008e26b575 Rest of names fixed! 2016-07-16 13:31:17 +02:00
Robert Sosnitzka
83621749ab Fixed missing and wrong positioned names 2016-07-16 12:52:46 +02:00
Robert Sosnitzka
615d8a4714 Fixed missing and wrong positioned names 2016-07-16 02:05:14 +02:00