Commit Graph

124 Commits

Author SHA1 Message Date
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
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
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
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
shedaniel
99ca7b374f Update to 22w15a 2022-04-14 11:08:56 +08:00
Juuxel
8d142d6a20 Update MenuRegistryImpl to Fabric API 0.50.0 (#237) 2022-04-11 02:20:25 +08:00
shedaniel
5aa084c679 Port to 22w14a 2022-04-07 11:39:26 +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
4d8ddec994 Update to 22w12a 2022-03-25 21:39:04 +08:00
shedaniel
a116d4a33c Update CurseForge release info 2022-03-20 20:27:24 +08:00
Emma Pointer-Null
dbb955808f Update to 22w11a (#222)
* Update to 22w11a

* fix aw

* update fapi ver
2022-03-19 20:58:32 +08:00
shedaniel
36a5aea8aa Big clean up, more details in the PR (#216)
* Big clean up, more details in the PR

* Fix build

* Deprecate BlockProperties, generate AWs for Item constructors, Block constructors and RenderStateShard fields

* Add a few more RenderType AWs

* Deprecate BlockPropertiesExtension

* Set defaultType on resolving the entity type in SpawnEggItem

* Used the wrong object

* Add license information for generating AWs

* Add link to original PR

* Properly add support for forge vanilla registries

* Bump to 4.1
2022-03-12 00:01:49 +08:00
shedaniel
fd57796eb2 Mark as release 2022-03-02 13:31:36 +08:00
shedaniel
711cf507ad Increase gradle memory 2022-03-02 13:28:44 +08:00
shedaniel
d550eef8e2 Update to Forge 1.18.2 2022-03-02 11:43:45 +08:00
shedaniel
83d9922a50 1.18.2-rc1 2022-02-27 18:20:34 +08:00