Added vanilla biome key to biome context

This commit is contained in:
OakLoaf
2025-06-19 20:49:57 +01:00
parent 7a041d8a63
commit 78162eaafe
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.dfsek.terra.bukkit.world;
import com.dfsek.terra.api.properties.Properties;
import org.bukkit.NamespacedKey;
public record BukkitBiomeInfo(NamespacedKey vanillaBiomeKey) implements Properties {}