Skip to content

Commit c61e6c1

Browse files
committed
Fixed grammar errors
1 parent 98c663b commit c61e6c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minecraft Shader Programming
22

3-
This repository contains information and tutorials on how to write custom shaders for Minecraft use the Optifine mod. The tutorials start at the "Introduction" folder and then the "Tutorial N - ABCD" folders contain information on how to add a certain effect to your shader. The "Introduction" folder is not a shader pack, but the "Tutorial N - ABCD" is. For these tutorials the only requirement is a basic knowledge of graphics programming (you need to know everything up to the concept of rendering to a texture), although I plan to add another tutorial that explains all the basics in detail.
3+
This repository contains information and tutorials on how to write custom shaders for Minecraft using the Optifine mod. The tutorials start at the "Tutorial 0 - Introduction" folder and then the "Tutorial N - ABCD" folders contain information on how to add a certain effect to your shader. The "Tutorial 0 - Introduction" folder is not a shader pack, but the other tutorial folders are. For these tutorials the only requirement is a basic knowledge of graphics programming (you need to know everything up to the concept of rendering to a texture), although I plan to add another tutorial that explains all the basics in detail.
44

55
I originally created this project because when I was learning how to write Minecraft shaders, there was little to no information I could find on how to write them. These set of tutorials aims to get rid of that issue for those who want to learn how to write a Minecraft shader.
66

@@ -10,7 +10,7 @@ If you want to contribute your own tutorial, create a pull request. One of my en
1010

1111
First make sure you have Optifine installed and find your `shaderpacks` folder.
1212

13-
If you have `git` installed, first move every shader in your `shaderpacks` folder to a temporary directory, so you can clone this repo into your `shaderpacks` folder and move everything back in.
13+
If you have `git` installed, first move every shader in your `shaderpacks` folder to a temporary directory, so you can clone this repository into your `shaderpacks` folder and move everything back in.
1414

1515
If you do not have `git` installed, download this repo and move it's files into your `shaderpacks` folder.
1616

@@ -23,4 +23,4 @@ If you do not have `git` installed, download this repo and move it's files into
2323

2424
For questions and concerns regarding this tutorial, please contact me at:
2525

26-
- Discrd: fuzdex#1811
26+
- Discord: fuzdex#1811

0 commit comments

Comments
 (0)