···292292 new FabricLanguageProvider(_):
293293 override def generateTranslations(gen: FabricLanguageProvider.TranslationBuilder): Unit =
294294 for action -> name <- Vector(
295295+ "blind" -> "Hidden Sun's Nadir",
295296 "deleteworld" -> "Shatter Demiplane",
296297 "drop" -> "Rejection Distillation",
297298 "dye_offhand" -> "Apply Pigment",
···357358 "get_other_caster" -> "Adds the closest sentient being, excluding me, to the stack.",
358359 "modulo" -> "Similar to Modulus, but differs for negative numbers: -8 %%₁ 3 = -2, but -8 %%₂ 3 = 1.",
359360 "murmur" -> "Finds the region of my mind known as the 'chat box' and adds its contents to the stack. If it cannot be found, adds Null instead.",
361361+ "blind" -> "Inflicts $(thing)blindness/$. Base cost is one $(l:items/amethyst)$(item)Amethyst Dust/$ per 10 seconds.",
360362 ) do gen.add(s"book.hexic.page.$page", text)
361363 gen.add("hexdoc.hexic.description", "Miscellaneous neat features and QoL patterns for Hex Casting")
362364 gen.add("hexdoc.hexic.title", "Hexic")