Commit graph

279 commits

Author SHA1 Message Date
i509VCB
daa38b3d82
Add custom value denoting module lifecycles. (#1253)
* Add custom value denoting module lifecycles.

* Make the module validation work.

My hand has been forced - we must use buildSrc since JsonSlurper is not available in main buildscript.

* Apply task to each project and dont cross projects

* A horrible hack

* Wait what

* It works now.

* Not needed

* Drop unneeded maven repo, cache map lookup
2021-01-19 18:48:09 +00:00
Player
0d4d7e3458 Bump version 2021-01-05 13:20:01 +01:00
modmuss50
8004b36dc0 Bump version 2021-01-03 16:34:56 +00:00
modmuss50
36111fa0e1 Bump version 2021-01-01 14:50:13 +00:00
modmuss50
cbe9176f9d Bump versions 2020-12-30 17:25:51 +00:00
modmuss50
552549d507 Bump version 2020-12-23 20:21:41 +00:00
modmuss50
2a4333d39b Bump version 2020-12-17 08:50:51 +00:00
modmuss50
be155ae2b1 Bump version 2020-12-12 15:24:19 +00:00
modmuss50
a03e9879ac Bump version 2020-12-10 18:33:57 +00:00
modmuss50
9a6c758109 Bump version 2020-11-28 23:36:50 +00:00
modmuss50
e77439c75e Bump version 2020-11-28 20:32:25 +00:00
modmuss50
2857667513 Bump version 2020-11-24 19:54:33 +00:00
modmuss50
f1d8af0667 Bump version 2020-11-23 20:24:44 +00:00
i509VCB
23017ec78b
Drop use of remote buildscripts (#1175) 2020-11-23 19:32:45 +00:00
modmuss50
6d328b5e45 Bump version 2020-11-21 18:53:05 +00:00
modmuss50
2e23b97ce0 Bump version 2020-11-15 19:58:17 +00:00
Thalia Nero
6a2618f55c
Add module dependencies to maven POM (#1104) 2020-11-15 19:15:35 +00:00
modmuss50
ba858fb8b7
Spin up a dedicated server on github actions + add run tasks for test mods. (#1163)
* Add test mod run tasks, add a very basic auto test server task

* License header

* Minor cleanup

* Fix bad depends
2020-11-15 19:06:27 +00:00
modmuss50
1944f3e03b Version bump 2020-11-13 19:12:53 +00:00
modmuss50
c2f49c1532 Set the java compiler --release arg when building on j9+.
Thanks to https://github.com/FabricMC/fabric-example-mod/pull/71 for this snippet.
2020-11-10 19:58:58 +00:00
modmuss50
c932210082 Version bump 2020-11-07 20:31:16 +00:00
modmuss50
44a0cbed56 Remove build number from github 2020-11-05 18:53:10 +00:00
modmuss50
7bdf7b1890 Fix release 2020-11-05 18:42:17 +00:00
modmuss50
2209e98bb5 Publish releases using github actions (#1124)
* Publish releases using github actions

* # Conflicts:
#	build.gradle

* Remove build number + add task to check version has not already been released
2020-11-05 18:30:03 +00:00
modmuss50
6672c51bec 1.16.4 2020-11-02 18:52:08 +00:00
modmuss50
8367596d56 Bump Version 2020-10-30 20:44:41 +00:00
modmuss50
a89534abff Add back renamed lightLevel method, I believe the root cause of this issue is in tiny remapper 2020-10-28 08:44:17 +00:00
modmuss50
a4467d2a9c Bump version 2020-10-27 18:36:48 +00:00
i509VCB
74aedfbe43
Update command api to use new non-tail constructor inject (#1140)
* Update command api to use new non-tail constructor inject

This removes a redirect in fabric api and fixes the location of the command api's icon.

* Update lifecycle events for command-api-v1 testmod
2020-10-27 18:18:09 +00:00
modmuss50
9580fa8f9a Update loom and loader 2020-10-23 09:15:02 +01:00
i509VCB
eacb8ba396
Update yarn mappings (#1127) 2020-10-22 18:54:44 +01:00
modmuss50
2b462379ad Bump versions 2020-10-18 18:38:30 +01:00
i509VCB
fdf52297d0
Use " consistently in main gradle buildscript and some deprecation (#1116)
This also moves use of deprecated `classifier` from AbstractArchiveTask to `archiveClassifier`

Also this moves loader to the Globals class.

This PR does not touch the individual modules since there are other PRs open which modify those.
2020-10-11 21:28:03 +01:00
modmuss50
9f0fb4b8a2 Bump version 2020-10-11 21:18:28 +01:00
modmuss50
c270b09831 Version Bump 2020-10-05 19:41:39 +01:00
modmuss50
3c53fe33fe Version bump 2020-09-29 18:55:16 +01:00
modmuss50
f8ac1db2b1 Version bump 2020-09-27 12:38:48 +01:00
modmuss50
c1aa8ed8d7 Version Bump 2020-09-18 18:48:09 +01:00
shartte
c29459abaf
Ported 1.16.1 biomes-api-v1 to 1.16.2 (#1053)
* Ported 1.16.1 biomes-api-v1 to 1.16.2.
Public API changes:
- Removed flagging biomes as suitable for player spawns since that is now handled in the Biome Builder.
- Changed API over to RegistryKey's, not because it's necessary, but because it is more ergonomic since Vanilla Biomes in BuiltInBiomes are now all exposed as keys, rather than instances.

* Changed to CheaterCode's mixin for modifying the nether biomes, saving us one accessor.

* Move Bonanza

* Finished moving and updating of the module, added experimental markers.

* Adjusted experimental notes.

* Finished rename from biomes-v1 to biome-api-v1

* Reverted memory settings in preparation for loom-0.5
2020-09-18 18:11:51 +01:00
modmuss50
74685c149c
Update loom to 0.5 (#1060)
You may need to run `--refresh-dependencies` if you have odd issues. Please ask if you need help.
2020-09-10 17:36:46 +01:00
modmuss50
1c9f449974 1.16.3 2020-09-10 16:41:12 +01:00
modmuss50
fcdfdfa1c7 Fix server crash, closes #1058 2020-09-03 23:44:31 +01:00
modmuss50
fb0d9b0e7d Update mappings 2020-09-03 20:39:05 +01:00
modmuss50
432ea188f9 Bump version 2020-09-03 20:00:01 +01:00
modmuss50
a607839c1a 0.19.0 2020-08-21 17:37:32 +01:00
modmuss50
e81ec80bf4 Version bump 2020-08-13 18:17:47 +01:00
modmuss50
54fedaeb9b update curse version 2020-08-11 17:45:12 +01:00
modmuss50
7d3b96dd8a 1.16.2 2020-08-11 17:27:22 +01:00
modmuss50
ac8e8c5914 Bump version 2020-08-08 13:19:35 +01:00
modmuss50
ad64ee68e8 Bump version 2020-08-07 19:52:25 +01:00