aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/mc/CommonTextures.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/util/mc/CommonTextures.kt')
-rw-r--r--src/main/kotlin/util/mc/CommonTextures.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/util/mc/CommonTextures.kt b/src/main/kotlin/util/mc/CommonTextures.kt
new file mode 100644
index 0000000..6b847df
--- /dev/null
+++ b/src/main/kotlin/util/mc/CommonTextures.kt
@@ -0,0 +1,7 @@
+package moe.nea.firmament.util.mc
+
+import moe.nea.firmament.Firmament
+
+object CommonTextures {
+ fun genericWidget() = (Firmament.identifier("generic_vanilla_widget"))
+}