diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_colored.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_colored.vsh index 08465ea..cecd4fa 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_colored.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_colored.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_dynamic.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_dynamic.vsh index bb7e580..089135a 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_dynamic.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_dynamic.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_glint.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_glint.vsh index 566b1ea..ffd462c 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_glint.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_glint.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_leash.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_leash.vsh index e6bd24f..0570e71 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_leash.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_leash.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_lightmap_colored.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_lightmap_colored.vsh index 1a2808c..2ecca85 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_lightmap_colored.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_entity_lightmap_colored.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_lines.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_lines.vsh index 9dce47a..d7e28a8 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_lines.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_lines.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position.vsh index ef6ab80..000faf2 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_color.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_color.vsh index 5ac322e..0ef3e87 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_color.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_color.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_tex_color.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_tex_color.vsh index d6742e0..0c89c80 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_tex_color.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_position_tex_color.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 #moj_import diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text.vsh index 3112f59..08b066c 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 in vec3 Position; diff --git a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text_see_through.vsh b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text_see_through.vsh index 75bbab4..6417abd 100644 --- a/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text_see_through.vsh +++ b/OrthographicShaderRP/assets/minecraft/shaders/core/main/rendertype_text_see_through.vsh @@ -1,3 +1,8 @@ +/* + * Created by Onnowhere (https://github.com/onnowhere) + * Orthographic core vertex shader + */ + #version 150 in vec3 Position;