repo for my hex addons :3
0
fork

Configure Feed

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

me when I view you

+13
+1
src/main/resources/data/hexcasting/tags/action/per_world_pattern.json
··· 3 3 "hexcasting:craft/artifact", 4 4 "hexcasting:craft/trinket", 5 5 "hexic:snow", 6 + "hexic:findview", 6 7 "hexic:moveentity" 7 8 ] 8 9 }
+1
src/main/resources/data/hexcasting/tags/action/requires_enlightenment.json
··· 1 1 { 2 2 "values": [ 3 3 "hexic:snow", 4 + "hexic:findview", 4 5 "hexic:moveentity" 5 6 ] 6 7 }
+11
src/main/scala/org/eu/net/pool/hexic/Hexic.scala
··· 1776 1776 null // kotlin bullshit 1777 1777 ), cont, HexEvalSounds.HERMES, Seq()) 1778 1778 case _ => throw MishapBadCaster() 1779 + Patterns.register("findview", e"addaadewewedaaddqwawqddaadewewedaaddqwawdeeweee"): 1780 + Patterns.mkConstAction(1): 1781 + case Seq(block: Vec3Iota) => 1782 + val pos = BlockPos.ofFloored(block.getVec3) 1783 + summon[CastingEnvironment].assertPosInRangeForEditing(pos) 1784 + Seq(BoxedView.Instance(InventoryView.OfBlock(pos))) 1785 + hexXplat.getArithmeticRegistry("view") = arith("view", 1786 + Arithmetic.ADD -> { 1787 + (view1: BoxedView.Instance, view2: BoxedView.Instance) => Seq(BoxedView.Instance(InventoryView.OfSum(view1.view, view2.view))) 1788 + } 1789 + ) 1779 1790 Patterns.register("moveconcept", se"wawdwawqdewewedqwawdwaw"): 1780 1791 Patterns.mkConstAction(4): 1781 1792 case Seq(isIota[BoxedView.Instance, 3](from), isIota[BoxedView.Instance, 2](into), typ: VariantIota[?], isIota[DoubleIota, 0](count)) =>