Skip to content

KubeJS Dimension

Pearl edited this page Feb 16, 2024 · 3 revisions
// Set phase restriction for the dimensions
void addDimensionRestriction(String phase, ResourceLocation ...dimension);

// Unset phase restriction for the dimensions
void removeDimensionRestriction(String phase, ResourceLocation ...dimension);

Clone this wiki locally