Utility resource fix

This commit is contained in:
paulevsGitch 2020-09-26 17:09:01 +03:00
parent 83590857e4
commit 044d3c2062
68 changed files with 260 additions and 258 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 }
"axis=y": { "model": "betterend:block/%name%_log" },
"axis=z": { "model": "betterend:block/%name%_log", "x": 90 },
"axis=x": { "model": "betterend:block/%name%_log", "x": 90, "y": 90 }
}
}