1.0.12
SorceryCraft/pipeline/head This commit looks good Details

Update Mappings
Add API Docs
This commit is contained in:
TheBrokenRail 2020-03-08 11:34:47 -04:00
parent 516d7909f1
commit 963900a65d
6 changed files with 79 additions and 74 deletions

View File

@ -1,5 +1,9 @@
### Changelog
**1.0.12**
* Update Mappings
* Add API Docs
**1.0.11**
* Allow Spells to Affect Blocks
* Add Cooling Spell

View File

@ -122,6 +122,7 @@ This removes the specified spell from the item in the player's main hand.
@Override
public ItemStack getItemCost() {
// Return the item(s) required to make ExampleSpell in a Casting Table
// Return ItemStack.EMPTY if an item is not required
}
@Override

View File

@ -6,11 +6,11 @@ org.gradle.jvmargs = -Xmx1G
minecraft_version = 20w10a
curseforge_id = 365308
simple_minecraft_version = 1.16-Snapshot
yarn_mappings = 20w10a+build.7
yarn_mappings = 20w10a+build.12
loader_version = 0.7.8+build.186
# Mod Properties
mod_version = 1.0.11
mod_version = 1.0.12
maven_group = com.thebrokenrail
archives_base_name = sorcerycraft