Skip to content

Commit

Permalink
fix @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Dec 9, 2022
1 parent 481f28d commit 5b437dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ abstract class ModRemapper(val provider: ModProvider) {
/**
* pass a closure to configure the remapper seperately from the one in MinecraftRemapper.
* it defaults to whatever MinecraftRemapper has set for it.
* @since 0.2.3
* @since 0.3.3
*/
abstract var tinyRemapperConf: (TinyRemapper.Builder) -> Unit

/**
* pass a closure to configure the remapper.
* @since 0.2.3
* @since 0.3.3
*/
fun setTinyRemapperConf(@DelegatesTo(
value = ForgePatcher::class,
Expand Down

0 comments on commit 5b437dd

Please sign in to comment.