repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dual ambit

+2 -1
+1
project/hexic/changelog
··· 31 31 2.0.0 rename media bundles to casting pouches 32 32 2.0.0 sent Stickia to the milk dimension 33 33 2.0.0 textures now use JPEG XL 34 + 2.1.0 dual's reflection only considers players in ambit 34 35 2.1.0 hitbox for void blocks is no longer weirdly offset 35 36 2.1.0 item/fluid concept displays no longer suck 36 37 2.1.0 mediaweave can now be tied
+1 -1
project/hexic/src/main/scala/org/eu/net/pool/hexic/main.scala
··· 1647 1647 others = others.filter: 1648 1648 case _: EntityPlayerMPFake => false 1649 1649 case _ => true 1650 - val sorted = others.toSeq.sortBy(_.getPos.squaredDistanceTo(summon[CastingEnvironment].mishapSprayPos)) 1650 + val sorted = others.toSeq.sortBy(_.getPos.squaredDistanceTo(summon[CastingEnvironment].mishapSprayPos)).filter(summon[CastingEnvironment].isEntityInRange(_, true)) 1651 1651 sorted.headOption.fold(NullIota())(EntityIota(_)) 1652 1652 Patterns.register("blind", se"qqqqqadwawawd")(OpPotionEffect(StatusEffects.BLINDNESS, 1000, false, false)) 1653 1653 Patterns.register("erase", e"wqwdwqwawwwwwawwwww"):