forked from virt-mirrors/Sit
toggle keybinding
sit data to Data.java client events to Events.java
This commit is contained in:
parent
7d06735b3c
commit
ddf7703693
13 changed files with 294 additions and 124 deletions
|
@ -5,6 +5,7 @@ import com.google.gson.reflect.TypeToken;
|
|||
import net.minecraft.text.MutableText;
|
||||
import net.minecraft.text.Text;
|
||||
import one.oth3r.sit.Sit;
|
||||
import one.oth3r.sit.utl.Data;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.InputStreamReader;
|
||||
|
@ -98,7 +99,7 @@ public class LangReader {
|
|||
// close the input stream
|
||||
inputStream.close();
|
||||
} catch (Exception e) {
|
||||
Sit.LOGGER.error(e.getMessage());
|
||||
Data.LOGGER.error(e.getMessage());
|
||||
}
|
||||
}
|
||||
public static String getLanguageValue(String key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue