id is back to being final

This commit is contained in:
jglrxavpok 2020-09-23 22:34:12 +02:00
parent 7ad2cd89c2
commit 988f2c1b46
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@ public class Biome {
@Builder.Default
private TemperatureModifier temperature_modifier = TemperatureModifier.NONE;
// allows mixins to remap ID if necessary
public int getId() {
return id;
}
public NBTCompound toNbt() {
NBTCompound nbt = new NBTCompound();
nbt.setString("name", name.toString());