Add /firm exporthotm to save hotm presets

This commit is contained in:
Linnea Gräf
2024-10-14 00:07:21 +02:00
parent a40c50b991
commit 854ec336cc
10 changed files with 281 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package moe.nea.firmament.util.mc
import moe.nea.firmament.Firmament
object CommonTextures {
fun genericWidget() = (Firmament.identifier("generic_vanilla_widget"))
}