aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tectech
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-08-16 17:12:13 +0200
committerTechnus <daniel112092@gmail.com>2017-08-19 11:05:14 +0200
commit655fde447950c738b916d50d7c4307749afd36b1 (patch)
treefbd77d245517971b99dce87ebe75a9c704af792d /src/main/resources/assets/tectech
parent966b1fb62e73c50cda748e8cb8ca9ce1ba7122f2 (diff)
downloadGT5-Unofficial-655fde447950c738b916d50d7c4307749afd36b1.tar.gz
GT5-Unofficial-655fde447950c738b916d50d7c4307749afd36b1.tar.bz2
GT5-Unofficial-655fde447950c738b916d50d7c4307749afd36b1.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')
-rw-r--r--src/main/resources/assets/tectech/lang/en_US.lang1
-rw-r--r--src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.pngbin0 -> 228 bytes
-rw-r--r--src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png.mcmeta5
3 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang
index 10aebd7391..e272e43eaa 100644
--- a/src/main/resources/assets/tectech/lang/en_US.lang
+++ b/src/main/resources/assets/tectech/lang/en_US.lang
@@ -1,5 +1,6 @@
itemGroup.TecTech=TecTech Interdimensional
tile.quantumGlass.name=Quantum Glass
+tile.quantumStuff.name=Quantum Stuff
item.em.debugContainer.name=Debug EM Container
item.em.debugBuilder.name=Multiblock Machine Blueprint
item.em.parametrizerMemoryCard.name=Parametrizer Memory Card
diff --git a/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png
new file mode 100644
index 0000000000..d03659020c
--- /dev/null
+++ b/src/main/resources/assets/tectech/textures/blocks/blockQuantumStuff.png
Binary files differ
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