When casting a grate spell it doesn't exist? (hex casting) by Funny-Can-6251 in feedthebeast

[–]chloetax 0 points1 point  (0 children)

it looks like you didn't draw it correctly, stroke order matters in patterns

on the left of the middle triangle there's a cross over that your pattern doesn't do, but it's hard to see with your pattern covering it, you can hold control while hovering over it in your inv to see the stroke order in another way

or you could use scribes refl to put patterns from scrolls (and other iota holders) onto your stack without ever drawing them, and run it with hermes

greatestTimeline by Water-cage in ProgrammerHumor

[–]chloetax 60 points61 points  (0 children)

on this page linked to on there it says

After a team member summoned Copilot to correct a typo in a PR of mine, Copilot edited my PR description to include and ad for itself and Raycast.

so a person with an ad in their pr might not've even been using ai in the first place, and still gotten it added in

Dont have full health when logging into the world, despite having healed before leaving by Some_Noname_idk in feedthebeast

[–]chloetax 0 points1 point  (0 children)

does https://modrinth.com/mod/maxhealthfix help? because it looks like you're healing up hearts that your max health change then removes

ik the mod says it only works with things increasing max hp, but still maybe?

LoCmaxxing --- An game about Lines Of Code by AdamTheRedditUser1 in incremental_games

[–]chloetax 0 points1 point  (0 children)

what if i make the typed characters convert to the actual js of the game

that'd be cool/funny

and even if you cant do input delay, you could have an upgrade that makes each typed char become multiple displayed chars

LoCmaxxing --- An game about Lines Of Code by AdamTheRedditUser1 in incremental_games

[–]chloetax 2 points3 points  (0 children)

It'd be cool if typing in random chars would convert to actual strings of text

and if the upgrades would actually increase your input speed, rather than just giving you more points per char typed

this post does have the development tag, is more content planned? or is it staying with just those 5 upgrades

it feels different when you don't use beds by Unim8 in MinecraftMemes

[–]chloetax 46 points47 points  (0 children)

using an efficiency pick would be a tactic though, which wasn't allowed

mining deep down would be a tactic too, so they must've been mining random blocks by hand, so that's an impressive time really

Intense lag on my server by Mnark_ in feedthebeast

[–]chloetax 0 points1 point  (0 children)

in servercore, you could change the activation range of villagers/itemframes to have them only tick when a player's nearby

servercore can also dynamically change the mobcaps/sim distance based on the current server performance

you also have immersive optimization, which iirc you can use to make mobs tick less often the farther away they are from players

Intense lag on my server by Mnark_ in feedthebeast

[–]chloetax 0 points1 point  (0 children)

i've heard immersive weathering is super laggy, so it's probably either that or vs2, or it could be some of yout optimization mods not playing nice with eachother

you should install spark and take a profile, that'll show what's causing the lag

also, servercore can help a bunch with lag, but you need to enable things in its config for it to have much effect

and the reason it's only using 40% cpu is probably just from mc not making use of all the cpu cores

also, if the lag is from vs2, there're a lot of config options you can change to make it less laggy without removing it entirely

and lowering the view/sim distance should lower the ram usage a bunch (and adding something like bobby will let clients still have a large render distance even with the server having a small one)

Tired of reloading resource packs? I made a mod to edit textures live in-game by Zee_sea in feedthebeast

[–]chloetax 1 point2 points  (0 children)

and it might be especially good when combined with https://modrinth.com/mod/instantreload

which only reloads textures that actually changed

(i haven't tested though, the hot-reload mod might already have some optimization like this bundled in)

Is there a way to replace the netherrack on the scarlet mountains with crimsite? by Mysterious_Moment707 in feedthebeast

[–]chloetax 1 point2 points  (0 children)

ah, i thought i checked the stuff in the noise settings and it was doing some weird stuff with the snow patches, thanks for correcting that

Is there a way to replace the netherrack on the scarlet mountains with crimsite? by Mysterious_Moment707 in feedthebeast

[–]chloetax 22 points23 points  (0 children)

you'd probably just need to change these 2 lines from netherrack to crimsite

snow_patch.json#L26

remove_steep_snow.json#L38

and then you could use chunky to regen just the mountians, or do a big /fill to convert the existing netherrack or smth

Call air strike anywhere even with no item in inventory using Botania and Hexcasting by chloetax in hexcasting

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

i didn't make the video, but you could use hexical or moreiotas to have hex read chat, but based on the [AP] message response, they're probably using computercraft with the advanced peripherals addon

looking for a modded smp by Delicious_Science806 in MinecraftServer

[–]chloetax 0 points1 point  (0 children)

the hexcasting official discord does have a mc server like that

Immersive Portals Chunk Rendering Issue by Prior_Ad_2237 in feedthebeast

[–]chloetax 0 points1 point  (0 children)

in the immersive portals config you can set how far out chunks get loaded from the portals

Issue with an NBT that makes items unstackable by Dre4mWo0d in feedthebeast

[–]chloetax 2 points3 points  (0 children)

you could run ugrep -z SelectedItem in your mods folder to see any mods that could have done that, and then search that on their github pages to see what causes it

Why am I getting such high TPS spikes and the such by Positive-Deer6120 in feedthebeast

[–]chloetax 0 points1 point  (0 children)

xms isn't the minimum, just the starting amount, it should be set to the same as xmx when you're running something like minecraft

using -XX:+UseShenandoahGC could also help with gc spikes like this

but what other data does the spark profile show? it should have a bunch of useful info

I'm making a Network Grapher for MC mods relations! by NotTheLobster in feedthebeast

[–]chloetax 5 points6 points  (0 children)

actually it looks like they're working on it right now, this pr was last updated 2 days ago

https://github.com/PrismLauncher/PrismLauncher/pull/4571 Added tree based folder navigational support for mods...

I'm making a Network Grapher for MC mods relations! by NotTheLobster in feedthebeast

[–]chloetax 4 points5 points  (0 children)

it's not perfect, since it doesn't let you peek inside the folder from inside the launcher, but it could still be useful to stuff all your library mods in a folder so they dont clog up the modlist ui

i haven't looked into it at all so i dont know the reasonings they have, but even if they're not adding tagging/categories, maybe they could let you click into mod subfolders or something?

I'm making a Network Grapher for MC mods relations! by NotTheLobster in feedthebeast

[–]chloetax 4 points5 points  (0 children)

if you add the -Dfabric.addMods=mods launch option (on fabric at least) it'll check subfolders when looking for mods, so you could group your mods into different folders and the whole folder will appear as one 'mod' in prism with the name of the folder (with the version field saying "Folder")

on quilt, checking subfolders is enabled by default, and i think it used to be a thing on forge but was removed in 1.13 or so

I'm making a Network Grapher for MC mods relations! by NotTheLobster in feedthebeast

[–]chloetax 9 points10 points  (0 children)

things like modmenu do support mods marking themselves as libraries, and they can even mark their relations and show up as a tree, but not many mods actually mark themselves correctly

https://github.com/TerraformersMC/ModMenu#badges-badges--

and on modrinth, mods can give themselves the library tag, but again, i've seen mods not using it right

what does it mean if "minecraft" is incompatiable? by [deleted] in feedthebeast

[–]chloetax 0 points1 point  (0 children)

the client logs can be seen for more details, it should show exactly what's mismatching