modmuss50
31860a91ee
Fix crash when loading resources from a UNC (windows) network share.
...
See: https://bugs.openjdk.java.net/browse/JDK-8178726
2021-11-12 16:49:44 +00:00
modmuss50
b4f4f6cda4
Update Loom and Loader. Cleanup/improve buildscript.
2021-11-12 15:02:54 +00:00
modmuss50
65d505fc8a
Bump versions
...
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
2021-11-05 17:09:48 +00:00
modmuss50
a00e834bd3
Fix build
2021-07-23 18:09:54 +01:00
modmuss50
5ab9934c7c
Bump version
2021-07-23 17:28:43 +01:00
Technici4n
25611bb75a
Stop DefaultResourcePack scanning the entire classpath ( #1564 )
...
* Stop DefaultResourcePack scanning the entire classpath
* Use another approach to find the JAR
* Make it work for filesystem assets as well (tested, it works!)
* Only patch what is necessary
2021-07-23 17:06:03 +01:00
modmuss50
b7ab612143
1.17-pre1
2021-05-27 18:40:00 +01:00
modmuss50
a02b4463f9
21w19a
2021-05-12 20:23:04 +01:00
modmuss50
12865e786c
Version bump
2021-04-14 20:03:08 +01:00
Juuxel
c0514c5228
Add Finnish translation ( #1416 )
...
(cherry picked from commit 42c13ca9b1
)
2021-04-14 18:52:48 +01:00
modmuss50
23b3c92ea9
21w13a
2021-03-31 20:52:51 +01:00
modmuss50
1eb2670e8a
21w05a
2021-02-03 19:53:20 +00:00
modmuss50
36b77c3e9f
21w03a
2021-01-20 19:50:47 +00:00
modmuss50
92519afafe
Version bump
2021-01-19 19:38:22 +00:00
i509VCB
f8cf2bb436
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
(cherry picked from commit daa38b3d82
)
2021-01-19 18:54:23 +00:00
Player
53f160a834
Bump version
2021-01-05 13:22:26 +01:00
LambdAurora
ea2e406d01
Fix dev env crash on Windows.
2021-01-05 13:21:54 +01:00
modmuss50
27f445e70d
Fix merge.
...
Its always checkstyle...
2020-12-23 20:30:07 +00:00
modmuss50
f3da4d8bf5
Bump version
2020-12-23 20:22:24 +00:00
modmuss50
87d0b2af53
Fix a number of issues with reload listeners ( #1240 )
...
* Fix resource reload listeners not being sorted.
Fix missing/broken reload listener keys.
Add a debug log line for missing reload keys
Add some basic tests.
* Undo adding new keys, we can look at this later.
* use AssertionError
* Fix test on server
(cherry picked from commit 67abea83c2
)
2020-12-23 20:09:38 +00:00
LambdAurora
0ea93ebaf8
Resource loader improvements ( #1186 )
...
* Add resource pack activation type, programmer art API, group mod resource packs.
* Add missing license headers.
* Cleanup and add documentation.
* Fix performance issues.
* Rename invoker.
* Add comment in ReloadableResourceManagerImplMixin.
* Add package-info to resource loader.
(cherry picked from commit 73b29211a6
)
2020-12-23 18:51:52 +00:00
modmuss50
e1f1abb1c0
20w49a
2020-12-02 19:02:44 +00:00
modmuss50
fca1ef16e4
Version bump
2020-11-13 19:13:14 +00:00
LambdAurora
7fc3efa106
Internal refactor, remove legacy code, fix FabricMC/fabric#878. ( #1134 )
2020-11-13 18:26:33 +00:00
modmuss50
df3673f0bc
20w46a
2020-11-11 20:18:14 +00:00
modmuss50
3e817a62fd
Version bump
2020-11-05 18:26:58 +00:00
modmuss50
fd6e7547e7
20w45a
...
Added FabricBlockEntityTypeBuilder
Reworked EntityRendererRegistry
Ported BlockEntityRendererRegistry
2020-11-05 18:05:55 +00:00
LambdAurora
151ba21b21
Resource loader for 20w45a. ( #1 )
...
* Resource loader for 20w45a.
* You have seen nothing.
2020-11-05 01:37:03 -06:00
modmuss50
facf3bbf67
Fix license...
2020-09-03 23:53:33 +01:00
modmuss50
fcdfdfa1c7
Fix server crash, closes #1058
2020-09-03 23:44:31 +01:00
modmuss50
432ea188f9
Bump version
2020-09-03 20:00:01 +01:00
LambdAurora
8072a3a990
Resource loader changes and built-in mod resource/data packs API ( #1011 )
...
* WIP built-in resource packs API.
* Add built-in resource pack register API and fix old injection methods.
* Fix code style.
* Fix code style.
* Add documentation.
* Drop useless else.
* Fix resource packs and data packs isolation issues, and more.
* Move ResourcePackManagerAccessor to its own accessor mixin.
* Make the built-in mod pack test mod work on server too because data pack part.
* Add new argument to built-in pack method and make mod data packs always active.
* Add documentation.
* Complete documentation in GameOptions mixin.
* Remove register built-in pack overload as Player requested.
2020-09-03 19:49:40 +01:00
modmuss50
e5d3217f0d
Mappings update
2020-08-11 17:42:40 +01:00
modmuss50
35e08e3387
20w28a - no biomes or dimensions
2020-07-08 19:31:01 +01:00
modmuss50
c668f41520
20w27a
2020-07-01 18:40:27 +01:00
modmuss50
f41e2098ef
Bump version
2020-06-30 20:18:00 +01:00
modmuss50
33474e5255
Hide mods from the resource/data pack screen ( #854 )
...
* Hide mods from the resource/data pack screen
* License
2020-06-30 20:17:07 +01:00
modmuss50
059ea866ec
update mappings
2020-06-09 22:29:07 +01:00
modmuss50
4e84b64f5c
Fix log spam for mods that are not datapacks. Also bump version for release
2020-06-05 20:09:24 +01:00
modmuss50
f6620c4898
Bump version
2020-06-05 11:37:29 +01:00
Meredith Espinosa
3d52d1e569
Make Fabric mod data packs automatically enable on world creation, allow mod data packs to load on dedicated servers ( #663 )
...
* make mod data packs load on dedi servers, auto-enable
* license headers
2020-06-05 11:34:38 +01:00
modmuss50
277876c741
Hopefully fix mod datapacks
2020-06-04 22:35:10 +01:00
modmuss50
346247d7d1
Checkstyle
2020-06-04 21:24:25 +01:00
modmuss50
0d474ec430
1.16-pre1
2020-06-04 21:20:20 +01:00
modmuss50
da175ad6ad
20w22a
2020-05-29 15:56:10 +01:00
modmuss50
2fd224ca63
20w17a
2020-04-22 17:59:17 +01:00
Juuxel
94c7834a50
Make resource-loader-v0's generated resource packs use the latest data version ( #559 )
...
This prevents incompatibility warnings about mod resource and data packs.
2020-04-11 19:46:10 +00:00
modmuss50
5b8a535acb
20w11a - All mapping changes
2020-03-11 17:37:48 +00:00
modmuss50
b7d52fa581
20w10a
2020-03-04 20:59:37 +00:00
modmuss50
06c939b35c
1.15-pre3 - just mapping changes
2019-11-28 19:40:14 +00:00