Commit Graph

86 Commits

Author SHA1 Message Date
shedaniel
b4d18291ff Update transformer to 2.0.11 2021-02-15 01:38:45 +08:00
shedaniel
ee4fa04213 Update transformer to 2.0.10 2021-02-14 23:50:47 +08:00
shedaniel
f9b4ad8497 Update transformer to 2.0.9 2021-02-14 23:34:37 +08:00
shedaniel
dfdcd1b8a2 Update transformer to 2.0.8 2021-02-14 23:15:29 +08:00
shedaniel
ce93d62e99 Fix windows tried to delete file used 2021-02-14 23:00:38 +08:00
shedaniel
497c183af5 Migrate to my maven 2021-02-14 22:23:36 +08:00
shedaniel
c9abaea8ae Bump as 3.0, migrate to archtiectury runtime transformer 2021-02-14 21:57:26 +08:00
shedaniel
21d2a47623 Merge pull request #15 from architectury/feature/fix_14
Fix #14
2021-02-05 00:24:09 +08:00
shedaniel
70557d7595 Fix #14 2021-02-05 00:18:59 +08:00
shedaniel
7dd4337273 Remove jcenter() from repositories 2021-02-04 23:32:59 +08:00
shedaniel
9ec735d569 Fix #13 2021-02-04 23:32:45 +08:00
shedaniel
b0e5ea1210 Merge pull request #11 from malte0811/10-inner-class-refmap
Fix inner classes not being remapped in the refmap
2021-01-31 17:11:35 +08:00
malte0811
6b726fd5db Fix inner classes not being remapped in the refmap, closes #10 2021-01-30 12:32:15 +01:00
shedaniel
84e5c0d04d Merge pull request #9 from architectury/feature/use_gradle_build
Tell IDEA to delegate through Gradle
2021-01-27 09:18:21 +08:00
shedaniel
1ab03ecdea Fix @Input 2021-01-27 09:17:45 +08:00
shedaniel
f20c27a2c8 Add vscode task 2021-01-26 11:38:47 +08:00
shedaniel
815b728306 Tell IDEA to delegate through Gradle 2021-01-26 09:18:44 +08:00
shedaniel
41191d3681 We must do "TransformForgeEnvironment" step. 2021-01-25 19:58:36 +08:00
shedaniel
0e8b84628d Merge remote-tracking branch 'origin/master' 2021-01-25 18:01:20 +08:00
shedaniel
b1b09adf3d Fix unable to build with no mixins 2021-01-25 17:59:27 +08:00
Max
f1bf515685 Merge pull request #7 from ROMVoid95/patch-1
Fix KubeJS link
2021-01-24 21:53:35 +01:00
ROM
59f24faab2 Fix KubeJS link
Previous link referenced non-existing (or private) repository.
2021-01-24 14:42:51 -06:00
shedaniel
bde966049e Log skipped transformers 2021-01-25 01:00:37 +08:00
shedaniel
5326d4b01d Skip remap if there is nothing to remap 2021-01-25 00:46:20 +08:00
shedaniel
d02aa32ac8 Log plugin version 2021-01-24 18:39:46 +08:00
shedaniel
7f725c16f9 Snapshot Build (#5)
* Test snapshot

* Invert snapshot flag

* Change version format

* Detect if file is properly closed.

* Use ATOMIC_MOVE

* Try using renameTo

* Check if can access before remap

* Check if can access before remap

* Please, delete it

* Can you please work

* Maybe just maybe

* Test

* So it works?
2021-01-23 20:50:52 +08:00
shedaniel
c1bbb052a5 Please shut up 2021-01-20 20:25:31 +08:00
shedaniel
f8cbbdeabd Refactor to the transformer system, bump version to 2.0 for an unstable test 2021-01-20 17:11:26 +08:00
shedaniel
b608269474 Attempt to fix FSAlreadyExists error 2021-01-20 14:43:22 +08:00
shedaniel
7acdde6634 My attempt failed immediately 2021-01-19 23:56:29 +08:00
shedaniel
9e5f4629f8 First attempt in trying to trick IDEA, if this works I will be very surprised, but no 2021-01-19 23:52:35 +08:00
shedaniel
b54bd5176f Generate fake fabric.mod.json to be sure that it is on the current classpath. 2021-01-19 22:23:11 +08:00
shedaniel
475c79fc67 Not fail with 0.6 loom 2021-01-18 13:39:47 +08:00
shedaniel
bbbb02a811 Fix invalid loom version 2021-01-18 11:07:48 +08:00
shedaniel
612f723b1c Merge remote-tracking branch 'origin/master' 2021-01-18 11:04:40 +08:00
shedaniel
e352bd9ad0 Support loom 0.6 2021-01-18 11:02:50 +08:00
shedaniel
44243bb077 Remove forced java 1.8 target 2021-01-16 18:03:05 +08:00
shedaniel
20fe7ae252 Update to architectury-injectables 1.0.4 2021-01-12 18:55:16 +08:00
shedaniel
e298f3f937 Update README.md 2021-01-11 11:17:55 +08:00
shedaniel
d7d8f5a1a0 Close #3 Allow the use of @ExpectPlatform without api 2021-01-11 11:07:28 +08:00
shedaniel
4f3b528a49 Remap mixin targets to srg 2021-01-10 18:07:32 +08:00
shedaniel
d97a413bfe Forgot to remove debug statement 2021-01-10 17:21:12 +08:00
shedaniel
68d1fe65fc Remember to remap mixin shadows 2021-01-10 17:12:13 +08:00
shedaniel
e4272050ae Update LICENSE to include 2021 2021-01-07 01:17:14 +08:00
shedaniel
fbb9fcef68 Fix refmap remapping not able to remap methods without class names 2021-01-07 01:03:17 +08:00
shedaniel
5966eb1d36 Add runtime specific artifacts that doesn't include the refmaps 2020-12-30 22:44:18 +08:00
shedaniel
68e27652d4 Update README.md to better describe the current architectury plugin. 2020-12-30 19:34:49 +08:00
shedaniel
b6f1d22344 Fix refmap info not being present in the mixin json for the fabric build 2020-12-30 19:04:29 +08:00
shedaniel
859101428c Minor version bump 2020-12-30 18:54:26 +08:00
shedaniel
64e45f54c4 Rename to architectury-plugin 2020-12-30 18:52:59 +08:00