Commit graph

241 commits

Author SHA1 Message Date
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
TheDarkDnKTv
730b1f6e2a Extra fixes for Ingredients 2021-02-03 21:03:41 +02:00
TheDarkDnKTv
0bff996a93 Reworking recipes again 2021-02-03 04:47:36 +02:00
TheDarkDnKTv
3ebecb18c4 Partly fixed microwave 2021-02-02 21:03:42 +02:00
TheDarkDnKTv
e00e4bc37f More machine fixes, and more new bugs 2021-02-02 10:12:38 +02:00
TheDarkDnKTv
10c510df35 Moving electrolyzer 2021-02-02 03:26:09 +02:00
TheDarkDnKTv
1c2ffbb23f Fixed small UI glitch 2021-02-02 02:39:42 +02:00
TheDarkDnKTv
5cfbcf58c3 Some recipe fixes 2021-02-02 02:39:28 +02:00
TheDarkDnKTv
36aca4642d Moved common fluid machines functionality to dedicated class 2021-02-02 02:38:44 +02:00
TheDarkDnKTv
11d10d343c Code cleanup 2021-02-02 01:26:19 +02:00
TheDarkDnKTv
07d21771da Misc recipe system fixes
- A bit of refactoring
- Fixed critical issues with recipe matching
- Restored recipe cache system
2021-02-02 01:24:30 +02:00
TheDarkDnKTv
cf88b71d62 Fixed saving Recipe to NBT
Now current recipe of machine also saves to NBT, after world loading
recipe will keep executing.
2021-02-01 10:04:23 +02:00
TheDarkDnKTv
0ecc46b166 Fixed centrifuge & liquid recipes
- Fixed liquid logic for centrifuge
- More customization on RecipeLogic

Looks like need extended recipe logic for liquid processing, to avoid
code copypaste.
2021-02-01 09:46:57 +02:00
TheDarkDnKTv
1ecc44f5f2 API fixes, Recipe#match etc
- Fixed partically centrifuge (UI desync, glitchy recipe logic, nbt
save)
- Fixed RecipeLogic NBT save issue, has resetting recipe progress
- Added one interface to work with RecipeLogic
- Fixed syntax errors in generators
2021-02-01 03:55:48 +02:00
TheDarkDnKTv
6612f3c058 Nearly finished new recipe system
- Added wiremill to working condition
- Fixed bugs in new recipe logic
- Optimized a bit recipe searching and caching
2021-01-31 09:53:14 +02:00
TheDarkDnKTv
e26d0f5ec8 Update README 2021-01-31 08:10:02 +02:00
TheDarkDnKTv
92c5f83653 Fixed NEI handlers to new system 2021-01-31 06:08:25 +02:00
TheDarkDnKTv
ffb45551d0 Moved E-Furnance to new recipes API 2021-01-31 04:29:49 +02:00
TheDarkDnKTv
8f26f069c7 Added oredict recipe unification 2021-01-29 20:09:01 +02:00
TheDarkDnKTv
24e84d7226 Starting work on recipe rewrite
Wroking on #26. Need to change all recipe system
2021-01-28 19:59:56 +02:00
DmN
aa52a30235 Update ru_RU.lang 2020-09-30 17:59:51 +03:00
TheDarkDnKTv
2189b9ed87 Fixed teleporter crash
Closes #49
2020-09-24 16:23:36 +03:00
TheDarkDnKTv
08b16c2236 Fixed Thaumcraft compat
Closes #60
2020-09-24 15:39:10 +03:00
sferatime
bba86fbcda
Update ru_RU.lang
1.Множество материалов не переведено, переведешь - напиши, я еще раз посмотрю.
2."Маленькая кучка %s" заменить на "Маленькая кучка пыли %s" или иное подходящее
2020-09-21 19:15:55 +03:00
DmN
d36489418a Update ru_RU.lang 2020-09-21 11:29:29 +03:00
DmN
ba014ec26f Update ru_RU.lang 2020-09-19 17:47:42 +03:00
DmN
3a809d4a8f Update ru_RU.lang 2020-09-18 03:24:42 +03:00
DmN
4b7ada29bc Update ru_RU.lang 2020-09-17 18:07:28 +03:00
DmN
56530c8ac7 Update ru_RU.lang 2020-09-17 03:42:17 +03:00
DmN
1ff7ef2531 Update ru_RU.lang 2020-09-17 03:28:20 +03:00