Commit graph

370 commits

Author SHA1 Message Date
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
TheDarkDnKTv
92d1f1eaa0 Fixed Printer 2021-02-24 23:03:36 +02:00
TheDarkDnKTv
d7fb3faa18 Fixed recipe map glitched recipe search 2021-02-24 23:03:24 +02:00
TheDarkDnKTv
655c5daf2f Fixed all generators
- Fixed generators I/O slots aligment
- Fixed Thaumcraft compat to prevent crash
- Fixed some recipes for Generators
2021-02-23 07:52:43 +02:00
TheDarkDnKTv
be4307708d Fixed Thermal generator 2021-02-21 20:36:58 +02:00
TheDarkDnKTv
705aa4a155 Some work on generators 2021-02-12 05:59:22 +02:00
TheDarkDnKTv
38b10bc3d9 Added fluids to Recipes
Now Recipe, RecipeFactory supports ability to add fluid I/O. Also
ReicipeLogic will work with fluid now and consume it if needed. Caching
enabled.
2021-02-12 05:05:29 +02:00
TheDarkDnKTv
0ecfb32754 Fixed mostly all bronze machines
Also moved furnance recipes find logic to RecipeMap insteadof
implementation in furnance class.
2021-02-11 09:00:20 +02:00
TheDarkDnKTv
993678a790 Fixed generated recipes NBT save
- Fixed saving to NBT generated recipes, preventing void output after
world loaded
- Fixed texture for macerator
2021-02-11 08:18:41 +02:00
TheDarkDnKTv
16ff2795cc A lot of stuff
- Fixed Universal macerator
- Fixed microwave, scanner and IC2 maps
- Fixed bunch of RecipeLogic & Recipe bugs
- Misc tweaks
2021-02-11 04:07:48 +02:00
TheDarkDnKTv
f492b86e84 Fixed all IC2-same machines
- Added custom Recipe maps for Recycler and typical IC2 machines
2021-02-08 21:00:17 +02:00
TheDarkDnKTv
429d472ef2 Fixed Macerator 2021-02-08 20:05:58 +02:00
TheDarkDnKTv
a8adc5f266 Fixed NEI 2021-02-08 19:31:25 +02:00
TheDarkDnKTv
9ec241a968 Finished new system
- There only lefts special machines RecipeFactories and recipe maps
2021-02-08 19:31:20 +02:00
TheDarkDnKTv
cb202d3f78 Fixed most of Recipes to register by new system 2021-02-07 09:21:22 +02:00
TheDarkDnKTv
287fa44c86 Fixed E Furnance!
Finally was possible to test new system, but without using new
RecipeMaps... But new slot aligment & recipe outputs works fine!
2021-02-07 00:59:52 +02:00
TheDarkDnKTv
1657390f6e ListAdapter cleanup 2021-02-06 23:14:25 +02:00
TheDarkDnKTv
270e8f3c0c Fixed RecipeLogic & some misc fixes in facotry 2021-02-06 23:06:16 +02:00
TheDarkDnKTv
b0720eefd4
Merge pull request #63 from Domaman202/translate
Partial russian translatiuon, need to make it complete later.
2021-02-06 22:28:30 +02:00
TheDarkDnKTv
e33a708ca7 Updated version 4.10
Recipe subsystem finished.
Need to change code to use it in machines RecipeLogic and test it out.
2021-02-06 22:27:40 +02:00
TheDarkDnKTv
1b0a3f4e71 Nearly fixed recipe matching 2021-02-06 08:29:40 +02:00
TheDarkDnKTv
701baaed72 Added array range adapter
Also tested, will work fine.
2021-02-06 06:50:15 +02:00
TheDarkDnKTv
39edf31cc1 Fixed RecipeFactory, Map and ChancedOutput, also NEI plugin main class 2021-02-06 04:19:57 +02:00
TheDarkDnKTv
c5e187937c Partly fixed NEI pluging 2021-02-05 08:16:09 +02:00
TheDarkDnKTv
7d1faee1ac Recipe rework 2021-02-05 07:39:10 +02:00
TheDarkDnKTv
e5185f18ac More work on Recipe system 2021-02-04 04:08:13 +02:00