shedaniel
|
3083c82843
|
Add ClientReloadShadersEvent (#149)
Signed-off-by: Max <maxh2709@gmail.com>
|
2021-12-20 03:49:44 +01:00 |
|
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
|
582e0a001c
|
Update Forge to enable Mixins
|
2021-12-02 17:25:23 +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
|
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
|
4724ca427d
|
Update to 21w43a
|
2021-10-28 15:10:12 +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
|
e1738f7a2d
|
Update to 21w41a
|
2021-10-14 17:07:02 +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 |
|
Max
|
7087b65647
|
Bump minor version
|
2021-08-16 16:38:38 +02:00 |
|
shedaniel
|
c7678f3f2c
|
Bump to 2.3
|
2021-08-02 03:06:37 +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 |
|
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 |
|
shedaniel
|
8abeffd525
|
Go back to Loom 0.8
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-06-25 01:47:14 +08:00 |
|
shedaniel
|
56ebb43da4
|
1.17
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-06-09 00:49:14 +08:00 |
|
shedaniel
|
a6caf28d98
|
1.17-rc1
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-06-07 00:13:13 +08:00 |
|
shedaniel
|
9eea154074
|
1.17-pre2
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-06-01 02:18:08 +08:00 |
|
shedaniel
|
c7870071fc
|
Move to dev.architectury for the group
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-05-30 20:58:11 +08:00 |
|
shedaniel
|
8b262d07c0
|
Refactor and 1.17-pre1 (#96)
* Fix #94
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Add Chunk data save and load events, closes #89 (#92)
* Created Chunk save and load event. Closes #89
* Fixed missing licence
* Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java
* Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java
* Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java
* Supply ServerLevel in ChunkEvent.LOAD, style cleanup
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Add "Data" suffix to Chunk IO Events and mark level as nullable for load
* Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java
* Bump to 1.16
Co-authored-by: shedaniel <daniel@shedaniel.me>
Co-authored-by: Max <maxh2709@gmail.com>
* Update pr.yml
* Add NetworkManager hook for Entity spawn packets (#88)
* New utility hook for creating a entity spawn packet. before every mod had to implement this in itself.
* Apply suggestions from code review
Co-authored-by: shedaniel <daniel@shedaniel.me>
* Update common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java
* Update common/src/main/java/me/shedaniel/architectury/networking/NetworkManager.java
* Properly implement SpawnEntityPacket & Format style
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Format
Signed-off-by: shedaniel <daniel@shedaniel.me>
* createEntitySpawnPacket -> createAddEntityPacket for mojmap consistency
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Bump version to 1.17
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: shedaniel <daniel@shedaniel.me>
* Add Javadocs for all events (#91)
* javadoc for ClientChatEvent
* javadoc for ClientPlayerEvent
* javadoc for ClientRawInputEvent
* Added javadoc for ClientScreenInputEvent
* Bit refactoring and removed javadoc @see to the caller methods
* Add javadoc for BlockEvent
* Add javadoc for ChatEvent
* Add javadoc for CommandPerformEvent and CommandRegistrationEvent
* Add javadoc for EntityEvent
* Add javadoc for ExplosionEvent
* Add javadoc for GuiEvent
* Add javadoc for InteractionEvent
* Add javadoc for LightningEvent, RecipeUpdateEvent & TextureStitchEvent
* Add javadoc for LifecycleEvent & ClientLifecycleEvent
* Add javadoc for TooltipEvent
* Add javadoc for TickEvent and partly PlayerEvent
* More javadoc for PlayerEvent
* Finally all event have javadoc
* Update common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/CommandPerformEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/CommandRegistrationEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/EntityEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/client/ClientScreenInputEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/client/ClientScreenInputEvent.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/BlockEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/LifecycleEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Update common/src/main/java/me/shedaniel/architectury/event/events/PlayerEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Apply suggestions from code review
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: Max <maxh2709@gmail.com>
* Apply suggestions from code review
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: shedaniel <daniel@shedaniel.me>
* Applied some more reviews
* Applied some more reviews
* Applied suggestions
* Reformat and apply some minor suggestions
* Apply suggestions from review (first batch)
* Remove double return javadoc
* Apply suggestions from code review
Co-authored-by: shedaniel <daniel@shedaniel.me>
* Add "scaled" to mouse coordinates
* Final touches
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Remove invalid tips
Signed-off-by: shedaniel <daniel@shedaniel.me>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: shedaniel <daniel@shedaniel.me>
* Refactor
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Update common/src/main/java/dev/architectury/event/events/common/InteractionEvent.java
Co-authored-by: Max <maxh2709@gmail.com>
* Apply suggestions from code review
Co-authored-by: Max <maxh2709@gmail.com>
* attack -> hurt
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Update @param for InteractionEvent#FARMLAND_TRAMPLE
Signed-off-by: shedaniel <daniel@shedaniel.me>
* world -> level
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Relocate hooks
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Organize imports
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Registry -> Registrar Please voice out your opinion!!
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Some more renames
itemOptional -> optionalItem
RegistryBuilder -> RegistrarBuilder
RegistryOption -> RegistrarOption
Not forcing RegistryEntry on new registries, vanilla types don't have them
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Java 16-ification
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Optimise imports after the var change
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Un-minimize architectury-common.mixins.json
Signed-off-by: shedaniel <daniel@shedaniel.me>
Co-authored-by: canitzp <12819060+canitzp@users.noreply.github.com>
Co-authored-by: Max <maxh2709@gmail.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
|
2021-05-30 19:08:11 +08:00 |
|
shedaniel
|
1404a33f40
|
Update to 21w20a
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-05-20 23:00:12 +08:00 |
|
shedaniel
|
2956355ce7
|
Update to 21w19a and require java 16 for compilation
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-05-14 19:45:58 +08:00 |
|
shedaniel
|
d2952b0462
|
Merge remote-tracking branch 'architectury/1.16' into 1.17
# Conflicts:
# common/src/main/java/me/shedaniel/architectury/event/events/ChatEvent.java
# common/src/main/java/me/shedaniel/architectury/registry/BlockEntityRenderers.java
# common/src/main/java/me/shedaniel/architectury/utils/Fraction.java
# fabric/src/main/java/me/shedaniel/architectury/registry/fabric/BlockEntityRenderersImpl.java
# gradle.properties
|
2021-05-14 19:22:33 +08:00 |
|
shedaniel
|
2eef26f632
|
Add FuelRegistry (#81)
* Add FuelRegistry
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Fix compilation
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Remove redundant generic
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Change to MinecraftForge.EVENT_BUS
Signed-off-by: shedaniel <daniel@shedaniel.me>
* A few docs, and switch to returning 0 for non-fuels
Signed-off-by: shedaniel <daniel@shedaniel.me>
* Bump to 1.13
|
2021-05-12 13:43:03 +08:00 |
|
shedaniel
|
413f80de6a
|
Update to 20w17a
Signed-off-by: shedaniel <daniel@shedaniel.me>
|
2021-05-03 01:40:32 +08:00 |
|
shedaniel
|
5accb65ee8
|
Add interruptTrue/Default/False as util methods
|
2021-04-17 22:05:43 +08:00 |
|
shedaniel
|
f06776d884
|
Bump to 1.11
|
2021-04-15 23:27:27 +08:00 |
|
shedaniel
|
c56ca3cc6a
|
Merge remote-tracking branch 'architectury/1.16' into 1.17
# Conflicts:
# fabric/src/main/java/me/shedaniel/architectury/mixin/fabric/MixinBlockEntityExtension.java
# fabric/src/main/resources/architectury.mixins.json
# gradle.properties
|
2021-04-09 21:54:50 +08:00 |
|
Max
|
28d986a3cc
|
Add EntityHooks.fromCollision to retrieve an entity from block collision (#64)
|
2021-03-21 20:20:25 +01:00 |
|
Max
|
47da69c510
|
Bump to 1.9
This is to indicate possibly changed mod behaviour (e.g. with KubeJS UI)
|
2021-03-16 16:51:01 +01:00 |
|
shedaniel
|
186d9bc517
|
Bump to 1.8
|
2021-02-23 23:11:00 +08:00 |
|
shedaniel
|
78043a3109
|
Migrate to Arch Plugin 3
|
2021-02-19 02:11:13 +08:00 |
|
shedaniel
|
2656e52221
|
Publish the platform specific jars on a different artifact id to resolve issues with transitive dependencies.
|
2021-02-17 14:51:31 +08:00 |
|
Max
|
cd9c1926a9
|
(Retroactively) bump version to 1.6
|
2021-02-15 19:50:49 +01:00 |
|
shedaniel
|
7c7c28d909
|
Update to 21w06a
|
2021-02-11 21:45:52 +08:00 |
|
shedaniel
|
7eb6a7b4e7
|
Merge remote-tracking branch 'architectury/1.16' into 1.17
# Conflicts:
# fabric/src/main/resources/architectury.mixins.json
# gradle.properties
# settings.gradle
|
2021-02-11 21:35:32 +08:00 |
|
shedaniel
|
d6acb9e78a
|
Bump base version to 1.5
|
2021-01-26 09:53:51 +08:00 |
|
shedaniel
|
5e808e52ee
|
Add PR snapshots
|
2021-01-25 11:56:49 +08:00 |
|
shedaniel
|
27de429afb
|
Bump minor version to 1.4
|
2021-01-24 22:16:12 +08:00 |
|
shedaniel
|
526bbfb8ec
|
Fix compilation error
|
2021-01-23 02:26:27 +08:00 |
|
shedaniel
|
f69ab47490
|
Port to 20w51a
|
2021-01-13 01:33:07 +08:00 |
|
shedaniel
|
2ded801007
|
Bump minor version
|
2021-01-10 18:51:52 +08:00 |
|
shedaniel
|
57298e3574
|
Upgrade gradle plugins
|
2021-01-10 17:30:17 +08:00 |
|