mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-26 06:57:51 +01:00
Update even more javadoc
This commit is contained in:
parent
61cb5cc112
commit
8be9b2dd0c
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
package com.simibubi.create.foundation.data;
|
||||
|
||||
import com.tterrag.registrate.AbstractRegistrate;
|
||||
import com.tterrag.registrate.providers.ProviderType;
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link AbstractRegistrate#addRawLang} instead.
|
||||
* @deprecated Use {@link AbstractRegistrate#addRawLang} or {@link AbstractRegistrate#addDataGenerator} with {@link ProviderType#LANG} instead.
|
||||
*/
|
||||
public class LangEntry {
|
||||
static final String ENTRY_FORMAT = "\t\"%s\": %s,\n";
|
||||
|
|
Loading…
Reference in a new issue