···31312.0.0 rename media bundles to casting pouches
32322.0.0 sent Stickia to the milk dimension
33332.0.0 textures now use JPEG XL
3434+2.1.0 added -Dhexic.max_stack_size to cap itemstack size at deserialization-time (default: max integer)
34352.1.0 demiplane spells' docs have been changed again
35362.1.0 dual's reflection only considers players in ambit
36372.1.0 hitbox for void blocks is no longer weirdly offset
37382.1.0 item/fluid concept displays no longer suck
38392.1.0 mediaweave can now actually be erased, sorry
39402.1.0 mediaweave can now be tied
4141+2.1.0 negative item stacks are now disabled by default, they can be reenabled by setting -Dhexic.min_stack_size to your favorite value
40422.1.0 read-only properties can no longer be converted to access iotas
41432.1.0 Refinement Distillation now properly drops input iotas on first loop as it should
42442.1.0 translations have been updated [@chuijk]
···328328 "decollar" -> "Untie Mediaweave",
329329 "deleteworld" -> "Shatter Demiplane",
330330 "drop" -> "Rejection Distillation",
331331- "dye_offhand" -> "Apply Pigment",
331331+ "dye_offpaw" -> "Apply Pigment",
332332 "erase" -> "Erase Block",
333333 "extract" -> "Excisor's Gambit",
334334 "findview" -> "Reflection Purification",
···386386 case p: PigmentItem => gen.add("item.hexic.stringworm." + p.getTranslationKey, "Shimmering " + hexLang(p.getTranslationKey).replace("Pigment", "Stringworm"))
387387 case e => println(e)
388388 for page -> text <- Vector(
389389- "dye_offhand" -> "Imbues the item held in my offhand (e.g. a $(l:items/hexcasting)$(item)casting item/$) with the given pigment.",
389389+ "dye_offpaw" -> "Imbues the item held in my offhand (e.g. a $(l:items/hexcasting)$(item)casting item/$) with the given pigment.",
390390 "erase" -> "Erases the _Hex or iota contained within a dropped item or block. Costs one dust per item.",
391391 "get_other_caster" -> "Adds the closest sentient being, excluding me, to the stack.",
392392 "modulo" -> "Similar to Modulus, but differs for negative numbers: -8 %%₁ 3 = -2, but -8 %%₂ 3 = 1.",