675 Commits

Author SHA1 Message Date
Zoe Gidiere
f1124aae6b Update platform mod file versions and authors 2024-09-23 21:18:47 -06:00
Zoe Gidiere
664d1a3191 working 1.20.6 2024-09-17 16:34:30 -06:00
OakLoaf
922cd35e84 Updated Cloud dependency to v2 2024-08-16 11:07:03 +01:00
Zoë Gidiere
687ad5db59 Final dep update
confirmed working on paper and fabric
2023-12-09 15:00:46 -07:00
Zoë Gidiere
8043814138 pull up version range of fabric 2023-12-07 11:29:19 -07:00
Zoë Gidiere
e4c3affb9f pull up version range 2023-12-05 20:11:00 -07:00
Zoë Gidiere
913637b0a5 update deps 2023-12-05 18:29:43 -07:00
Astrashh
3aef977384
Patch version 6.4.1 (#435)
* Bump version to 6.4.1

* fix fabric dev env

* Invert exposed ore logic (#433)

* Invert exposed ore logic

* Bump ore addon version

* Use logger in Gradle over println (#434)

* Log info instead of println in gradle scripts

* Missed buildSrc printlns

---------

Co-authored-by: Zoë <duplexsys@protonmail.com>
2023-11-25 01:02:45 +00:00
Zoë Gidiere
fe954a7b2b We've had one, yes. What about second build issue? 2023-11-17 12:12:13 -07:00
Zoë Gidiere
16e61098d9 depend on fabric api 2023-11-13 15:08:15 -07:00
Zoë Gidiere
8aecf6b97f don't include fabric api 2023-11-13 15:05:21 -07:00
Astrashh
defd775f13
Change Java whitespace handling in .editorconfig (#425)
* Change whitespace handling in .editorconfig

* Reformat code

* fix format error

* Reformat code

---------

Co-authored-by: Zoë Gidiere <duplexsys@protonmail.com>
2023-11-13 00:57:01 +00:00
Zoë Gidiere
a117db40be change formatting 2023-11-09 12:47:48 -07:00
Zoë Gidiere
acf79f5c53 change class structure of LifecycleEntryPoint 2023-11-09 11:37:01 -07:00
Zoë Gidiere
c00753b0fc let reformat have another go at it 2023-11-05 20:12:57 -07:00
Zoë Gidiere
77812545df Fix stupid build error and a couple gradle warnings
thank you gradle .replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.getDefault()) else it.toString() } is clearly better than .capitalize()
2023-11-05 20:07:13 -07:00
Zoë Gidiere
81a96d6b76 Reformat code 2023-11-02 18:47:36 -06:00
Zoë Gidiere
d3a9b57872 disable quilt 2023-10-18 19:53:59 -06:00
Zoë Gidiere
0a7cdb82a3 update deps + 1.20.2 2023-10-01 22:18:54 -06:00
Zoë Gidiere
89651597c2 default to info logging 2023-09-29 23:32:40 -06:00
Zoë Gidiere
0e37a839fe We do a little commonifying 2023-09-29 21:44:12 -06:00
dfsek
18644d6100 update fabric dependencies 2023-06-15 17:22:21 -07:00
dfsek
0a16453f98 remove devlaunch lazydfu 2023-04-13 18:20:16 -07:00
dfsek
3cec404c6b specify platform in loom builds 2022-07-06 19:32:23 -07:00
dfsek
b3a8f375bc reformat all code 2022-07-06 19:28:07 -07:00
Zoë
36ceabd749 Refactor Mixin build setup 2022-07-06 00:26:42 -07:00
dfsek
b7343ca327 fix typo 2022-07-05 18:04:39 -07:00
Zoë
60046c4664 Revert "Quilt progress 2"
This reverts commit 639fc71f7af1c7ea057dd837f84c6d52275b5c68.
2022-07-05 14:18:01 -07:00
Zoë
639fc71f7a Quilt progress 2 2022-07-05 12:54:27 -07:00
dfsek
5da26e2b53 split most fabric and quilt code into common project 2022-07-05 01:11:32 -07:00
dfsek
2edf365781 create mixin-lifecycle project 2022-07-04 21:13:30 -07:00
Zoë
21d8be4726 abstract addon id 2022-07-03 13:44:53 -07:00
Zoë
18de2c3f99 Fix dev launch for fabric and forge 2022-06-30 21:58:11 -07:00
Zoë
71aa42011f Spawning! 2022-06-26 23:43:15 -07:00
Zoë
dbd5edabae Imports 2022-06-26 21:48:38 -07:00
Zoë
4487be03f1 Merge remote-tracking branch 'duplexsystem/dev/enviroment' into ver/6.2.0 2022-06-26 21:46:18 -07:00
dfsek
cffdf7aeeb use Fabric Loom 2022-06-24 16:00:47 -07:00
dfsek
3139416b35 rename mod-common to mixin-common 2022-06-22 07:23:39 -07:00
dfsek
42cf7b9543 move DataPackContentsMixin to common 2022-06-22 06:31:38 -07:00
dfsek
2ae4f80351 move tagutil into common 2022-06-22 06:10:41 -07:00
dfsek
3b156586dc common-ify LifecycleUtil 2022-06-21 18:21:54 -07:00
dfsek
6ba4a48e29 move biomeutil stuff into common 2022-06-21 18:00:48 -07:00
dfsek
7c2908e5ca move most mod code into mod common 2022-06-21 17:53:46 -07:00
dfsek
2a24fa56d7 move seedhack into common 2022-06-21 16:01:59 -07:00
dfsek
2a6d130d20 move world handle into common module 2022-06-21 15:48:09 -07:00
dfsek
1a1000bbef fix forge build 2022-06-21 15:38:28 -07:00
dfsek
e1cbb29ae4 begin splitting mixins into common 2022-06-21 14:46:50 -07:00
dfsek
e85afd7dd6 convert most lifecycle mixins to event listeners 2022-06-20 19:37:17 -07:00
dfsek
f3329bbff1 rename mixin configs 2022-06-20 18:33:28 -07:00
dfsek
c6428cff66 make slf4j compileOnlyAPI 2022-06-20 13:58:45 -07:00