Update Mappings Add API Docs
This commit is contained in:
parent
516d7909f1
commit
963900a65d
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
**1.0.12**
|
||||||
|
* Update Mappings
|
||||||
|
* Add API Docs
|
||||||
|
|
||||||
**1.0.11**
|
**1.0.11**
|
||||||
* Allow Spells to Affect Blocks
|
* Allow Spells to Affect Blocks
|
||||||
* Add Cooling Spell
|
* Add Cooling Spell
|
||||||
|
@ -122,6 +122,7 @@ This removes the specified spell from the item in the player's main hand.
|
|||||||
@Override
|
@Override
|
||||||
public ItemStack getItemCost() {
|
public ItemStack getItemCost() {
|
||||||
// Return the item(s) required to make ExampleSpell in a Casting Table
|
// Return the item(s) required to make ExampleSpell in a Casting Table
|
||||||
|
// Return ItemStack.EMPTY if an item is not required
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -6,11 +6,11 @@ org.gradle.jvmargs = -Xmx1G
|
|||||||
minecraft_version = 20w10a
|
minecraft_version = 20w10a
|
||||||
curseforge_id = 365308
|
curseforge_id = 365308
|
||||||
simple_minecraft_version = 1.16-Snapshot
|
simple_minecraft_version = 1.16-Snapshot
|
||||||
yarn_mappings = 20w10a+build.7
|
yarn_mappings = 20w10a+build.12
|
||||||
loader_version = 0.7.8+build.186
|
loader_version = 0.7.8+build.186
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.11
|
mod_version = 1.0.12
|
||||||
maven_group = com.thebrokenrail
|
maven_group = com.thebrokenrail
|
||||||
archives_base_name = sorcerycraft
|
archives_base_name = sorcerycraft
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user