Bohdan Yaroslavtsev

Results 4 issues of Bohdan Yaroslavtsev

This will allow modpack makers and users to organize their mods however they want, e.g. put optimization mods into their own subfolder like `mods/optimizations/...` This is different from https://github.com/QuiltMC/quilt-loader/issues/15 as...

I would suggest adding such archive in GitHub releases and referencing them in "Making mods with Rift" I've quickly made [such minimal project](https://github.com/Reoseah/rift-kit) from HalfLogs repo, but it could benefit...

In my opinion, it's common enough to be in Rift under some util package. The codes as they appear in Forge for reference: ```java public static final int TAG_END =...

Adds `Codec` fields for these two types, which might be useful for the new recipe serializers, which now use `RecipeSerializer#codec` for reading from json, instead of receiving `JsonObject` and reading...