Fixed missing and wrong positioned names

This commit is contained in:
Robert Sosnitzka
2016-07-16 12:52:46 +02:00
parent 615d8a4714
commit 83621749ab
2 changed files with 30 additions and 17 deletions

View File

@@ -0,0 +1,29 @@
{
"forge_marker": 1,
"defaults": {
"model": "forge:fluid"
},
"variants": {
"arcanite": [
{
"custom": {
"fluid": "arcanite"
}
}
],
"titanite": [
{
"custom": {
"fluid": "titanite"
}
}
],
"dyonite": [
{
"custom": {
"fluid": "dyonite"
}
}
]
}
}