repo for my hex addons :3
0
fork

Configure Feed

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

fix mediaweave math being off

+3 -2
+1
project/hexic/changelog
··· 40 40 2.1.0 read-only properties can no longer be converted to access iotas 41 41 2.1.0 Refinement Distillation now properly drops input iotas on first loop as it should 42 42 2.1.0 translations have been updated [@chuijk] 43 + 2.1.0 wool and carpet edification are now actually somewhat balanced wrt each other
+2 -2
project/hexic/src/main/scala/org/eu/net/pool/hexic/mixin/OpEdifySaplingMixin.java
··· 41 41 return true; 42 42 } 43 43 if (original.call(instance, BlockTags.WOOL)) { 44 - mediaweave.set(3); 44 + mediaweave.set(2); 45 45 return true; 46 46 } 47 47 if (original.call(instance, BlockTags.WOOL_CARPETS)) { 48 - mediaweave.set(2); 48 + mediaweave.set(3); 49 49 return true; 50 50 } 51 51 if (instance.isOf(Blocks.TRIPWIRE)) {