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
modmuss50
f3d8141bae
1.15-pre1
2019-11-21 21:04:17 +00:00
modmuss50
58e820e06c
Fix style errors.
...
Sorry player.
2019-11-07 20:39:57 +00:00
modmuss50
12515ed9ee
19w45a
2019-11-07 20:35:26 +00:00
Player
b7f9825dbb
Add checkstyle verification for package names, fix non-API packages.
2019-11-03 20:14:45 +01:00
modmuss50
ce77399215
19w44a
...
Only yarn renames
2019-10-30 17:10:30 +00:00
Player
dfdb52d6e5
Add checkstyle, format existing code accordingly.
2019-10-27 15:40:26 +01:00
modmuss50
ccd269cfad
19w41a
2019-10-09 19:05:13 +01:00
grondag
d2ac651a7a
19w38b API Fixes ( #370 )
...
* Fix compilation errors (untested)
* Random fixes
* Various modded rendering fixes
* Restore contract of RenderAttachedBlockView
* Bump versions as needed
* Add API for BlockRenderLayer
* Minor format / name cleanup
Will do a more comprehensive pass as part of separate refactor PR
* Bump versions not handled earlier
* Bump loader/mc bounds for dependent modules
* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* Minor clean ups
* Improve docs, minor format corrections.
* Update MC dependency
2019-09-20 16:50:49 -07:00
modmuss50
d32291da65
Fix resource-loader
2019-09-18 23:24:15 +01:00
Prospector
5ed88c193a
Add more metadata to the modules ( #353 )
...
* Add fabric-api-base as a dep to fabric-networking-v0
2019-09-09 01:48:43 +02:00
modmuss50
d1f89c1d5e
Fix builtin mods being added as resource packs
2019-08-28 20:00:17 +01:00
asie
232e294c2c
optimize removeAll in ResourceManagerHelperImpl.sort ( #298 )
2019-08-08 00:02:25 +01:00
coderbot16
7495ea28d6
Prevent mods from shadowing default resources ( Fixes #66 ) ( #310 )
2019-07-16 10:59:34 +01:00
asie
59147463cc
add proper depends lists to mods
2019-05-17 23:08:53 +02:00
Adrian Siekierka
eff4f58df6
[fabric-resource-loader] make paulscode hack opt-in, possibly remove in the future; i mean, no paulscode anymore
2019-05-17 16:23:35 +02:00
Adrian Siekierka
f16189181b
final module name refactor prior to release, hopefully
2019-05-11 23:48:33 +02:00