mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:21:46 +01:00
Remove lang post processor from javadoc
This commit is contained in:
parent
0510ea3e20
commit
e4c7d39893
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import net.minecraft.data.HashCache;
|
|||
import net.minecraft.util.GsonHelper;
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link AbstractRegistrate#addRawLang} or, if absolutely necessary, {@link CreateRegistrate#addLangPostprocessor} instead.
|
||||
* @deprecated Use {@link AbstractRegistrate#addRawLang} instead.
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public class LangMerger implements DataProvider {
|
||||
|
|
Loading…
Reference in a new issue