1.1.1
SorceryCraft/pipeline/head This commit looks good Details

Add a unique texture for the Spell
This commit is contained in:
TheBrokenRail 2020-03-08 17:50:44 -04:00
parent e431ddb057
commit 2f262b9cf4
5 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "minecraft:item/paper" "layer0": "sorcerycraft:item/spell"
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -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": [