diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-17 01:30:04 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-17 01:30:04 +1000 |
commit | 42667942e02abec9fc412f0a2ed4277f65e3686e (patch) | |
tree | 69bbf0a6e9f4b19aac1692be4c01fc04fced1aed /src/resources/assets | |
parent | c697f665e46f60f18c129bd42061ce5ba1fda01b (diff) | |
download | GT5-Unofficial-42667942e02abec9fc412f0a2ed4277f65e3686e.tar.gz GT5-Unofficial-42667942e02abec9fc412f0a2ed4277f65e3686e.tar.bz2 GT5-Unofficial-42667942e02abec9fc412f0a2ed4277f65e3686e.zip |
+ Added the custom Alveary blocks.
> Still a MASSIVE W.I.P.
- Removed a rare debug rendering occurrence when not in debug mode.
Diffstat (limited to 'src/resources/assets')
-rw-r--r-- | src/resources/assets/forestry/lang/en_US.lang | 17 | ||||
-rw-r--r-- | src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.off.png | bin | 0 -> 3321 bytes | |||
-rw-r--r-- | src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.on.png | bin | 0 -> 3321 bytes | |||
-rw-r--r-- | src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.off.png | bin | 0 -> 3311 bytes | |||
-rw-r--r-- | src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.on.png | bin | 0 -> 3311 bytes |
5 files changed, 17 insertions, 0 deletions
diff --git a/src/resources/assets/forestry/lang/en_US.lang b/src/resources/assets/forestry/lang/en_US.lang new file mode 100644 index 0000000000..3fed279100 --- /dev/null +++ b/src/resources/assets/forestry/lang/en_US.lang @@ -0,0 +1,17 @@ +tile.for.alveary.0.name=Alveary +tile.for.alveary.1.name=Alveary ERROR +tile.for.alveary.2.name=Alveary Frame Housing +tile.for.alveary.3.name=Alveary Mutatron +tile.for.alveary.4.name=Alveary 1 +tile.for.alveary.5.name=Alveary 2 +tile.for.alveary.6.name=Alveary 3 +tile.for.alveary.7.name=Alveary 4 + +advanced.tile.for.alveary.0.name=Alveary +advanced.tile.for.alveary.1.name=Alveary ERROR +advanced.tile.for.alveary.2.name=Alveary Frame Housing +advanced.tile.for.alveary.3.name=Alveary Mutatron +advanced.tile.for.alveary.4.name=Alveary 11 +advanced.tile.for.alveary.5.name=Alveary 22 +advanced.tile.for.alveary.6.name=Alveary 33 +advanced.tile.for.alveary.7.name=Alveary 44
\ No newline at end of file diff --git a/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.off.png b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.off.png Binary files differnew file mode 100644 index 0000000000..1feed9a89a --- /dev/null +++ b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.off.png diff --git a/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.on.png b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.on.png Binary files differnew file mode 100644 index 0000000000..1feed9a89a --- /dev/null +++ b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.framehousing.on.png diff --git a/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.off.png b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.off.png Binary files differnew file mode 100644 index 0000000000..5c8f3ab457 --- /dev/null +++ b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.off.png diff --git a/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.on.png b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.on.png Binary files differnew file mode 100644 index 0000000000..5c8f3ab457 --- /dev/null +++ b/src/resources/assets/forestry/textures/blocks/apiculture/alveary.mutator.on.png |