Add a unique texture for the Spell
This commit is contained in:
parent
e431ddb057
commit
2f262b9cf4
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
**1.1.1**
|
||||
* Add a unique texture for the Spell
|
||||
|
||||
**1.1**
|
||||
* API is now stable
|
||||
* Fix ```/spell``` suggestions
|
||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||
loader_version = 0.7.8+build.186
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1
|
||||
mod_version = 1.1.1
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = sorcerycraft
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "minecraft:item/paper"
|
||||
"layer0": "sorcerycraft:item/spell"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/sorcerycraft/textures/item/spell.png
Normal file
BIN
src/main/resources/assets/sorcerycraft/textures/item/spell.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -13,7 +13,7 @@
|
||||
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"icon": "assets/sorcerycraft/textures/block/casting_table.png",
|
||||
"icon": "assets/sorcerycraft/textures/item/spell.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
|
Reference in New Issue
Block a user