mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-09 08:28:30 +00:00
Fix rotation for stairs metadata (range:8-15)
This commit is contained in:
parent
7659884e73
commit
fb2e949711
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
||||||
case 180:
|
case 180:
|
||||||
data = wrap(data, 0);
|
data = wrap(data, 0);
|
||||||
data = wrap(data, 4);
|
data = wrap(data, 4);
|
||||||
|
data = wrap(data, 8);
|
||||||
|
data = wrap(data, 16);
|
||||||
return data;
|
return data;
|
||||||
|
|
||||||
case 26:
|
case 26:
|
||||||
|
|
Loading…
Reference in a new issue