summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/tinkersdefense/blockstates
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2017-06-30 00:31:52 -0500
committerLance5057 <Lance5057@gmail.com>2017-06-30 00:31:52 -0500
commit18e5d45b4d530cc60e59d78cc436877a152b567c (patch)
tree7c81ead0d846063f6f66599854b4078ca6932358 /src/main/resources/assets/tinkersdefense/blockstates
parentc757aeb7db1ff0c08ae7f3277ccb2620d5b55600 (diff)
Added new metal fluids.
Added special interaction for: Vile Fluid - Changes various mobs to alternative forms. Vibrant Fluid - Grows grass on dirt blocks.
Diffstat (limited to 'src/main/resources/assets/tinkersdefense/blockstates')
-rw-r--r--src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json134
-rw-r--r--src/main/resources/assets/tinkersdefense/blockstates/metalblock.json7
2 files changed, 141 insertions, 0 deletions
diff --git a/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json b/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json
new file mode 100644
index 0000000..a6a3b4e
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/blockstates/fluid_block.json
@@ -0,0 +1,134 @@
+{
+ "forge_marker": 1,
+ "defaults": {
+ "model": "forge:fluid"
+ },
+ "variants": {
+ "aeonsteel_fluid": [
+ {
+ "custom": {
+ "fluid": "aeonsteel_fluid"
+ }
+ }
+ ],
+ "queensgold_fluid": [
+ {
+ "custom": {
+ "fluid": "queensgold_fluid"
+ }
+ }
+ ],
+ "dogbearium_fluid": [
+ {
+ "custom": {
+ "fluid": "dogbearium_fluid"
+ }
+ }
+ ],
+ "vile_fluid": [
+ {
+ "custom": {
+ "fluid": "vile_fluid"
+ }
+ }
+ ],
+ "redcandy_fluid": [
+ {
+ "custom": {
+ "fluid": "redcandy_fluid"
+ }
+ }
+ ],
+ "greencandy_fluid": [
+ {
+ "custom": {
+ "fluid": "greencandy_fluid"
+ }
+ }
+ ],
+ "sinisterium_fluid": [
+ {
+ "custom": {
+ "fluid": "sinisterium_fluid"
+ }
+ }
+ ],
+ "nihilite_fluid": [
+ {
+ "custom": {
+ "fluid": "nihilite_fluid"
+ }
+ }
+ ],
+ "vibrant_fluid": [
+ {
+ "custom": {
+ "fluid": "vibrant_fluid"
+ }
+ }
+ ],
+ "orichalcum_fluid": [
+ {
+ "custom": {
+ "fluid": "orichalcum_fluid"
+ }
+ }
+ ],
+ "pandorium_fluid": [
+ {
+ "custom": {
+ "fluid": "pandorium_fluid"
+ }
+ }
+ ],
+ "chorusjuice_fluid": [
+ {
+ "custom": {
+ "fluid": "chorusjuice_fluid"
+ }
+ }
+ ],
+ "dragonsbreath_fluid": [
+ {
+ "custom": {
+ "fluid": "dragonsbreath_fluid"
+ }
+ }
+ ],
+ "rosegold_fluid": [
+ {
+ "custom": {
+ "fluid": "rosegold_fluid"
+ }
+ }
+ ],
+ "platinum_fluid": [
+ {
+ "custom": {
+ "fluid": "platinum_fluid"
+ }
+ }
+ ],
+ "brass_fluid": [
+ {
+ "custom": {
+ "fluid": "brass_fluid"
+ }
+ }
+ ],
+ "silver_fluid": [
+ {
+ "custom": {
+ "fluid": "silver_fluid"
+ }
+ }
+ ],
+ "cheese_fluid": [
+ {
+ "custom": {
+ "fluid": "cheese_fluid"
+ }
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json b/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json
new file mode 100644
index 0000000..cc02bb0
--- /dev/null
+++ b/src/main/resources/assets/tinkersdefense/blockstates/metalblock.json
@@ -0,0 +1,7 @@
+{
+ "variants": {
+ "type=aeonsteel": { "model":"tinkersdefense:blocks/aeonsteelblock" },
+ "type=queensgold": { "model":"tutorial:block_properties_black" }
+ "type=dogbearium": { "model":"tutorial:block_properties_black" }
+ }
+} \ No newline at end of file