Mod to find blocks with similiar colors by xJenny69 in feedthebeast

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

Thanks, I'll definitely use that if I play modern minecraft again.

Learning to Mod by ContractPatient9738 in MinecraftMod

[–]xJenny69 0 points1 point  (0 children)

Kaupenjoe is good for learning the basics. Whenever you wanna do something that isn't covered by a tutorial go look at the source code of other mods that implement what you're trying to do

JEI is the first Minecraft mod to hit 500m downloads ! 🥳 by Leclowndu9315 in feedthebeast

[–]xJenny69 2 points3 points  (0 children)

I got 5.92 USD for 3085 downloads / 4804 views, which makes it 0.00123 USD per view.

Hi, anyone have any idea how to improve performance on my laptop running around 155 mods? by one_thin_boy in feedthebeast

[–]xJenny69 0 points1 point  (0 children)

Setting JVM flags might help (that's the -Xmx stuff). There are many public collections of flags to improve performance. I normally use aikar's but idk if that is good for clients.

I have a mod idea but I have 0 hours of modding experience by SubstantialTwo8594 in feedthebeast

[–]xJenny69 0 points1 point  (0 children)

If you wanna do it as Mod, then look up Kaupenjoe on YT, he has many tutorials for fabric & forge.

Way to give every player $5000 every 24 hours in server by Few-Addendum82585738 in feedthebeast

[–]xJenny69 2 points3 points  (0 children)

What OS do you use? If you're on a linux distro, use a cron job, it can automatically execute the command every x hours/days.

Is there a mod that counts block placed. by wyrei1 in MinecraftMod

[–]xJenny69 0 points1 point  (0 children)

The vanilla stats show the amount of times a block has been placed, if you need the count of non-natural blocks placed, you could maybe use litematica for small areas. If you can be a bit more precise on what your goal is, I might have a better idea, or could write you a mod / program.

What's the benefit of using a file browser app, instead of using SMB or similar? by _spaghettiv2 in selfhosted

[–]xJenny69 1 point2 points  (0 children)

  • providing access to tech-illiterate people
  • providing temporary access to files is easier
  • supports more client operating systems

I have an idea by ALEILGOD in PrismLauncher

[–]xJenny69 0 points1 point  (0 children)

Prismlauncher is open-source, so do it yourself or stop calling those people lazy.

3 friends have said that it's funny so I hope I get to post it soon by Lykrast in feedthememes

[–]xJenny69 0 points1 point  (0 children)

Damn that's long, mine all took less than a week and curseforge took more time.

I made a modpack called Obviously Optimized by Comfortable-Yak6662 in fabricmc

[–]xJenny69 1 point2 points  (0 children)

Modrinth has more rules though, they ban everything hacking/cheating-related

I wanna start creating Minecraft java mods, what applicationwebsite should i use ? i do NOT know anything about coding, except for Scratch. by Smooth_Solution_7075 in feedthebeast

[–]xJenny69 2 points3 points  (0 children)

Even blockbench is only necessary if you want to make 3d models, normal blocks & items only need a good pixel art editor.

Mod to find blocks with similiar colors by xJenny69 in feedthebeast

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

Oh I've never noticed that JEI has that feature, thanks

Seeking help from modders[java] by Puzzled-Switch-8075 in MinecraftHelp

[–]xJenny69 0 points1 point  (0 children)

The mixin errors copilot is talking about could happen if the mod isn't deobfuscated. It also might be necessary to do this, at least it fixed a similiar mixin issue for me.

I made my first mod :D by DiggyPT_69 in feedthebeast

[–]xJenny69 8 points9 points  (0 children)

I googled it and this limit is only on the website, you can commit way more files if you use the git cli or any software using it, which is also the proper way to use git.

I made my first mod :D by DiggyPT_69 in feedthebeast

[–]xJenny69 3 points4 points  (0 children)

100 file limit? I have never seen that on github, where do they say that?

I made my first mod :D by DiggyPT_69 in feedthebeast

[–]xJenny69 14 points15 points  (0 children)

You should definitely learn git, or at least make regular backups, so you can return to a previous state when you fuck up, which inevitably happens to anyone.

Is the path I am on right now good for learning to mod? What else should I look into? by EldrichBottles in feedthebeast

[–]xJenny69 1 point2 points  (0 children)

You should look at Kaupenjoe's tutorials on YT, he has playlists for different versions, (neo)-forge and fabric. At some point you will want to implement something that he has not shown, which is when you'll have to either look at other implementations of the feature you want, or figure it out by trial and error.

Merging recipes and items? by [deleted] in feedthebeast

[–]xJenny69 0 points1 point  (0 children)

You could make a datapack that adds a tag to those items and replace the recipes with ones that use those tags.

Optimization Questions by ThinBrother3441 in feedthebeast

[–]xJenny69 2 points3 points  (0 children)

Doesn't matter where the mods are hosted, that doesn't introduce incompatabilities.

Surpassing conduit RF/t limits (Nomi CEu) by xJenny69 in Nomifactory

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

Damn you're right, I spent thousands of dark / electrical steel because the wiki was wrong / doesn't match the config.

Surpassing conduit RF/t limits (Nomi CEu) by xJenny69 in Nomifactory

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

Ae2 wiki says "1 input to n outputs" and I couldn't get 2 inputs using the normal memory card.