Fix nether biome id

This commit is contained in:
KennyTV 2020-06-04 09:32:46 +02:00
parent ee86b109b2
commit eec16eb5bb
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -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;
}
}