Commit Graph

544 Commits

Author SHA1 Message Date
shedaniel
cd74016d85 Bump version for release
Signed-off-by: shedaniel <daniel@shedaniel.me>
2024-02-26 22:10:17 +09:00
shedaniel
a2e5359225 Add client commands
Signed-off-by: shedaniel <daniel@shedaniel.me>
2024-02-26 21:13:36 +09:00
digitalseraphim
4ed66609b0 Make ArchitecturyFlowingFluid use the same Forge FluidType when the s… (#467)
* Make ArchitecturyFlowingFluid use the same Forge FluidType when the same ArchitecturyFluidAttributes object is passed in

* Use the same fluid type instead of the same properties for simplity

* Fix packages import

---------

Co-authored-by: shedaniel <daniel@shedaniel.me>
2024-02-06 17:33:01 +09:00
shedaniel
f1fdba9897 [ci skip] SpawnPlacements.register Hook (Closes architectury/architectury-api#375) (#473) 2024-02-06 17:32:50 +09:00
Josiah Glosson
a333232d85 [ci skip] Add defaultId to RegistrarBuilder (#474)
* Add defaultId to RegistrarBuilder

* Make the default key an registrar option

---------

Co-authored-by: shedaniel <daniel@shedaniel.me>
2024-02-06 17:32:35 +09:00
shedaniel
b26347a026 [ci skip] Add ClientTooltipComponentRegistry for custom tooltips (#475)
* Add ClientTooltipComponentRegistry for custom tooltips (#463)

Signed-off-by: Sergey Shatunov <me@aur.rocks>
Signed-off-by: shedaniel <daniel@shedaniel.me>

* Fix testmod for client tooltip components

Signed-off-by: shedaniel <daniel@shedaniel.me>

---------

Signed-off-by: Sergey Shatunov <me@aur.rocks>
Signed-off-by: shedaniel <daniel@shedaniel.me>
Co-authored-by: Sergey Shatunov <me@aur.rocks>
2024-02-06 17:32:25 +09:00
Juuz
9851188174 Merge branch '1.19' into 1.19.2 2023-05-28 13:34:18 +03:00
Juuz
c5fcca00a8 Merge remote-tracking branch 'origin/1.18.2' into 1.19 2023-05-28 13:28:20 +03:00
Max
425b872c2a Fix block place event mixin passing incorrect BlockState on Fabric
Closes #402
2023-05-04 09:53:08 +02:00
Max
935b06c72f Fix block place event mixin passing incorrect BlockState on Fabric
Closes #402
2023-05-04 09:49:39 +02:00
Max
b29a272304 Fix block place event mixin passing incorrect BlockState on Fabric
Closes #402
2023-05-04 09:47:53 +02:00
Juuz
d104034824 Update Fabric Loader to latest version (#401)
Fixes duplicate copies of Loader (pre-0.14 and post-0.14) ending up on the runtime classpath of API users and prevents a crash.
2023-05-01 21:42:13 +08:00
Max
6e3e5738b6 Merge branch '1.19' into 1.19.2 2023-04-05 16:34:19 +02:00
Max
a62231ab87 Merge branch '1.18.2' into 1.19 2023-04-05 16:34:14 +02:00
Max
b1e7c89ffb Fix args order in player clone event (supersedes and closes #391) 2023-04-05 16:33:51 +02:00
Max
b8dcba2ee5 Fix #398 (supersedes and closes #395) 2023-04-05 16:32:40 +02:00
Max
93dd95c6a0 Merge branch '1.19' into 1.19.2 2023-02-06 18:01:55 +01:00
Max
b4cf77dde9 Merge branch '1.18.2' into 1.19 2023-02-06 18:01:10 +01:00
Max
b7c1fdfd3e Bump version for release 2023-02-06 17:54:43 +01:00
desht
1524550146 Add PlayerEvent.ATTACK_ENTITY (#380)
[ci skip]

* Add PlayerEvent.ATTACK_ENTITY
* Fired from Forge's AttackEntityEvent and Fabric's AttackEntityCallback
* When player is about to attack any entity (not just living) with left-click
* javadoc parameter alignment
* import cleanup
2023-02-06 17:53:43 +01:00
Max
d022087cd5 Add support for adding PacketTransformers to SimpleNetworkManager messages (#379)
[ci skip]

* Add support for adding PacketTransformers to SimpleNetworkManager messages
* Mark new methods as experimental, add javadocs
* Update common/src/main/java/dev/architectury/networking/simple/SimpleNetworkManager.java
* Update common/src/main/java/dev/architectury/networking/simple/SimpleNetworkManager.java

Co-authored-by: shedaniel <daniel@shedaniel.me>
2023-02-06 17:53:24 +01:00
Max
0f10f54a34 *Actually* use fabric-api dependency in fmj... 2022-12-08 18:58:26 +01:00
Max
96f3dc6f9c Buildscript updates, use fabric-api dependency in fmj 2022-12-08 18:10:18 +01:00
Max
b94fc210a3 Merge branch '1.19' into 1.19.2 2022-12-08 17:53:51 +01:00
Max
c0628e6b51 Merge branch '1.18.2' into 1.19 2022-12-08 17:48:59 +01:00
Max
12526404bd Fix injection point on lightning strike event (#352) 2022-12-09 00:44:15 +08:00
shedaniel
709ca7535c Merge remote-tracking branch 'architectury/1.19' into 1.19.2 2022-11-23 01:46:01 +08:00
shedaniel
e8177b3075 Merge remote-tracking branch 'architectury/1.18.2' into 1.19 2022-11-23 01:43:22 +08:00
Juuz
ec9cb04ebc Fix Loom 1.0 removals (#348)
* Replace loom.forge.localMods with loom.mods

* Replace javax annotations with jetbrains

[norelease]
2022-11-20 00:33:48 +01:00
shedaniel
b0f0a04c50 Merge remote-tracking branch 'architectury/1.19' into 1.19.2
# Conflicts:
#	gradle.properties
2022-10-23 01:06:20 +08:00
shedaniel
3ca51d87a9 Merge remote-tracking branch 'architectury/1.18.2' into 1.19
# Conflicts:
#	gradle.properties
2022-10-23 01:04:20 +08:00
shedaniel
d84e6dc3f9 Bump to 4.10 2022-10-23 01:03:56 +08:00
shedaniel
108ac16ce5 Merge remote-tracking branch 'architectury/1.18.2' into 1.19 2022-10-23 01:03:00 +08:00
Max
382e6b0bf0 Fix crash with EntityEvent.LIVING_CHECK_SPAWN on Forge (#345)
* Fix crash with EntityEvent.LIVING_CHECK_SPAWN on Forge

* Fix whitespace

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2022-10-23 01:02:47 +08:00
shedaniel
d26471de0e [ci skip] Fix #340 (#341) 2022-10-23 01:02:39 +08:00
Max
6a9d61aa42 Merge branch '1.19' into 1.19.2 2022-09-11 19:04:48 +02:00
Max
dbf7ee25c8 Use correct event bus for key mapping registry on Forge 2022-09-11 19:02:55 +02:00
Max
e573a15545 Merge branch '1.18.2' into 1.19 2022-09-11 19:02:48 +02:00
Max
0138323e7d Use fluid variant rendering for sprites / colours on Fabric (#337) 2022-09-11 19:00:45 +02:00
Juuxel
0978e58bb6 Prevent running on 1.19.1+ (#325) 2022-08-22 19:59:01 +08:00
shedaniel
fd6a654868 Merge remote-tracking branch 'architectury/1.19' into 1.19.2
# Conflicts:
#	gradle.properties
2022-08-11 19:07:54 +08:00
shedaniel
19d1d7f55a Merge remote-tracking branch 'architectury/1.18.2' into 1.19
# Conflicts:
#	gradle.properties
2022-08-11 19:07:26 +08:00
shedaniel
77b109e8c1 Bump to 4.9 2022-08-11 19:06:53 +08:00
shedaniel
3ee2355b2d [ci skip] Add LiquidBlock.arch$getFluid and fix MixinFoodPropertiesBuilder (#316) 2022-08-11 19:05:55 +08:00
shedaniel
ab80a6a77f Revert "[ci skip] Add LiquidBlock.arch$getFluid and fix MixinFoodPropertiesBuilder (#314)" (#315)
This reverts commit 21bed670de.
2022-08-11 19:04:34 +08:00
shedaniel
21bed670de [ci skip] Add LiquidBlock.arch$getFluid and fix MixinFoodPropertiesBuilder (#314) 2022-08-11 19:03:55 +08:00
shedaniel
0f892f978d Merge remote-tracking branch 'architectury/1.19' into 1.19.2 2022-08-11 03:32:22 +08:00
shedaniel
a59442abff Merge remote-tracking branch 'architectury/1.18.2' into 1.19 2022-08-11 03:32:13 +08:00
shedaniel
0fad11b5fe Fix dumb injected interfaces 2022-08-11 03:32:05 +08:00
shedaniel
8cefb7797a Merge remote-tracking branch 'architectury/1.19' into 1.19.2
# Conflicts:
#	gradle.properties
2022-08-08 18:06:15 +08:00