Commit Graph

431 Commits

Author SHA1 Message Date
shedaniel
7857615bfc Migrate to transitive access wideners (#146)
* Migrate to transitive access wideners

* Fix invalid AW

* Bump minor version, changes to gradle buildscript

Co-authored-by: Max <maxh2709@gmail.com>
2021-12-08 22:17:44 +08:00
shedaniel
7d745d612c Re-use RenderTooltipEvent#getPoseStack on forge 2021-12-02 17:25:40 +08:00
shedaniel
582e0a001c Update Forge to enable Mixins 2021-12-02 17:25:23 +08:00
shedaniel
43dc2500e8 Migrate to Temurin JDK 17 2021-12-02 01:28:45 +08:00
shedaniel
cd56322fbb Forgot to enable forge support 2021-12-02 01:21:57 +08:00
shedaniel
eeaaf273c6 Forge 1.18 Support 2021-12-02 01:11:27 +08:00
shedaniel
286158ad7b 1.18-rc3 2021-11-27 00:26:11 +08:00
shedaniel
d49d13b19f Merge remote-tracking branch 'architectury/1.17' into 1.18
# Conflicts:
#	gradle.properties
2021-11-27 00:19:12 +08:00
shedaniel
7d721c8521 Add Registries#forRegistry and delay getting forge mod event bus (#82) 2021-11-27 00:18:55 +08:00
shedaniel
a7ecdcf578 Removed Deprecated API 2021-11-14 02:32:49 +08:00
shedaniel
52d3bad6f8 Update to 1.18-pre1 2021-11-14 02:30:22 +08:00
shedaniel
e3fb2e577d Update to 21w44a 2021-11-05 01:33:38 +08:00
shedaniel
8dd3547848 Fix compilation with AW validation 2021-10-28 15:16:44 +08:00
shedaniel
4724ca427d Update to 21w43a 2021-10-28 15:10:12 +08:00
shedaniel
ac84414b30 Merge remote-tracking branch 'architectury/1.17' into 1.18
# Conflicts:
#	gradle.properties
2021-10-28 14:52:03 +08:00
shedaniel
db6ae9934f Don't release non split packets, bump minor version because we didn't 2021-10-23 19:12:41 +08:00
shedaniel
a6a361e5e1 Add support for PacketTransformer and a SplitPacketTransformer (#142)
* Add support for PacketTransformer and a SplitPacketTransformer

* Add testmod and make it work

* Add experimental, Remove generics, they are pointless
2021-10-23 18:27:28 +08:00
shedaniel
e1738f7a2d Update to 21w41a 2021-10-14 17:07:02 +08:00
shedaniel
fd334a005f Merge remote-tracking branch 'architectury/1.17' into 1.18 2021-10-14 16:53:13 +08:00
shedaniel
f636b1ad96 Switch to gradle components 2021-10-13 22:08:53 +08:00
Juuxel
404db2782a Update deps in fabric.mod.json (#141) 2021-10-11 13:59:02 +08:00
davidalb97
ad35504c21 Fixed PlayerAttackInvoker mixing loading crash on server side (#137)
Signed-off-by: apple <davidalb97@hotmail.com>
2021-10-01 05:22:09 +08:00
shedaniel
ffe3fbe3f4 21w37a 2021-09-23 02:44:15 +08:00
shedaniel
c3ffa8d976 Update to Loom 0.10.0 and add Mixins 2021-09-22 23:03:07 +08:00
shedaniel
88dbf04c9b Implement item properties (#132) 2021-08-30 02:56:33 +08:00
shedaniel
c8667222a3 Add license headers 2021-08-24 03:34:50 +08:00
Max
fd630fac0d Merge pull request #128 from Leo40Git/feature/stripping
Add tool interaction hooks
2021-08-16 16:43:20 +02:00
Max
7087b65647 Bump minor version 2021-08-16 16:38:38 +02:00
Leo40Git
aba773f07a These aren't actually recipes, so... 2021-08-13 12:00:20 +03:00
Leo40Git
0c1aaa98b2 Javadoc I definitely went ham on 2021-08-12 22:45:31 +03:00
Leo40Git
64be307c1b Rename parameters to be less cryptic 2021-08-12 22:35:11 +03:00
Leo40Git
c8f7904481 Validate stripping recipe before adding 2021-08-11 15:51:32 +03:00
Leo40Git
32a44239ea Add tool interaction recipe hooks 2021-08-11 12:14:26 +03:00
shedaniel
4ef7f45ae7 Switch to MethodHandlers to avoid wrapping exceptions with InvocationTargetException due to reflection 2021-08-06 17:09:05 +08:00
shedaniel
790edf8264 Fix ChunkDataEvent.Load 2021-08-02 19:25:42 +08:00
shedaniel
c7678f3f2c Bump to 2.3 2021-08-02 03:06:37 +08:00
shedaniel
d9363094ee Merge remote-tracking branch 'architectury/feature/forge_1.17' into 1.17 2021-08-02 03:06:24 +08:00
shedaniel
74069d1bb0 Should be fine now, right? 2021-08-02 03:05:41 +08:00
shedaniel
bf34031711 WIP Forge port 2021-07-29 23:03:06 +08:00
LatvianModder
5b7cb36414 Added SimpleNetworkManager (#120)
Signed-off-by: shedaniel <daniel@shedaniel.me>

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: shedaniel <daniel@shedaniel.me>
2021-07-12 12:13:07 +08:00
Max
6b32aec5b9 Fix ExpectPlatform on FoodPropertiesHooks 2021-07-04 14:36:45 +02:00
shedaniel
e45dc97e92 Allow adding supplied effects to FoodProperties (#119)
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-07-04 18:40:27 +08:00
shedaniel
734a310c98 Make ColorHandlers wildcard, fix #114
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-07-01 19:23:39 +02:00
shedaniel
15ffb25551 Wrapper for BlockEntityType.Builder (#115)
Signed-off-by: shedaniel <daniel@shedaniel.me>

Co-authored-by: Max <maxh2709@gmail.com>
2021-07-01 18:38:16 +02:00
Leo40Git
f6649ae398 Particle Provider API (#110)
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-06-27 14:08:54 +08:00
shedaniel
f05b795c6b Fix #111
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-06-26 00:07:26 +08:00
shedaniel
8abeffd525 Go back to Loom 0.8
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-06-25 01:47:14 +08:00
lazynessmind
125494399d Entity Event: Animal Tame (#109) 2021-06-24 00:46:14 +08:00
Max
c12524b7aa [norelease] Switch to loom 0.9, crane and quiltflower
(I can't believe that ALL of these work out of the box)
2021-06-22 12:30:45 +02:00
shedaniel
4635479058 Fix shedaniel/RoughlyEnoughItems#566
Signed-off-by: shedaniel <daniel@shedaniel.me>
2021-06-22 16:13:02 +08:00