Skip to content

Commit 9d564e1

Browse files
committed
Removed shader
1 parent efd21d8 commit 9d564e1

3 files changed

Lines changed: 1 addition & 163 deletions

File tree

src/main/java/dev/propulsionteam/propulsionsimulated/content/thruster/MeshedThrusterFlameUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
public class MeshedThrusterFlameUtils {
2929

30-
public static final ResourceLocation THRUSTER_FLAME_SHADER = CreatePropulsion.loc("thruster_flame");
30+
public static final ResourceLocation THRUSTER_FLAME_SHADER = ResourceLocation.fromNamespaceAndPath("aeronautics", "burner_flame");
3131
private static final float FLAME_SIZE = 2f;
3232
private static final float BLOCK_PIXEL = 1f / 16f;
3333
private static final float FLAME_PIXEL = BLOCK_PIXEL / FLAME_SIZE;

src/main/resources/assets/createpropulsion/pinwheel/shaders/program/thruster_flame.fsh

Lines changed: 0 additions & 144 deletions
This file was deleted.

src/main/resources/assets/createpropulsion/pinwheel/shaders/program/thruster_flame.vsh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)