I develop infrastructure (mostly software) to automatically run integration tests on linux systems. Also the developer of the Compact Machines Minecraft Mod
@Direwolf20 inspired me to do a quick and easy (or not) mod to convert crafting patterns between mods. Would have been useful a few weeks ago, huh?
Enjoy:
https://t.co/tPgQRpP2j0
@kroesermc Both excellent suggestions. Here's a screenshot of the current state of the mod.
A lever decides between a recipe in a crafting interface.
I've selected the "read redstone boolean" variable, which causes the involved path to be highlighted.
Also: search works.
My Integrated Dynamics networks by @kroesermc were getting out of hand. Currently experimenting with various ways of visualizing my networks. This one I like the most so far.
@kroesermc Oh, and I totally forgot. Adventurous people can fetch the experimental, pre-alpha (but rarely crashing) version from github packages or from CI build artifacts. Larger networks might struggle though.
https://t.co/P0vPj25uzv
@kroesermc Something I rarely do. Here's the current, uncleaned and dirty, work in progress code: https://t.co/Fez4alsLsC
Only tested in dev environments with only a handful of the available network parts.
@kroesermc Worked a bit on optimizing and settling the graphs. Down to about 2000 iterations until a mildly complex graph is settled. Tried my best to avoid crossing edges without too much impact on performance.
Also improved variable tooltips significantly. They are actually useful now.
Quick question. Is showing the class signatures of mods that are "All rights Reserved" fine? Should I disable that tab on those mods? Or Do I let the user confirm in an extra step that he's looking at stuff the authors probably don't want him to look at?
Send help.
Preview release of WhoDoesThat is now available on CurseForge: https://t.co/BkTHCZJHsc
Examples of the generated reports can be found on github: https://t.co/GxKqBcdeeR
Bonsai Trees is now available for 1.20.1!
This includes some fancy things like better bonsai lighting and performance improvements. I've also tried to create a Patchouli book for the first time. Let me know what you think - should I add more tree information and facts?
@kroesermc Very nice work! This got me back into Minecraft, honestly. I've been currying all the JavaScript recently. Also started working on my outdated mods again.
Thank you very much!
Web Dev in 2023 is just great.
`$ npx nuxi@latest init do-some-magic && cd do-some-magic`
`$ find -type d | wc -l` -> 2288 directories
`$ find -type f | wc -l` -> 13332 files
`$ du -sh .` -> 190M
How did we get to this mess? I didn't even write a print Hello World yet.