#Crash when rotating a Building

1 messages · Page 1 of 1 (latest)

hidden warrenBOT
#

@tardy bronze uploaded a log, Hello Developers, I have detected a crash when using your Mod.
Apparently when you try to rotate a building that was copy pasted it crashes instantaneously.
Here is the report,

If you could help I would greatly appreciate it.
For now, the mod won't be used until I have find a conclusion of the situation.
Thank you.

  • Fabric 0.15.7 on 1.20.1

Recommendations:

  • Unless you know what you're doing, modifying your JVM args could have unintended side effects. It's best to use the defaults.
civic monolith
#

@tardy bronze
The crash is related to "Minecraft Transit Railway"

Axiom tries to get metadata of mtr:rail but can't get the metadata

tardy bronze
civic monolith
#

don't use Axiom to try copy/move mtr:rail blocks

#

Moulb could look into it, but it's a very unique use case, where a block doesn't have "direction metadata"

it uses that to figure out what way the rail (in this case) is meant to face

#

and apparently MTR devs decided that such metadata isn't important

tardy bronze
civic monolith
#

Cannot get property class_2753{name=facing, clazz=class net.minecraft.class_2350, values=[north, south, west, east]} as it does not exist in Block{mtr:rail}

#

it's trynna get properties of a mtr:rail

#

It could be that MTR is interfering with something else, which is affecting Axiom

#

if it's outright not working even on a purely vanilla build, then mtr is doing something to mess with Axiom

tardy bronze
tardy bronze
#

I rotated it the other two though so Its almost working

civic monolith
#

not much you can do then, other than ditch MTR..

at least until the Devs of that mod implement a fix that doesn't involve breaking certain things or whatever..

Or if Moulb decides to make some workaround, if similar situations were to happen with other mods

tardy bronze