shedaniel
c77f040c21
Update to 1.19
2022-06-08 21:35:41 +08:00
Max
551edceb82
Clean up BlockEntityHooks
...
Signed-off-by: Max <maxh2709@gmail.com >
2022-06-08 13:40:10 +02:00
Max
c870ccab83
Remove most deprecated features marked for removal in previous versions
...
Signed-off-by: Max <maxh2709@gmail.com >
2022-06-08 13:17:21 +02:00
shedaniel
5b42f8d2dd
Update to 1.19-rc1
2022-06-03 17:06:39 +08:00
shedaniel
f7947ecbdf
Update to 1.19-pre3
2022-05-29 17:22:42 +08:00
shedaniel
d13267a721
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# fabric/build.gradle
# forge/build.gradle
# gradle.properties
2022-05-29 16:59:22 +08:00
shedaniel
23c5587442
Fix split packet transformer splitting into wrong parts, minus 10 more bytes for safety ( #270 )
2022-05-28 13:30:39 +02:00
Max
3b8b9049e0
Fix Platform#getFilePath not returning the *root* file path on Forge ( #269 )
...
* Platform#getFilePath now actually returns the *root* path on forge
Signed-off-by: Max <maxh2709@gmail.com >
* Add Mod#findResource (please stop yelling at me now kthx)
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-28 11:54:44 +02:00
Max
517205efdc
Add Platform#getFilePaths ( #268 )
...
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-27 17:31:05 +02:00
shedaniel
42684fd87a
Add way for other mods to indicate that they are fake players ( #202 )
...
* Add way for other mods to indicate that they are fake players
* Implement "reasonable default" for fake players and fix inverted logic
Signed-off-by: Max <maxh2709@gmail.com >
Co-authored-by: Max <maxh2709@gmail.com >
2022-05-26 20:15:30 +02:00
Max
a3271966ad
Merge remote-tracking branch 'origin/1.18.2' into 1.18.2
2022-05-22 19:49:48 +02:00
Max
7abfd95e7b
Add quilt to list of supported loaders (thanks to @wafflecoffee for confirming!)
...
[ci skip]
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-22 19:49:42 +02:00
Max
56c36e2162
[ci skip] Update README.md
2022-05-22 18:55:26 +02:00
Max
5d4a8d9506
Add rudimentary support for modrinth publishing ( #263 )
...
(cherry picked from commit 4da029729c )
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-22 18:36:27 +02:00
Max
4da029729c
Add rudimentary support for modrinth publishing ( #263 )
...
* Add rudimentary support for modrinth publishing
Signed-off-by: Max <maxh2709@gmail.com >
* Reformat, disambiguate version number
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-22 18:01:35 +02:00
shedaniel
258d23c62e
Update to 1.19-pre1
2022-05-19 20:19:08 +08:00
shedaniel
0adf9a2e6d
Update to 22w19a
2022-05-13 08:11:11 +08:00
shedaniel
2ec54ce20a
Update loom to 0.12.0
2022-05-13 07:18:26 +08:00
shedaniel
3e4cd1f841
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# gradle.properties
# testmod-common/src/main/java/dev/architectury/test/item/TestBlockInteractions.java
2022-05-13 07:13:53 +08:00
Max
b3e3c7ee00
[ci skip] Mark classloading hack as Internal
...
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-11 00:52:34 +02:00
Max
aa008479a1
Fix fluid testmod, add dummy init method to FluidStack (classloading 😍 )
...
Signed-off-by: Max <maxh2709@gmail.com >
2022-05-11 00:49:36 +02:00
shedaniel
fbb1868c0e
Try to fix #256 again
2022-05-09 00:04:17 +08:00
shedaniel
476cea2aff
Make Architectury API publish to the same CF project
...
(cherry picked from commit b11b717671 )
(cherry picked from commit a59d038a1f )
2022-05-07 22:02:38 +08:00
shedaniel
71446496d4
Fix #256
2022-05-07 21:59:31 +08:00
Max
34a27866dd
Bump to release version 4.4
2022-05-06 13:51:51 +02:00
shedaniel
bd9b3e73e4
Add fluid block and flowing fluid ( #251 )
...
[ci skip]
Squash of the following commits:
* Add way to register fluids and fluid attributes, WIP UNTESTED
* Move to correct package
* Update forge/build.gradle
* Add bucket item wrapper and add test mod
* Make it easier to declare attributes by suppliers
* Fix fabric support
* Change SimpleArchitecturyFluidAttributes to accept Supplier<Optional<T>>
* Make ArchitecturyLiquidBlock and ArchitecturyBucketItem accept Supplier
* Update testmod
* Link javadocs in the builder to make it easier to check
* Add ArchitecturyMobBucketItem and fix caps on ArchitecturyBucketItem
* Make SimpleArchitecturyFluidAttributes accept wildcard fluids
* getContainingFluid -> getContainedFluid
* Add supplier variant of the methods
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com >
Co-authored-by: Max <maxh2709@gmail.com >
2022-05-06 13:51:25 +02:00
shedaniel
3532d24577
Fix some broken features and random crashes ( #253 )
...
[ci skip]
2022-05-06 13:40:02 +02:00
shedaniel
5318686674
Add ArchitecturyRecordItem ( #250 )
...
[ci skip]
2022-05-06 13:39:37 +02:00
shedaniel
c51271bc8c
Update to 22w18a
2022-05-05 18:25:23 +08:00
shedaniel
d74e5729ff
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# fabric/src/main/java/dev/architectury/hooks/fluid/fabric/FluidStackHooksImpl.java
# gradle.properties
2022-05-05 16:10:08 +08:00
shedaniel
a9b576434a
Bump to 4.3
2022-05-02 01:43:12 +08:00
shedaniel
ad879a803c
[ci cancel] Add more fluid attributes ( #247 )
2022-05-02 01:41:19 +08:00
shedaniel
e901cc953f
Update to 22w17a
2022-04-28 14:01:55 +08:00
shedaniel
d6a12573ab
Update to 22w16b
2022-04-21 13:55:59 +08:00
shedaniel
ce779d56b8
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# gradle.properties
2022-04-21 02:02:23 +08:00
shedaniel
85146c5cc0
Introduce FluidBucketHooks.getFluid ( #243 )
...
* Introduce FluidBucketHooks.getFluid
* Update common/src/main/java/dev/architectury/hooks/fluid/FluidBucketHooks.java
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com >
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com >
2022-04-19 01:37:13 +08:00
Emma C. Pointer-Null
c4ab233286
Make AW for MenuType$MenuSupplier transitive, deprecate MenuRegistry.of ( #244 )
2022-04-16 20:16:46 +08:00
shedaniel
b58658ac69
Fix createLoop for RENDER_CONTAINER_BACKGROUND
...
(cherry picked from commit 05444b723a )
2022-04-15 12:47:02 +08:00
shedaniel
2c6784560e
Bump to 4.2
2022-04-15 12:40:06 +08:00
shedaniel
2c818cf492
[ci skip] Add container render events ( #240 )
2022-04-15 12:39:44 +08:00
shedaniel
99ca7b374f
Update to 22w15a
2022-04-14 11:08:56 +08:00
shedaniel
a2e2c2f603
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# gradle.properties
2022-04-14 02:14:58 +08:00
Juuxel
8d142d6a20
Update MenuRegistryImpl to Fabric API 0.50.0 ( #237 )
2022-04-11 02:20:25 +08:00
shedaniel
bfb456f1b4
Merge branch '1.18.2' into 1.19
2022-04-10 18:41:16 +08:00
shedaniel
77a0af6c03
Synchronise EventBuses properly, hopefully fixing "Where is architectury" race ( #235 )
...
* Synchronise it properly?
* Use synchronised maps rather than local synchronisation
Signed-off-by: Max <maxh2709@gmail.com >
Co-authored-by: shedaniel <daniel@shedaniel.me >
2022-04-10 03:40:55 +02:00
shedaniel
5aa084c679
Port to 22w14a
2022-04-07 11:39:26 +08:00
shedaniel
11aa105fbc
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# fabric/src/main/resources/fabric.mod.json
# gradle.properties
2022-04-07 11:27:27 +08:00
shedaniel
905407e49c
Add 1.18.2 version constraints
2022-04-02 22:05:33 +08:00
shedaniel
dc52a213a9
Update to 22w13a
2022-04-01 20:01:00 +08:00
shedaniel
8ef1a282b3
Fix #226
2022-04-01 19:53:21 +08:00