Feature: Sun Spirit
Jaryt opened this issue ยท 0 comments
- Reference code for disabling eternal day:
if (p_77659_1_ instanceof ServerWorld) { ServerWorld world = (ServerWorld) p_77659_1_; MinecraftServer server = world.getServer(); for (ServerWorld serverworld : server.getAllLevels()) { IEternalDay.get(serverworld).ifPresent(eternalDay -> eternalDay.setEternalDay(false)); } }
- Rework the model so its actually more retextureable.