shedaniel
cd74016d85
Bump version for release
...
Signed-off-by: shedaniel <daniel@shedaniel.me >
2024-02-26 22:10:17 +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
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
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
Max
96f3dc6f9c
Buildscript updates, use fabric-api dependency in fmj
2022-12-08 18:10:18 +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
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
8cefb7797a
Merge remote-tracking branch 'architectury/1.19' into 1.19.2
...
# Conflicts:
# gradle.properties
2022-08-08 18:06:15 +08:00
shedaniel
f584b0b991
Merge remote-tracking branch 'architectury/1.18.2' into 1.19
...
# Conflicts:
# gradle.properties
2022-08-08 18:05:54 +08:00
Max
48b2494c25
Bump minor version for release
2022-08-07 16:02:32 +02:00
shedaniel
64c1f05efa
Update to 1.19.2
2022-08-06 10:16:49 +08:00
shedaniel
432581096e
Update to 1.19.1 ( #302 )
...
* Update to 1.19.1
* Make it compile
* Update to 1.19.1
* Set 1.19.1 as the publishing version
(cherry picked from commit b316dde8ba )
2022-08-06 10:06:35 +08:00
shedaniel
1c98573c5f
Revert "Update to 1.19.1 ( #302 )"
...
This reverts commit b316dde8ba .
2022-08-06 10:05:43 +08:00
Max
a7d31393a0
Fix ParticleProviderRegistry not working properly on Forge, add Javadocs ( #305 )
...
* Fix ParticleProviderRegistry not working properly on Forge, add Javadocs
Based on https://github.com/architectury/architectury-api/pull/196#issuecomment-1200268981 , supersedes #196
* Update testmod, fix bounds on deferred register
* Warn when registering particles too late on Forge
2022-07-31 18:48:38 +02:00
shedaniel
b316dde8ba
Update to 1.19.1 ( #302 )
...
* Update to 1.19.1
* Make it compile
* Update to 1.19.1
* Set 1.19.1 as the publishing version
2022-07-28 19:45:57 +08:00
shedaniel
7b4b91ea47
Bump to 4.6
2022-07-23 03:09:02 +08:00
itsmeow
81f4de28ba
Implement hasTag onto BiomeContext ( #272 )
...
* Implement hasTag onto BiomeContext
* Improve optional handling
[norelease] to allow for version bumping and reformatting before release
(cherry picked from commit 16a7d23602 )
2022-07-23 03:08:43 +08:00
shedaniel
db58d101e4
Bump to 5.10
2022-07-20 23:23:19 +08:00
shedaniel
37c5c7d1fe
Fix Support for 41.0.94 ( #295 )
...
* Fix Support for 41.0.94
* Bump to 5.9
2022-07-12 17:19:53 +08:00
shedaniel
fe632a10bd
Fix Support for 41.0.64 ( #292 )
...
* Update to Forge 41.0.64
* Bump to 5.8
2022-07-08 23:03:30 +08:00
Max
192d3a9d26
Merge branch '1.18.2' into 1.19
2022-06-16 12:03:36 +02:00
Max
4f17a84f1e
Apply LQF for better decompilation, bump version for release
2022-06-16 12:02:58 +02:00
Max
7d86eba267
Implement Forge's new Fluid API ( #280 )
...
* (Untested) fixes for the new Forge Fluid API
* Migrate ArchitecturyFlowingFluid to FluidTypes
* Add overlay textures, fix compile issues
* Fix Supplier import
* Add FluidState variant of get texture and color methods
* Deprecate combined render properties getter in favour of separate stack- and state-aware getters
* Add overlay texture override to SimpleArchitecturyFluidAttributes
* Update common/src/main/java/dev/architectury/core/fluid/ArchitecturyFluidAttributes.java
Co-authored-by: shedaniel <daniel@shedaniel.me >
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com >
[norelease]
2022-06-16 11:59:08 +02:00
shedaniel
aec32d5f42
Migrate to Unified Publishing ( #274 )
...
[norelease] to avoid empty release
* Migrate to Unified Publishing
* Proper changelog md
* Edit workflow
(cherry picked from commit 547f06f45e )
2022-06-14 00:00:53 +02:00
Max
78ec6761a0
Reformat and cleanup merged PR, bump minor version
2022-06-09 19:49:07 +02:00
shedaniel
c77f040c21
Update to 1.19
2022-06-08 21:35:41 +08: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
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
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
34a27866dd
Bump to release version 4.4
2022-05-06 13:51:51 +02:00
shedaniel
3532d24577
Fix some broken features and random crashes ( #253 )
...
[ci skip]
2022-05-06 13:40:02 +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
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
2c6784560e
Bump to 4.2
2022-04-15 12:40:06 +08:00