Add license to kami tesselator

This commit is contained in:
Dominika 2020-05-14 22:03:09 -04:00 committed by GitHub
parent 846dda9e4a
commit 33d097dfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@ import net.minecraft.util.math.BlockPos;
import static org.lwjgl.opengl.GL11.*;
/**
* Created by 086 on 9/07/2017.
* THE FOLLOWING CODE IS LICENSED UNDER MIT, AS PER the fr1kin/forgehax license
* You can view the original code here:
*
* https://github.com/fr1kin/ForgeHax/blob/master/src/main/java/com/matt/forgehax/util/tesselation/GeometryTessellator.java
*
* Some is created by 086 on 9/07/2017.
* Updated by dominikaaaa on 18/02/20
*/
public class KamiTessellator extends Tessellator {