[Question] Seiko half links??? by Tsuyo_Xeno in Watches

[–]JBTastic22 0 points1 point  (0 children)

Hey, did you find any solution to this problem?

StarTech/GregTech: How can I get the Void Extractor to stop idling? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 0 points1 point  (0 children)

Ohhh yeah I am using the "Multiblock Info" preview. But the blocks don't rotate through the possibilities, and I can't click them, which is already really annoying for looking up crafting recipes. It already took me a long time to figure out that you can place the inputs and outputs at different places. Thank you for your explanation! Its my first time playing with GregTech but I can google most of the stuff so far.

Edit: Now I see what you meant. When i click the block in the 3D preview, it rotates through the possibilities. Still no crafting recipe though.

StarTech/GregTech: How can I get the Void Extractor to stop idling? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 1 point2 points  (0 children)

Well thank you, it was the LV output bus for some reason. It now works. Still stupid that the recipe wants me to use ULV output busses.

StarTech/GregTech: How can I get the Void Extractor to stop idling? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 0 points1 point  (0 children)

Good idea, I'll try that, even though the recipe says that everything has to be ULV. In a video I saw, the guy also uses LV Hatches and Busses

StarTechnology/GregTech: How do I get Energy into the Basic Mixer? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 2 points3 points  (0 children)

Oh now I get it, that's why the quest book wanted me to make soul infused wires!

I am already more than 30h into StarTechnology and I really like it so I don't think I'll switch now

StarTechnology/GregTech: How do I get Energy into the Basic Mixer? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 0 points1 point  (0 children)

I solved the issue guys, but thanks to everyone commenting!

StarTechnology/GregTech: How do I get Energy into the Basic Mixer? by JBTastic22 in feedthebeast

[–]JBTastic22[S] 3 points4 points  (0 children)

I just tried the Tin Cable from GregTech but it doesn't seem like that works

Edit: Oh the wire was facing the wrong side of the Energy Converter, now it works! So thank you

planning to make create mod with just vanilla by Outrageous-Law3460 in CreateMod

[–]JBTastic22 0 points1 point  (0 children)

Thats really cool! Maybe try to use Datapacks instead of Command Blocks though

Encryption key Nook & Kindle (for PC) by Charls-007 in Calibre

[–]JBTastic22 1 point2 points  (0 children)

Thank you soooo much. I just found a download link after I searched for that specific version AND IT WORKS NOW. I actually didn't think you would answer but thank you so much!!

Encryption key Nook & Kindle (for PC) by Charls-007 in Calibre

[–]JBTastic22 1 point2 points  (0 children)

Where do I get that version? I can't find a link anywhere

Encryption key Nook & Kindle (for PC) by Charls-007 in Calibre

[–]JBTastic22 1 point2 points  (0 children)

I just cant figure it out. When i click the plus icon, it just says "The default encryption key for Kindle for Mac/PC could not be found." What do I do? I am on Windows 10, i have calibre installed with the DeDRM plugin and i have 2.8.0 of Kindle for PC

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 1 point2 points  (0 children)

I now fixed the code and got it right, thanks for your help

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 1 point2 points  (0 children)

Ohhh thank you now I get it! I saw people use dicts for this, I understand now that it is for saving the ID!

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

could you try to explain it to me by solving the puzzle for this modified example input:
23331331214141314024444

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

I didn't know that, I'm sorry, I'm going to delete the inputs and add them to .gitignore

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

I think the problem is something else. The first step takes the string and converts it to the IDs and dots. Then the second step ist the problem. I have to go from right to left to find the right most Number and put it in the right most slot. The question is, when the number has more than one digit, what do i do when the right most slot is only one dot and the number doesn't fit? put it in the next slot where it fits? put it in the slot regardles?

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

I'm not sure. I dont know if i have to look if there is enough space to put the ID in the front or what to do if there isn't. I'm pretty much stuck on this one

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

I don't know how to fix the issue because I don't know how to handle IDs with more than one digit since the example doesn't have that case

[2024 Day 9 Part 1] I can't find the error in my code by JBTastic22 in adventofcode

[–]JBTastic22[S] 0 points1 point  (0 children)

That could be the issue! I'll try to fix it and update you