Matti Ruohonen
Matti Ruohonen
Do you know if this was also an issue in 1.12.2? Or did something change in one of the mods since then so that it only now started happening?
Okay it looks like I had the ME terminal slots blacklisted back in 1.12.2, but due to all the changes in the later LiteLoader and then Fabric versions, (which the...
AFAIK this should not affect the 1.12.2 version which is on CurseForge, ie. 0.12.0, it only affects the later versions based on the largely rewritten codebase in the LiteLoader branch...
*no-log-no-help*. In other words please pastebin the crash log (or the `.minecraft/logs/latest.log` file) , otherwise nobody can have any idea what might be wrong.
@Fruggu That crash would suggest you are probably using malilib for 1.19 while you are in 1.19.1. (Unfortunately the crash log does not include the full mod file names, which...
I would classify this as "not exactly intended but just works like it due to the implementation". Basically overlapping sub-regions (and similarly also overlapped loaded placements) are just problematic. The...
What type of server is it? If it's a Spigot or Paper based server, it might have anti-cheat which prevents clicking on air blocks, which is how the Easy Place...
Only the 1.12.2 version currently has the improved Easy Place code which has an option to only click on existing adjacent blocks. So you can't disable that behavior in the...
Oh yeah I had forgotten that I think the Easy Place mode currently uses a reach distance of 6 instead of the normal 4.5 that vanilla uses. I should make...
Oh yeah if it's checking the x coordinate of the hit vector, then it can be "out of reach" in many cases, especially with blocks that have a rotation, because...