mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Mark "fix-1_21-placement-rotation" as unsupported option
Properly fixed with client code and would only cause issues when enabled
This commit is contained in:
parent
913ec2c9ce
commit
2c45810f4f
@ -30,6 +30,7 @@ public class ViaFabricPlusVLViaConfig extends VLViaConfig {
|
||||
super(configFile, logger);
|
||||
|
||||
UNSUPPORTED.add("simulate-pt");
|
||||
UNSUPPORTED.add("fix-1_21-placement-rotation");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -37,4 +38,9 @@ public class ViaFabricPlusVLViaConfig extends VLViaConfig {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean fix1_21PlacementRotation() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user