Add a unique texture for the Spell
This commit is contained in:
parent
e431ddb057
commit
2f262b9cf4
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
**1.1.1**
|
||||||
|
* Add a unique texture for the Spell
|
||||||
|
|
||||||
**1.1**
|
**1.1**
|
||||||
* API is now stable
|
* API is now stable
|
||||||
* Fix ```/spell``` suggestions
|
* Fix ```/spell``` suggestions
|
||||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
|||||||
loader_version = 0.7.8+build.186
|
loader_version = 0.7.8+build.186
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.1
|
mod_version = 1.1.1
|
||||||
maven_group = com.thebrokenrail
|
maven_group = com.thebrokenrail
|
||||||
archives_base_name = sorcerycraft
|
archives_base_name = sorcerycraft
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"parent": "item/generated",
|
"parent": "item/generated",
|
||||||
"textures": {
|
"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"
|
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/issues"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"icon": "assets/sorcerycraft/textures/block/casting_table.png",
|
"icon": "assets/sorcerycraft/textures/item/spell.png",
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"main": [
|
"main": [
|
||||||
|
Reference in New Issue
Block a user