forked from daedalus4096/ThaumicWonders
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inspiration & madness engine remodeled
- Loading branch information
1 parent
c15d3ff
commit a552e53
Showing
19 changed files
with
1,997 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ build.xml | |
Icon? | ||
ehthumbs.db | ||
Thumbs.db | ||
gradle.properties | ||
#gradle stuff | ||
/.gradle | ||
/build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
src/main/resources/assets/thaumicwonders/blockstates/inspiration_engine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "thaumicwonders:inspiration_engine", | ||
"transform": "forge:default-block" | ||
}, | ||
"model": "thaumicwonders:inspiration_engine.obj", | ||
"transform": "forge:default-block", | ||
"textures": {"#material_all": "thaumicwonders:blocks/inspiration_engine"} | ||
}, | ||
"variants": { | ||
"normal": [{}], "inventory": [{}] | ||
"normal": [{}], "inventory": [{}], | ||
"facing=north": {"model": "thaumicwonders:inspiration_engine.obj"}, | ||
"facing=south": {"model": "thaumicwonders:inspiration_engine.obj","y": 180}, | ||
"facing=east": {"model": "thaumicwonders:inspiration_engine.obj","y": 90}, | ||
"facing=west": {"model": "thaumicwonders:inspiration_engine.obj","y": 270} | ||
} | ||
} | ||
} |
15 changes: 10 additions & 5 deletions
15
src/main/resources/assets/thaumicwonders/blockstates/madness_engine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "thaumicwonders:madness_engine", | ||
"transform": "forge:default-block" | ||
}, | ||
"model": "thaumicwonders:madness_engine.obj", | ||
"transform": "forge:default-block", | ||
"textures": {"#material_all": "thaumicwonders:blocks/madness_engine"} | ||
}, | ||
"variants": { | ||
"normal": [{}], "inventory": [{}] | ||
"normal": [{}], "inventory": [{}], | ||
"facing=north": {"model": "thaumicwonders:madness_engine.obj"}, | ||
"facing=south": {"model": "thaumicwonders:madness_engine.obj","y": 180}, | ||
"facing=east": {"model": "thaumicwonders:madness_engine.obj","y": 90}, | ||
"facing=west": {"model": "thaumicwonders:madness_engine.obj","y": 270} | ||
} | ||
} | ||
} |
164 changes: 0 additions & 164 deletions
164
src/main/resources/assets/thaumicwonders/models/block/inspiration_engine.json
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/main/resources/assets/thaumicwonders/models/block/inspiration_engine.mtl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Made in Blockbench 4.10.4 | ||
newmtl material_all | ||
map_Kd thaumicwonders:blcoks/inspiration_engine | ||
newmtl none |
Oops, something went wrong.