[WIP] Remove LibGUI
This commit is contained in:
14
src/main/resources/assets/firmament/gui/repo_reload.xml
Normal file
14
src/main/resources/assets/firmament/gui/repo_reload.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:firm="http://firmament.nea.moe/moulconfig">
|
||||
<Row>
|
||||
<firm:Bar progress="@current" total="@max" emptyColor="#30ff30" fillColor="#30aa30"/>
|
||||
<Text text="@label"/>
|
||||
</Row>
|
||||
</Root>
|
||||
@@ -97,6 +97,7 @@
|
||||
"firmament.config.waypoints": "Waypoints",
|
||||
"firmament.config.waypoints.temp-waypoint-duration": "Temporary Waypoint Duration",
|
||||
"firmament.config.waypoints.show-index": "Show ordered waypoint indexes",
|
||||
"firmament.config.waypoints.skip-to-nearest": "Allow skipping waypoints",
|
||||
"firmament.recipe.forge.time": "Forging Time: %s",
|
||||
"firmament.recipe.mobs.drops": "§e§lDrop Chance: %s",
|
||||
"firmament.recipe.mobs.name": "§8[§7Lv %d§8] §c%s",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -15,3 +15,4 @@ accessible field net/minecraft/entity/passive/AbstractHorseEntity items Lnet/min
|
||||
accessible field net/minecraft/entity/passive/AbstractHorseEntity SADDLED_FLAG I
|
||||
accessible field net/minecraft/entity/passive/AbstractHorseEntity HORSE_FLAGS Lnet/minecraft/entity/data/TrackedData;
|
||||
accessible method net/minecraft/resource/NamespaceResourceManager loadMetadata (Lnet/minecraft/resource/InputSupplier;)Lnet/minecraft/resource/metadata/ResourceMetadata;
|
||||
accessible method net/minecraft/client/gui/DrawContext drawTexturedQuad (Lnet/minecraft/util/Identifier;IIIIIFFFFFFFF)V
|
||||
|
||||
Reference in New Issue
Block a user