repo for my hex addons :3
0
fork

Configure Feed

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

teleportation

+11 -2
+2 -1
src/main/resources/data/hexcasting/tags/action/per_world_pattern.json
··· 2 2 "values": [ 3 3 "hexcasting:craft/artifact", 4 4 "hexcasting:craft/trinket", 5 - "hexic:snow" 5 + "hexic:snow", 6 + "hexic:moveentity" 6 7 ] 7 8 }
+2 -1
src/main/resources/data/hexcasting/tags/action/requires_enlightenment.json
··· 1 1 { 2 2 "values": [ 3 - "hexic:snow" 3 + "hexic:snow", 4 + "hexic:moveentity" 4 5 ] 5 6 }
+7
src/main/scala/org/eu/net/pool/hexic/Hexic.scala
··· 1769 1769 null // kotlin bullshit 1770 1770 ), cont, HexEvalSounds.HERMES, Seq()) 1771 1771 case _ => throw MishapBadCaster() 1772 + Patterns.register("moveentity", e"edeeewawdweaaddaqwqwqaddaaewdwawewdqd"): 1773 + Patterns.mkConstAction(3): 1774 + case Seq(isIota[BoxedView.Instance, 2](from), isIota[BoxedView.Instance, 1](into), isIota[DoubleIota, 0](count)) => 1775 + Using.resource(Transaction.openOuter()): 1776 + case given TransactionContext => 1777 + Seq(DoubleIota(from.view.entities.count(into.view.teleportEntity))) 1772 1778 Patterns.register("metatable", se"deaqqwqqqeaeqqqeadedaqaaee"): 1773 1779 Patterns.mkConstAction(4): 1774 1780 case Seq(userdata, display, isIota[Vec3Iota, 1](color), isIota[PropertyIota, 0](metatable)) => ··· 2298 2304 yield Instance(view)).orNull 2299 2305 override def display(tag: NbtElement): Text = "[View]".styled(_.withColor(color)) 2300 2306 override def color: Int = 0xa59e7c 2307 + given this.type = this 2301 2308 2302 2309 object SlotReference extends Registrar[SlotReference.Type[?]]("slot"): 2303 2310 class Type[T <: SlotReference: Codec]