Updated readme & removed stuff from conig
This commit is contained in:
@@ -68,6 +68,12 @@ Source code uses Mojang mappings.
|
||||
The source code can be 'created' with the `./eclipse` command and can be found in the following path:\
|
||||
`minecraft-lod-mod\build\fg_cache\mcp\ VERSION \joined\ RANDOM_STRING \patch\output.jar`
|
||||
|
||||
## Useful commands
|
||||
|
||||
Build only Fabric: `./gradlew fabric:build`\
|
||||
Build only Forge: `./gradlew forge:build`\
|
||||
Run the Fabric client: `./gradlew fabric:runClient`\
|
||||
Run the Forge client: `./gradlew fabric:runClient`
|
||||
|
||||
## Open Source Acknowledgements
|
||||
|
||||
|
||||
@@ -393,8 +393,9 @@ public abstract class ConfigGui {
|
||||
public void render(PoseStack matrices, int mouseX, int mouseY, float delta) {
|
||||
this.renderBackground(matrices);
|
||||
this.list.render(matrices, mouseX, mouseY, delta);
|
||||
drawCenteredString(matrices, font, title, width / 2, 15, 0xFFFFFF);
|
||||
// drawCenteredString(matrices, font, title, width / 2, 15, 0xFFFFFF);
|
||||
|
||||
/*
|
||||
// TODO[CONFIG]: Fix the tooltip
|
||||
for (EntryInfo info : entries) {
|
||||
if (info.id.equals(modid) && info.category.matches(category)) {
|
||||
@@ -415,6 +416,7 @@ public abstract class ConfigGui {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
super.render(matrices,mouseX,mouseY,delta);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user