Merge pull request #8 from Fishplex/main
1.19 + bugfixes release version
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Aspects is an element-based Origins addon, meaning it expands the functions and features of the Origins mod created by Apace100.
|
Aspects is an element-based Origins addon, meaning it expands the functions and features of the Origins mod created by Apace100.
|
||||||
|
Thank you to [AbyssDweller](https://github.com/AbyssDweller) and Perseus#0745 on Discord for help with fixing issues. :)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
|
|||||||
loader_version=0.14.9
|
loader_version=0.14.9
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.8
|
mod_version = 1.0.7
|
||||||
maven_group = com.aspects
|
maven_group = com.aspects
|
||||||
archives_base_name = aspects
|
archives_base_name = aspects
|
||||||
origins_version=v1.6.2
|
origins_version=v1.6.2
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
"tick_rate": 20,
|
"tick_rate": 20,
|
||||||
"name":"Chained",
|
"name":"Chained",
|
||||||
"description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight",
|
"description":"When you aren't exposed to the sky, you become slower in combat. / -0.03 off your attack speed when not exposed to skylight",
|
||||||
"badges": [
|
"badges": [
|
||||||
{
|
{
|
||||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
"sprite": "aspects:textures/gui/badge/cross.png",
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
"type": "origins:modify_xp_gain",
|
"type": "origins:modify_xp_gain",
|
||||||
"modifier": {
|
"modifier": {
|
||||||
"operation": "multiply_base",
|
"operation": "multiply_base",
|
||||||
"value": 2.0
|
"value": 0.2
|
||||||
},
|
},
|
||||||
"name":"Wise",
|
"name":"Wise",
|
||||||
"description":"Anemo is also the aspect of wisdom and knowledge. You gain 2x more experience upon picking up an experience orb. Way to go, smarty pants.",
|
"description":"Anemo is also the aspect of wisdom and knowledge. You gain a bit more experience upon picking up an experience orb. Way to go, smarty pants.",
|
||||||
"badges": [
|
"badges": [
|
||||||
{
|
{
|
||||||
"sprite": "aspects:textures/gui/badge/check.png",
|
"sprite": "aspects:textures/gui/badge/check.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user