Commit graph

138 commits

Author SHA1 Message Date
Relentless
4f8c1bf94c
restructure mixins 2023-06-07 13:30:26 +02:00
Relentless
48e2db14ff
add repair unification
fixes #53
2023-06-07 13:25:29 +02:00
AlexSa1000
df2c709b5f
add Cucumber Lib Fabric to defaults (#52)
Co-authored-by: Relentless <relentless@rlnt.dev>
2023-06-06 13:31:15 +02:00
Relentless
2dcbfb4a46
add simplified Chinese translations
fixes #49
2023-06-06 13:11:55 +02:00
Relentless
6539b9e620
update gradle, loom and all dependencies 2023-06-05 20:06:48 +02:00
Relentless
c5dc284d58
add support for Ars Nouveau add-ons 2023-05-04 20:44:22 +02:00
Relentless
58bdf6f0c3
add support for smithing-like recipes 2023-05-04 20:25:15 +02:00
Heimdallr-1
f5ed365912
Russian translation (#47) 2023-05-03 17:18:48 +02:00
PersiflageTheNinth
83e7a8c13e
Add Ars Nouveau compat (#44)
Co-authored-by: PersiflageTheNinth <persiflagetheninth@users.noreply.github.com>
Co-authored-by: Relentless <relentless@rlnt.dev>
2023-05-02 13:37:49 +02:00
Relentless
82d86de1f2
rework immersive engineering integration 2023-04-22 14:42:11 +02:00
Relentless
333ed882e5
include tag ownerships in item for tag lookup 2023-04-22 14:42:11 +02:00
Relentless
9187c5125f
host tag ownerships in runtime 2023-04-22 14:42:11 +02:00
Relentless
fb13573825
don't create primitives 2023-04-20 22:32:21 +02:00
Relentless
39888afc91
fix typo 2023-04-19 21:34:04 +02:00
Relentless
691719e7a9
fix tag ownership crash on dedicated servers 2023-04-19 21:33:33 +02:00
Relentless
de8ce7839b
[1.19] tag ownerships (#40) 2023-04-18 10:59:19 +02:00
Relentless
7a8274d044
use another JEI entrypoint to avoid crashes 2023-04-17 16:58:33 +02:00
Relentless
dc5f4633ef
don't remap recipe transfer button accessor 2023-04-16 23:28:32 +02:00
Relentless
b7384a7050
fix mixin naming inconsistency 2023-04-16 23:24:40 +02:00
Relentless
ca72e8d405
fix JEI indicator integration 2023-04-16 23:19:12 +02:00
Relentless
d1f420633a
remove unnecessary null checks 2023-04-12 17:14:09 +02:00
Relentless
f6739a106a
fix log spam on multiple preferred tags 2023-04-12 14:22:25 +02:00
Relentless
faeeba229a
improve stone strata lookup speed and provide caches to the runtime 2023-04-12 14:21:48 +02:00
LLytho
3b5e0f5bb2 Add new recipe keys for mekanism 2023-04-07 18:36:40 +02:00
Relentless
5542911644
fix stone strata fall back variant 2023-04-06 15:06:45 +02:00
Relentless
ec8f59fa11
fix stone strata sub matching and hiding of single entries 2023-04-01 13:24:23 +02:00
Relentless
070429fa8c
fix stone strata resolving on Fabric 2023-04-01 13:24:21 +02:00
Relentless
d0c4362ec9
some more performance improvements 2023-04-01 13:24:18 +02:00
Relentless
b2ce017fc0
maintenance of unused and old code 2023-04-01 13:24:14 +02:00
Relentless
79b9013d46
mark recipe context ingredient replacement as nullable 2023-03-25 19:15:25 +01:00
embeddedt
8e4cf8866d
Performance improvements (#35)
Co-authored-by: LLytho <main@lytho.dev>
Co-authored-by: Relentless <relentless@rlnt.dev>
2023-03-10 15:49:53 +01:00
LLytho
d8dbad7750
Fix accessing runtime when not initialized (#32)
Co-authored-by: Relentless <relentless@rlnt.dev>
2023-02-08 01:26:40 +01:00
LLytho
5bf5a4e5e0 Move to arch 2023-02-01 21:33:29 +01:00
Relentless
91b49533af
update loom 2023-02-01 18:51:30 +01:00
Relentless
27b3604c7f
adjust api lookup docs 2023-02-01 17:12:31 +01:00
LLytho
de0b4d49e2 Add jankins and fix auto config for test env 2023-02-01 16:35:48 +01:00
LLytho
4211838133 Add AlmostUnifiedLookup for mod devs 2023-02-01 16:21:07 +01:00
Relentless
b380cb4b0f
improved tooltip info and added German translation 2022-12-20 16:08:37 +01:00
Relentless
1771013e68
add missing Fabric tags to defaults
fixes #31
2022-12-20 15:34:49 +01:00
Relentless
b2570c2671
remove default forge styled tags from Fabric 2022-12-20 15:13:26 +01:00
Relentless
ddc788003a
add default mod priority list for Fabric 2022-12-20 15:13:01 +01:00
Relentless
5c6916b436
reorganize json compare tests 2022-12-05 21:56:25 +01:00
Relentless
df9fc1acd0
[1.19] Improve duplicate checks for implicit counts of 1 (#28) 2022-12-05 21:27:40 +01:00
Relentless
668957e25b
fix inconsistencies and formatting 2022-11-30 21:04:27 +01:00
Relentless
bbb62b9e44
[1.19] fix REI item hiding (#26)
Co-authored-by: LLytho <main@lytho.dev>
2022-11-30 20:49:18 +01:00
LLytho
d89c2f1f60 Move MI keys to RecipeConstants 2022-11-30 19:18:36 +01:00
LLytho
2cbe1dde3d Add some modern industrialization recipe keys 2022-11-30 18:55:59 +01:00
LLytho
220521df08 Add some mekanism recipe keys 2022-11-30 18:32:17 +01:00
LLytho
849c8323f4 Move builder keys to RecipeConstants and add slag unifier
- Fixes #25
2022-11-30 18:09:54 +01:00
LLytho
9478dacbef
Add support for ad astra (#24) 2022-11-27 18:30:24 +01:00