Sounds
This commit is contained in:
parent
74992a7f68
commit
62698e8bf5
24 changed files with 64 additions and 30 deletions
|
@ -33,10 +33,10 @@ import ru.betterend.util.MHelper;
|
|||
|
||||
@Mixin(WorldRenderer.class)
|
||||
public class WorldRendererMixin {
|
||||
private static final Identifier NEBULA_1 = BetterEnd.getIdentifier("textures/sky/nebula_2.png");
|
||||
private static final Identifier NEBULA_2 = BetterEnd.getIdentifier("textures/sky/nebula_3.png");
|
||||
private static final Identifier HORIZON = BetterEnd.getIdentifier("textures/sky/nebula_1.png");
|
||||
private static final Identifier FOG = BetterEnd.getIdentifier("textures/sky/fog.png");
|
||||
private static final Identifier NEBULA_1 = BetterEnd.makeID("textures/sky/nebula_2.png");
|
||||
private static final Identifier NEBULA_2 = BetterEnd.makeID("textures/sky/nebula_3.png");
|
||||
private static final Identifier HORIZON = BetterEnd.makeID("textures/sky/nebula_1.png");
|
||||
private static final Identifier FOG = BetterEnd.makeID("textures/sky/fog.png");
|
||||
|
||||
private static VertexBuffer stars1;
|
||||
private static VertexBuffer stars2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue