refactor: rename transparent resourcepack
@@ -148,9 +148,9 @@ object Firmament {
|
|||||||
})
|
})
|
||||||
ClientInitEvent.publish(ClientInitEvent())
|
ClientInitEvent.publish(ClientInitEvent())
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack(
|
ResourceManagerHelper.registerBuiltinResourcePack(
|
||||||
identifier("transparent_storage"),
|
identifier("transparent_overlay"),
|
||||||
modContainer,
|
modContainer,
|
||||||
tr("firmament.resourcepack.transparentstorage", "Transparent Firmament Storage Overlay"),
|
tr("firmament.resourcepack.transparentoverlay", "Transparent Firmament Overlay"),
|
||||||
ResourcePackActivationType.NORMAL
|
ResourcePackActivationType.NORMAL
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 624 B After Width: | Height: | Size: 624 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 795 B |
@@ -5,6 +5,6 @@
|
|||||||
"min_inclusive": 15,
|
"min_inclusive": 15,
|
||||||
"max_inclusive": 2147483647
|
"max_inclusive": 2147483647
|
||||||
},
|
},
|
||||||
"description": "Adds a more transparent storage overlay for /firm storage"
|
"description": "Adds a more transparent overlay for Firmament"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||