Commit graph

295 commits

Author SHA1 Message Date
TheDarkDnKTv
18507677aa Reverting DynamicConfig back to Forge 2021-03-11 18:55:41 +02:00
TheDarkDnKTv
8630f853ee And again some fixed processors 2021-03-10 20:03:02 +02:00
TheDarkDnKTv
5ef17a3489 More fixes of OreProcessors 2021-03-09 20:55:44 +02:00
TheDarkDnKTv
ee09e84a5e A lot of stuff about OreProcessors 2021-03-09 09:06:30 +02:00
TheDarkDnKTv
22c75dba20 Fixed forge warns 2021-03-09 06:04:27 +02:00
TheDarkDnKTv
7bd0df87a1 More processing fixed 2021-03-09 04:29:41 +02:00
TheDarkDnKTv
17fe25bef7 Fixed Fluid recipe NBT write
Wow, forge overrides equals() and hashCode() in FluidStack but did not
int Fluid. It cause fluid has different hash after restart of JVM. Fixed
by adding custom hashCode in GT_Utility. Works fine. Closes #74.
2021-03-09 03:22:54 +02:00
TheDarkDnKTv
3c52821fbc Fixed processingPlasmaCell & misc stuff
Also fixed fuel values in generators
2021-03-09 02:29:08 +02:00
TheDarkDnKTv
b0a60acb1d Fixed Fusion NEI overlay glitch 2021-03-08 09:36:12 +02:00
TheDarkDnKTv
ccf5699b96 Finally fixed Cell processing 2021-03-08 09:32:38 +02:00
TheDarkDnKTv
04764f45e0 Merge branch 'master' of https://github.com/Nukepowered/GregTech4 into master 2021-03-08 04:36:27 +02:00
TheDarkDnKTv
c526382fb8
Merge pull request #73 from meowNIman/patch-3
Update en_US.lang
2021-03-08 04:36:05 +02:00
meowNIman
d7d3e4eb1d
Update en_US.lang
some missing latters
2021-03-08 05:34:16 +03:00
TheDarkDnKTv
e415ae0478 Fixed RecipeMap registering dublicates of recipe 2021-03-08 03:10:33 +02:00
TheDarkDnKTv
d9e3178e5f Added more details in recipe error reports 2021-03-08 03:00:53 +02:00
TheDarkDnKTv
93dbc62717 Fixed MetaItems render
Closes #72.

- Fixed enchantment render on all meta items
- Fixed cell's fluid rendering in NEI on all surface of slot
2021-03-08 01:48:40 +02:00
TheDarkDnKTv
6f20a6cdcd Fixed digital chest for 4th time 2021-03-06 20:37:37 +02:00
TheDarkDnKTv
9537ceb474 Fixed half of Ore Processors
Also:
- Added few new prefixes to OrePrefixes
- Fixed Osmium name
2021-03-05 21:04:02 +02:00
TheDarkDnKTv
3ed82ebab3 Fixed Digital chest not saving items
Overriden invenotry NBT saving. Weird thing, they has stackSize as an
int, but saving it in nbt as byte. Well done.
2021-03-05 18:09:47 +02:00
TheDarkDnKTv
d6908cd723 Refactor of Ore Processors & misc fixes 2021-03-04 22:09:36 +02:00
TheDarkDnKTv
0941fa049f Fixed NEI bug & overlays
- Fixed Cutter NEI overlay aligment
- Fixed NEI showing only 1 item in wildcard recipes, when should be more
2021-03-04 20:02:11 +02:00
TheDarkDnKTv
ed6fb5a14b Fixed digital chest, again
Now it will work properly with pipes
2021-03-04 19:26:39 +02:00
TheDarkDnKTv
33bbcb5c3a Started work on OreDict handler 2021-03-03 21:04:41 +02:00
TheDarkDnKTv
3f961b3ee3 Fixed Digital chest
Closes #64
2021-03-03 19:17:08 +02:00
TheDarkDnKTv
333a0fef5b Added NEI overlays, fixed some recipes
Closes #44
2021-03-03 09:32:25 +02:00
TheDarkDnKTv
4aee1e5264 Fixed IDSU
Closes #68. Also fixed way of crushing without railcraft
2021-03-03 07:33:43 +02:00
TheDarkDnKTv
abc0146801 Fixed missed localization
Closes #66
2021-03-03 07:05:21 +02:00
TheDarkDnKTv
1555802611 TODO fixes 2021-03-03 05:26:33 +02:00
TheDarkDnKTv
90600bad09 Fixed overlays liquid aligment 2021-03-03 05:26:24 +02:00
TheDarkDnKTv
82826e485b Removed fake ruby 2021-03-03 05:06:43 +02:00
TheDarkDnKTv
7307f15b5e Now GT's NEI handler support liquids 2021-03-03 05:06:05 +02:00
TheDarkDnKTv
27bbc3f4f2 Finished all multiblocks, Fusion Reactor 2021-03-03 00:43:12 +02:00
TheDarkDnKTv
d62fee0644 Fixed wrong activation on client 2021-03-02 22:26:45 +02:00
TheDarkDnKTv
7eead1e4d9 Removed any on placed delays 2021-03-02 21:08:39 +02:00
TheDarkDnKTv
7fd373e330 Nearly finished all multiblocks 2021-03-02 09:17:18 +02:00
TheDarkDnKTv
658a1f994e Added WeakList 2021-03-02 05:24:42 +02:00
TheDarkDnKTv
797b1a74fc Changed generators recipe logic
Now it will work according on self max EU/t output
2021-03-02 03:57:06 +02:00
TheDarkDnKTv
cb316c1e27 A lot of true multiblocks fixes 2021-03-02 01:53:24 +02:00
TheDarkDnKTv
e1f40c7684 Some misc changes in InventoryHandlerList 2021-02-28 22:34:04 +02:00
TheDarkDnKTv
a53b2773cd Working on True Multiblocks 2021-02-27 21:03:29 +02:00
TheDarkDnKTv
0ec40230ff Fixed most of multiblocks 2021-02-26 21:05:32 +02:00
TheDarkDnKTv
ca27b8df8e Added InventoryHandler 2021-02-26 18:42:27 +02:00
TheDarkDnKTv
1b0103ab7c Fixed Distillation tower & Sawmill 2021-02-25 21:04:03 +02:00
TheDarkDnKTv
3f8aba2e6c Fixed Bronze Blast Furnance 2021-02-25 09:19:41 +02:00
TheDarkDnKTv
ea300bd8ae Added bronze blast recipes 2021-02-25 08:55:26 +02:00
TheDarkDnKTv
72ce5203c5 Added NEI overlay for bronze blast furnance 2021-02-25 08:54:57 +02:00
TheDarkDnKTv
03115ad01a Fixed Blast Furnance
- Added common abstract class for multiblocks
- Fixed Recipes metadata usage
- Added misc methods in UnifierRecipeEntry
2021-02-25 08:10:56 +02:00
TheDarkDnKTv
0b59e42926 Added unificated recipe entries & Some fixes of Blast furnance 2021-02-25 06:04:06 +02:00
TheDarkDnKTv
cc0540fff7 Added metadata to recipes 2021-02-25 04:59:30 +02:00
TheDarkDnKTv
a32d716c27 Fixed bronze furnance & electrinic type sorter 2021-02-25 04:45:11 +02:00