Compare commits
2 Commits
3d12817b9a
...
e9c074f037
Author | SHA1 | Date |
---|---|---|
Herobane | e9c074f037 | 1 year ago |
Herobane | b16c35b4c5 | 1 year ago |
@ -1,4 +1,7 @@
|
||||
{
|
||||
"item.learning.ruby": "Ruby",
|
||||
"item.learning.sapphire": "Sapphire"
|
||||
"item.learning.sapphire": "Sapphire",
|
||||
|
||||
"item.learning.ruby_sword": "Ruby Sword",
|
||||
"item.learning.sapphire_sword": "Sapphire Sword"
|
||||
}
|
@ -1,4 +1,7 @@
|
||||
{
|
||||
"item.learning.ruby": "Rubis",
|
||||
"item.learning.sapphire": "Saphir"
|
||||
"item.learning.sapphire": "Saphir",
|
||||
|
||||
"item.learning.ruby_sword": "Epee de Rubis",
|
||||
"item.learning.sapphire_sword": "Epee de Saphir"
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "learning:item/ruby_sword"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "learning:item/sapphire_sword"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 808 B |
Binary file not shown.
After Width: | Height: | Size: 816 B |
Loading…
Reference in New Issue