mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-13 07:47:21 +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;
|
package com.simibubi.create.foundation.data;
|
||||||
|
|
||||||
import com.tterrag.registrate.AbstractRegistrate;
|
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 {
|
public class LangEntry {
|
||||||
static final String ENTRY_FORMAT = "\t\"%s\": %s,\n";
|
static final String ENTRY_FORMAT = "\t\"%s\": %s,\n";
|
||||||
|
|
Loading…
Reference in a new issue