Improved Functional Array Template (#1736)
This gives the Functional Array template a 32x32 output render rather than the previous 16x16. The Alchemy Table's output texture was removed to make room. That template was tweaked to use the soulforge's output texture (which is/was identical) The dark box was moved to that position (where there was now room) and enlarged. The Functional Array template had almost all elements shifted for proper allignment. The new texture was used. The 'crafting method' item (Arcane Ash) was shifted under the arrow to make room. The scale of the rendered output texture was doubled from 0.03125 to 0.0625.
This commit is contained in:
parent
7a354e4381
commit
7b0aa17632
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.6 KiB |
|
@ -22,7 +22,19 @@
|
|||
"v": 154,
|
||||
"texture_width": 128,
|
||||
"texture_height": 256,
|
||||
"width": 112,
|
||||
"width": 62,
|
||||
"height": 43
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
|
||||
"x": 65,
|
||||
"y": 4,
|
||||
"u": 44,
|
||||
"v": 111,
|
||||
"texture_width": 128,
|
||||
"texture_height": 256,
|
||||
"width": 49,
|
||||
"height": 43
|
||||
},
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{
|
||||
"type": "image",
|
||||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
|
||||
"x": 11,
|
||||
"x": 3,
|
||||
"y": 4,
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
|
@ -22,32 +22,32 @@
|
|||
{
|
||||
"type": "image",
|
||||
"image": "bloodmagic:textures/gui/patchouli_book/crafting.png",
|
||||
"x": 82,
|
||||
"y": 18,
|
||||
"u": 99,
|
||||
"v": 14,
|
||||
"x": 71,
|
||||
"y": 9,
|
||||
"u": 62,
|
||||
"v": 154,
|
||||
"texture_width": 128,
|
||||
"texture_height": 256,
|
||||
"width": 24,
|
||||
"height": 24
|
||||
"width": 40,
|
||||
"height": 40
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": "#baseinput",
|
||||
"x": 28,
|
||||
"x": 20,
|
||||
"y": 22
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": "#addedinput",
|
||||
"x": 63,
|
||||
"x": 55,
|
||||
"y": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": "bloodmagic:arcaneashes",
|
||||
"x": 85,
|
||||
"y": 40
|
||||
"x": 55,
|
||||
"y": 35
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
@ -57,15 +57,15 @@
|
|||
{
|
||||
"type": "image",
|
||||
"image": "bloodmagic:textures/models/alchemyarrays/#image#",
|
||||
"x": 85,
|
||||
"y": 22,
|
||||
"x": 75,
|
||||
"y": 14,
|
||||
"u": 0,
|
||||
"v": 0,
|
||||
"texture_width": 512,
|
||||
"texture_height": 512,
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"scale": 0.03125
|
||||
"scale": 0.0625
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue