mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 01:50:56 +01:00
Basic development
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.xevianlight.aphelion.client.dimension;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.world.phys.Vec3;
|
||||
|
||||
public record OrbitSkyDefinition(
|
||||
ResourceLocation id,
|
||||
Vec3 skyColor
|
||||
|
||||
) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user