mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-17 02:01:59 +01:00
Fix nether biome id
This commit is contained in:
parent
ee86b109b2
commit
eec16eb5bb
@ -154,7 +154,7 @@ public class BlockItemPackets1_16 extends nl.matsv.viabackwards.api.rewriters.It
|
||||
case 171:
|
||||
case 172:
|
||||
case 173:
|
||||
chunk.getBiomeData()[i] = 9;
|
||||
chunk.getBiomeData()[i] = 8;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user