mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
Added vanilla biome key to biome context
This commit is contained in:
@@ -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 {}
|
||||
Reference in New Issue
Block a user