Woops, forgot to commit the info.kt and ConfigScreen.kt files.

This commit is contained in:
Username404-59 2021-04-08 14:14:24 +02:00
parent 2b785ee9a2
commit 4323cb4834
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,10 @@ object ExecObj {
super.paintComponent(g)
}
}
}.apply {
// TODO Add text
}
frame.contentPane = panel
}
}

View File

@ -1,4 +1,4 @@
package fr.username404.snowygui
package fr.username404.snowygui.config
import net.minecraft.client.gui.screens.Screen
import net.minecraft.network.chat.TranslatableComponent