diff options
| author | Technus <daniel112092@gmail.com> | 2017-08-16 17:12:13 +0200 |
|---|---|---|
| committer | Technus <daniel112092@gmail.com> | 2017-08-16 17:12:13 +0200 |
| commit | bebee56cc3602a80d72c9129d26663e7ab776ae5 (patch) | |
| tree | aadc3479448f35f02d4a2ae723c39b84c6fd4b89 /src/main/resources/assets/tectech/textures/blocks | |
| parent | 1a568090274504e7247c425af47a0490ebc396e6 (diff) | |
| download | GT5-Unofficial-bebee56cc3602a80d72c9129d26663e7ab776ae5.tar.gz GT5-Unofficial-bebee56cc3602a80d72c9129d26663e7ab776ae5.tar.bz2 GT5-Unofficial-bebee56cc3602a80d72c9129d26663e7ab776ae5.zip | |
Add quantum stuff block, recipe adder methods x2 and some more research multiblock code to go with it
Diffstat (limited to 'src/main/resources/assets/tectech/textures/blocks')
| -rw-r--r-- | src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png | bin | 0 -> 228 bytes | |||
| -rw-r--r-- | src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png.mcmeta | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png Binary files differnew file mode 100644 index 0000000000..d03659020c --- /dev/null +++ b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png diff --git a/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png.mcmeta b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png.mcmeta new file mode 100644 index 0000000000..60af678259 --- /dev/null +++ b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":4 + } +}
\ No newline at end of file |
