Default ID fix, renames

This commit is contained in:
paulevsGitch 2020-09-26 16:51:12 +03:00
parent 720103bd45
commit e1f88b453a
88 changed files with 482 additions and 561 deletions

View file

@ -1,7 +1,7 @@
{
"variants": {
"axis=y": { "model": "betternether:block/%name%_log" },
"axis=z": { "model": "betternether:block/%name%_log", "x": 90 },
"axis=x": { "model": "betternether:block/%name%_log", "x": 90, "y": 90 }
}
"variants": {
"axis=y": { "model": "betternether:block/%name%_log" },
"axis=z": { "model": "betternether:block/%name%_log", "x": 90 },
"axis=x": { "model": "betternether:block/%name%_log", "x": 90, "y": 90 }
}
}