Did some mask wand asset stuff.
This commit is contained in:
parent
6918e887fe
commit
b3f9bce4c4
3 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,8 @@
|
|||
"item.dimdoors.dimensional_eraser": "Dimensional Eraser",
|
||||
"item.dimdoors.dimensional_eraser.desc": "Erases entities",
|
||||
"item.dimdoors.monolith_spawner": "Monolith Spawner",
|
||||
"item.dimdoors.mask_wand": "Mask Wand",
|
||||
|
||||
|
||||
"dimdoors.virtualTarget.dimdoors.available_link": "Random",
|
||||
"dimdoors.virtualTarget.dimdoors.escape": "Escape",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "dimdoors:item/mask_wand"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/dimdoors/textures/item/mask_wand.png
Normal file
BIN
src/main/resources/assets/dimdoors/textures/item/mask_wand.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 B |
Loading…
Reference in a new issue