Several botania items, most notably mana spreaders, fail to function when in claimed chunks.
LuveelVoom opened this issue ยท 11 comments
Hi,
I've been playing the Valhelsia 6 modpack (6.2.2) and encountered an issue: Botania mana spreaders (and other blocks relating to mana bursts) fail to function in claimed chunks. I eventually isolated the issue down to this mod and botania, and a developer of botania confirmed
that the issue is not on their end.
I would greatly appreciate a fix; while this issue does not make botania unuseable, it makes me unable to forceload the chunks that it's in and leaves my setup vulnerable to attack by other players. Thanks ๐
It's not something that needs to be fixed as it is not a bug. You need to add a "block access" exception for the mana spreader's projectile entity in order to let it land on blocks. You can either make a global forced exception or create a group, all in the main config file. Similar global exceptions are already configured there for arrows, eggs, tridents, if you're looking for an example.
Thanks! Do you know what config file this is in and what exception I have to add to the file to make it work? I found a reddit post that claimed to have a solution but it didn't seem to work for me.
Part of the issue is that inside a claim, it wont create the mana burst entity. this is when the mana spreader is located inside the claim itself. If it is outside it blocks the interaction as the mod intends.
@ChickenDestroyer I have specifically tested the mana spreader in the past and there was no issue like this. I don't even know which protection type would cause that. It was only preventing the entity from landing, which is intended behavior, unless an exception is added.
@ChickenDestroyer I have specifically tested the mana spreader in the past and there was no issue like this. I don't even know which protection type would cause that. It was only preventing the entity from landing, which is intended behavior, unless an exception is added.
Gotcha. I can make a new issue if it helps, with video on it, if desired.
I know that toggling claim protection in the settings allows bursts to be made, but with claim protection enabled, it wont even generate a burst from the mana spreader block itself. Unless this has something to do with owner of the entity or the block generating the entity inside a claim.
If I recall from another post, mana burst extend off of the generic thrown property, but I may be mistaken. I know the mana blaster (player held and fired spreader) works as intended for all instances that I have seen, pointing to the fact that it links to the creator of the burst.
There is no such thing as protection against entity generation, except for the mob spawn protection, which does not affect projectiles. Please create a new issue and a video would be very helpful.
@LuveelVoom @ChickenDestroyer
this fixes the issue of botania not working in claimed chunks, if only it was by default that it was allowed
@DomezTheDragon That's exactly what my first reply tells them to try.
We are playing with a new modpack which doesn't use OPAC, this is no longer an issue
@thexaero your first reply doesn't tell them exactly what entity and what location it needs to be added to, and it's rather tricky due to the configs being so dense, my screenshot just adds some more clarity to what you said, because i know plenty of people who wouldn't be able to figure out what to do with a vague reply that doesn't say exactly what or where
@DomezTheDragon I did tell them the location by telling them about existing exceptions. They would find them very quickly. I'm not here to lookup entity ids for people.