Fix: translations not working sometimes
This commit is contained in:
@@ -26,7 +26,7 @@ plugins {
|
|||||||
id("fabric-loom") version "1.8.9"
|
id("fabric-loom") version "1.8.9"
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||||
id("moe.nea.licenseextractificator")
|
id("moe.nea.licenseextractificator")
|
||||||
id("moe.nea.mc-auto-translations") version "0.0.1"
|
id("moe.nea.mc-auto-translations") version "0.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = getGitTagInfo() + "-mc${libs.versions.minecraft.get()}"
|
version = getGitTagInfo() + "-mc${libs.versions.minecraft.get()}"
|
||||||
|
|||||||
@@ -45,6 +45,6 @@ class SBCraftingRecipeRenderer : GenericRecipeRenderer<NEUCraftingRecipe> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override val icon: ItemStack = ItemStack(Blocks.CRAFTING_TABLE)
|
override val icon: ItemStack = ItemStack(Blocks.CRAFTING_TABLE)
|
||||||
override val title: Text = tr("firmament.category.crafting", "SkyBlock Crafting")
|
override val title: Text = tr("firmament.category.crafting", "SkyBlock Crafting") // TODO: fix tr not being included in jars
|
||||||
override val identifier: Identifier = Firmament.identifier("crafting_recipe")
|
override val identifier: Identifier = Firmament.identifier("crafting_recipe")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user