mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-04 09:14:59 +01:00
One line optimization
- Actually init vanilla visuals
This commit is contained in:
parent
f471edc5f4
commit
b5066e36cf
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ import com.jozufozu.flywheel.lib.material.CutoutShaders;
|
||||||
import com.jozufozu.flywheel.lib.material.FogShaders;
|
import com.jozufozu.flywheel.lib.material.FogShaders;
|
||||||
import com.jozufozu.flywheel.lib.material.StandardMaterialShaders;
|
import com.jozufozu.flywheel.lib.material.StandardMaterialShaders;
|
||||||
import com.jozufozu.flywheel.lib.util.ShadersModHandler;
|
import com.jozufozu.flywheel.lib.util.ShadersModHandler;
|
||||||
|
import com.jozufozu.flywheel.vanilla.VanillaVisuals;
|
||||||
|
|
||||||
import net.minecraft.resources.ResourceLocation;
|
import net.minecraft.resources.ResourceLocation;
|
||||||
|
|
||||||
|
@ -39,6 +40,8 @@ public class Flywheel {
|
||||||
StandardMaterialShaders.init();
|
StandardMaterialShaders.init();
|
||||||
|
|
||||||
ShaderIndices.init();
|
ShaderIndices.init();
|
||||||
|
|
||||||
|
VanillaVisuals.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void freeze() {
|
public static void freeze() {
|
||||||
|
|
Loading…
Reference in a new issue