I hereby claim:
- I am darkmorford on github.
- I am smorford (https://keybase.io/smorford) on keybase.
- I have a public key ASBzmrwYj1-jF5gzxZEskqTWubAtZ8eDAJkjCyp45Bpj4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [minecraft@LrrTwitchChat ~]$ ./block-entity-finder-x86_64-unknown-linux-musl ./mc-instances/mc-58310ada0d540/world 0 | |
| Chunk (15, 12): 845 block entities | |
| 1: blockPoweredSpawnerTileEntity at (246, 236, 201) | |
| 2: Hopper at (243, 7, 202) | |
| 3: tconstruct.smeltery_component at (247, 7, 202) | |
| 4: LightTileEntity at (241, 61, 196) | |
| 5: tconstruct.smeltery_component at (245, 7, 202) | |
| 6: tconstruct.smeltery_component at (246, 7, 202) | |
| 7: appliedenergistics2:controller at (244, 34, 199) | |
| 8: Hopper at (249, 7, 202) |
| #include <kos.h> | |
| #include <plx/matrix.h> | |
| #include <plx/prim.h> | |
| // Initialize KOS | |
| KOS_INIT_FLAGS(INIT_DEFAULT); | |
| // Global variables | |
| bool exitProgram = false; |
| #include <kos.h> | |
| #include <GL/gl.h> | |
| #include <GL/glu.h> | |
| #include <GL/glut.h> | |
| bool exitProgram = false; | |
| GLfloat rotation = 0; |