slava_110
slava_110
No problem, just saying that you'll need to update block too. Via `world.scheduleBlockUpdate` or something like that. Otherwise snow/torches will stay on the block because they will not check if...
> After some investigation I found out that `extractEnergy` in `StargateAbstractEnergyStorage` doesn't work because `energy` property in this class is always 0. StargateAbstractEnergyStorage wasn't modified in this commit And energy...
> Why y'all posting links to the sentialx repo? He sent link to my commit so it's easier for me to click on this link to find the problem
Understandable @MrJake222, is it possible to compile alpha version from my branch? (or should I do it manually?)
I can confirm that this could happen. Custom method used to link gate when it's generating with Mysterious page. Not sure how to solve this issue tho. I'll try to...
#129 interesting solution here
I'll test it when I'll be home. Happy New Year btw c:
Yep, maybe there's no point in `supportsComments`, let's forget about it > It appears that you want to have the annotation be specified on types, not use sites/fields Actually I...
@pdvrieze I think maintaining set of type/field information that has already written will add unnecessary complexity and will create more questions. It's an idea for completely different issue Currently `kotlinx.serialization`...
> @slava110, I guess you can already achieve the goal as follows @vnermolaev , Please read my first comment in this issue. Thanks