drcrazy
|
a40635e75f
|
Renamed ModItems to TRItems. Sorted members inside it.
|
2018-09-03 17:46:21 +03:00 |
|
drcrazy
|
33b9f697dc
|
Merged all ingredients into single class
|
2018-09-03 14:49:59 +03:00 |
|
drcrazy
|
db4dbdc956
|
UU-matter is now part of parts enum
|
2018-08-27 15:48:41 +03:00 |
|
drcrazy
|
8987311694
|
Flattened parts
|
2018-08-27 13:26:56 +03:00 |
|
drcrazy
|
de45f3e68d
|
SmallDusts flattened
|
2018-08-24 15:56:53 +03:00 |
|
drcrazy
|
edd4e0df3e
|
Flattened dusts.
|
2018-08-24 14:56:25 +03:00 |
|
drcrazy
|
1ee9ffb007
|
Flattened ingots.
|
2018-08-24 13:43:03 +03:00 |
|
drcrazy
|
aadc7150f3
|
Gems are flattened
|
2018-08-23 17:16:17 +03:00 |
|
drcrazy
|
2939ee02a3
|
Flattened nuggets
|
2018-08-23 15:20:57 +03:00 |
|
drcrazy
|
45d6317d12
|
Changes plates registration
|
2018-08-23 14:05:22 +03:00 |
|
drcrazy
|
c86f3dc2f4
|
Changes after PR review
|
2018-08-23 13:36:56 +03:00 |
|
drcrazy
|
f45da44f2b
|
Plates are flattened and enumed
|
2018-08-23 00:14:02 +03:00 |
|
drcrazy
|
2e4c3ebf1a
|
Some flattening attempt for plates
|
2018-08-07 13:50:46 +03:00 |
|
modmuss50
|
2910acc29c
|
Remove META_PLACEHOLDER
|
2018-07-20 22:36:38 +01:00 |
|
modmuss50
|
f5c6b59ebd
|
Mappings
|
2018-07-20 22:31:20 +01:00 |
|
modmuss50
|
7f8ce535a7
|
General code cleanup
|
2018-07-20 22:08:21 +01:00 |
|
drcrazy
|
7b630f576f
|
Polishing powered items
|
2018-07-20 17:23:21 +03:00 |
|
modmuss50
|
548d393820
|
Allow repairing gem tools and armor in anvil
|
2018-06-08 18:33:26 +01:00 |
|
drcrazy
|
f203bbbefd
|
Started work on capability for powered item
|
2018-05-23 00:27:35 +03:00 |
|
modmuss50
|
9c7f1995a8
|
Update year in license
|
2018-02-11 14:08:13 +00:00 |
|
drcrazy
|
bf5b649fc4
|
Removed unused code, added Override annotation
|
2017-11-12 12:15:32 +03:00 |
|
drcrazy
|
f465c6cf47
|
Refactored Crafting Table recipies; Fixed IDE warnings for unused (#1241)
imports; Update CoFH deps to fix build
|
2017-08-21 14:25:13 -07:00 |
|
modmuss50
|
2529f3fd9a
|
Try and prevent invalid ore dict names being registered
|
2017-07-01 19:27:07 +01:00 |
|
modmuss50
|
774fec221e
|
Auto format code
|
2017-06-28 20:54:12 +01:00 |
|
modmuss50
|
ba644982fe
|
Update to support new forge registry system
|
2017-06-24 20:15:49 +01:00 |
|
Prospector
|
40e3062903
|
Continue the great refactor of mid 2017 (A lot of stuff still broken, it's a WIP)
|
2017-06-14 08:56:09 -07:00 |
|
modmuss50
|
b25742dde0
|
Auto format code
|
2017-06-12 14:23:32 +01:00 |
|
modmuss50
|
332fe1be48
|
Fixes crash when gem tools are disabled, closes #1008
|
2017-03-15 10:08:58 +00:00 |
|
modmuss50
|
26c208e811
|
Added license info to the header of all files.
|
2017-02-23 12:29:43 +00:00 |
|
modmuss50
|
0872a802da
|
Update to support new item power.
|
2017-01-18 09:55:24 +00:00 |
|
Prospector
|
6a70424252
|
Continue the "Great refactor of 2017". Massive variable name refactoring and start splitting crafting table recipes to their own class.
|
2016-12-31 23:29:32 -08:00 |
|
ProfessorProspector
|
c271422e11
|
Remove deprecated empty cell
|
2016-12-12 15:57:04 -08:00 |
|
ProfessorProspector
|
226c0bc619
|
Improve energy bars on items
|
2016-12-08 18:39:49 -08:00 |
|
modmuss50
|
dda189fbc6
|
Add Electric Treetap & Make sap go directly into inventory : From: 2aa69a1425eb8928d530c58e7c8a2495e71ea78f
|
2016-11-05 16:33:27 +00:00 |
|
modmuss50
|
796df6c055
|
Auto Format code
|
2016-10-08 20:46:16 +01:00 |
|
modmuss50
|
a5550b9bb4
|
Fix a load of issues
|
2016-09-19 20:58:34 +01:00 |
|
modmuss50
|
22fd152ec9
|
Revert "Energy storages item charging fixes, transformers fixes, electric items fixes."
This reverts commit be4f10b975 .
# Conflicts:
# src/main/java/techreborn/init/ModBlocks.java
|
2016-08-10 00:29:47 +01:00 |
|
Dragon2488
|
be4f10b975
|
Energy storages item charging fixes, transformers fixes, electric items fixes.
|
2016-07-25 15:10:55 +07:00 |
|
Dragon2488
|
33df1d3319
|
Implemented Lightning Rod, improved ore dictionary integration for dusts, nuggets and plates. Plates now registers automatically for every gem and ingot in TR. (#673)
|
2016-07-16 10:44:54 +01:00 |
|
Dragon2488
|
1f197c3728
|
Properly integration with IC2 through ore dictionary. JEI recipes energy usage and time descriptions.
|
2016-07-15 17:28:41 +07:00 |
|
Dragon2488
|
2b148f3d68
|
Properly fluid rendering in dynamic cells. Temporary fix of recipes incapability with renamed (or tagged) cells. Merge dynamic and empty cells into one item. Right click on fluid block fills cell with fluid.
|
2016-07-15 12:15:09 +07:00 |
|
modmuss50
|
315c0aa509
|
Revert "Revert a shit load of stuff"
This reverts commit d25bb23e8e .
|
2016-07-01 15:55:37 +01:00 |
|
modmuss50
|
d25bb23e8e
|
Revert a shit load of stuff
|
2016-07-01 15:40:46 +01:00 |
|
modmuss50
|
d84bffce46
|
Fix nanosaber
|
2016-06-05 20:37:22 +01:00 |
|
modmuss50
|
1a0fb02516
|
Added config to disable gem tools and armour, closes #617
|
2016-06-04 11:20:06 +01:00 |
|
Yulife
|
9cbebe6dbd
|
Shoo IC2 Exp, Shoo
|
2016-05-30 16:11:40 +02:00 |
|
Yulife
|
341e862e37
|
Bunch of new item textures, move Lazurite to plates
... and relocation of some assets
|
2016-05-30 13:37:27 +02:00 |
|
modmuss50
|
25ee0b5790
|
Remove old cells, now uses the DynamicCell, 9 new fluids that need a texture
|
2016-05-23 18:26:21 +01:00 |
|
Prospector
|
188e2ef0c5
|
Fix tool tiers
|
2016-05-23 00:13:11 -07:00 |
|
Prospector
|
d452cf0fe6
|
Fix
|
2016-05-22 14:13:38 -07:00 |
|