did ma thang
This commit is contained in:
@@ -3,11 +3,15 @@
|
|||||||
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 [Lazul1ne](https://github.com/lazuline) and perseus_fallen on Discord for help with fixing issues. :)
|
Thank you to [Lazul1ne](https://github.com/lazuline) and perseus_fallen on Discord for help with fixing issues. :)
|
||||||
|
|
||||||
|
## Celestia team information
|
||||||
|
|
||||||
|
This is a fork of Aspects meant for use with Terra Originum. I'm not here to fix issues related to the base mod, just to fix issues brought up from usage with Terra Originum, however, I might fix issues related to the base mod when I'm bored enough.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [Fabric Api](https://www.curseforge.com/minecraft/mc-mods/fabric-api)
|
- [Fabric Api](https://www.curseforge.com/minecraft/mc-mods/fabric-api)
|
||||||
- [Origins](https://www.curseforge.com/minecraft/mc-mods/origins)
|
- [Origins](https://www.curseforge.com/minecraft/mc-mods/origins)
|
||||||
- [Origins Extra Keybinds](https://www.curseforge.com/minecraft/mc-mods/origins-extra-keybinds)
|
- [Origins Extra Keybinds](https://www.curseforge.com/minecraft/mc-mods/origins-extra-keybinds) (**NOTE**) this is not necessary when in use alongside [Terra Originum](https://modrinth.com/mod/terra-originum)
|
||||||
|
|
||||||
## Further Support
|
## Further Support
|
||||||
[https://discord.gg/p533EcFTSx](https://discord.gg/p533EcFTSx)
|
[https://discord.gg/p533EcFTSx](https://discord.gg/p533EcFTSx)
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx6G
|
org.gradle.jvmargs=-Xmx6G
|
||||||
org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
|
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
@@ -11,7 +10,7 @@ loader_version=0.14.9
|
|||||||
fabric_version=0.90.4+1.20.1
|
fabric_version=0.90.4+1.20.1
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.9-1.20.x
|
mod_version = 1.0.9-1.20.x-CE
|
||||||
maven_group = com.aspects
|
maven_group = com.aspects
|
||||||
archives_base_name = aspects
|
archives_base_name = aspects
|
||||||
|
|
||||||
|
|||||||
@@ -12,5 +12,6 @@ public class AspectsMixin {
|
|||||||
@Inject(at = @At("HEAD"), method = "init()V")
|
@Inject(at = @At("HEAD"), method = "init()V")
|
||||||
private void init(CallbackInfo info) {
|
private void init(CallbackInfo info) {
|
||||||
Aspects.LOGGER.info("Hello from Aspects! :D");
|
Aspects.LOGGER.info("Hello from Aspects! :D");
|
||||||
|
Aspects.LOGGER.info("and hello from the Celestia team, too");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
"bar_index":2,
|
"bar_index":2,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Lightning Bolt",
|
"name":"Lightning Bolt",
|
||||||
"description":"When pressing the [Ternary] key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
"description":"When pressing the [Quaternary] key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,8 +51,8 @@
|
|||||||
"bar_index":3
|
"bar_index":3
|
||||||
|
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 700,
|
"cooldown": 700,
|
||||||
"name":"Raging Gales",
|
"name":"Raging Gales",
|
||||||
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others with your [Quaternary] key."
|
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -30,9 +30,9 @@
|
|||||||
"bar_index":5,
|
"bar_index":5,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Freeze Focus",
|
"name":"Freeze Focus",
|
||||||
"description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
|
"description":"When pressing the [Quaternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,9 +34,9 @@
|
|||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Icy Aura",
|
"name":"Icy Aura",
|
||||||
"description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
"description":"With your [Quinary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"bar_index":8,
|
"bar_index":8,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Poison Cloud",
|
"name":"Poison Cloud",
|
||||||
"description":"As your primary ability, you can spawn a poison cloud around you with your [Ternary] key."
|
"description":"As your primary ability, you can spawn a poison cloud around you with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
"bar_index":8
|
"bar_index":8
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Friendly Assistance",
|
"name":"Friendly Assistance",
|
||||||
"description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
|
"description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"bar_index":8,
|
"bar_index":8,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Poison Cloud",
|
"name":"Poison Cloud",
|
||||||
"description":"As your primary ability, you can spawn a poison cloud around you with your [Ternary] key."
|
"description":"As your primary ability, you can spawn a poison cloud around you with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
"bar_index":8
|
"bar_index":8
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Friendly Assistance",
|
"name":"Friendly Assistance",
|
||||||
"description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quaternary] key."
|
"description":"As your secondary ability, you can spawn in a temporary (20 second lifespan) Iron Golem to help you fight off enemies with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -30,9 +30,9 @@
|
|||||||
"bar_index":5,
|
"bar_index":5,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Freeze Focus",
|
"name":"Freeze Focus",
|
||||||
"description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
|
"description":"When pressing the [Quaternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,9 +34,9 @@
|
|||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Icy Aura",
|
"name":"Icy Aura",
|
||||||
"description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
"description":"With your [Quinary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"inverted":true
|
"inverted":true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Ignition",
|
"name":"Ignition",
|
||||||
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff with your [Ternary] key."
|
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
"bar_index":15
|
"bar_index":15
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 900,
|
"cooldown": 900,
|
||||||
"name":"Ring of Fire",
|
"name":"Ring of Fire",
|
||||||
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quaternary] key."
|
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
"type": "origins:toggle",
|
"type": "origins:toggle",
|
||||||
"active_by_default": false,
|
"active_by_default": false,
|
||||||
"key": {
|
"key": {
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"continuous": false
|
"continuous": false
|
||||||
},
|
},
|
||||||
"retain_state": false,
|
"retain_state": false,
|
||||||
"name":"Invisibility",
|
"name":"Invisibility",
|
||||||
"description":"As your primary ability, you can toggle invisibility with your [Ternary] key."
|
"description":"As your primary ability, you can toggle invisibility with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
"bar_index":9
|
"bar_index":9
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Dark Shroud",
|
"name":"Dark Shroud",
|
||||||
"description":"With your secondary ability, you can disperse a shroud of wither with your [Quaternary] key."
|
"description":"With your secondary ability, you can disperse a shroud of wither with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -17,10 +17,10 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"key": "key.origins.ternary_active",
|
"key": "key.origins.quaternary_active",
|
||||||
"cooldown": 800,
|
"cooldown": 800,
|
||||||
"name":"Molten Fists",
|
"name":"Molten Fists",
|
||||||
"description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
|
"description":"As your primary ability, you can grant yourself an amplified strength effect with the [Quaternary] key. / Strength 3 for 400 ticks",
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"inverted":true,
|
"inverted":true,
|
||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
|||||||
@@ -17,10 +17,10 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 1400,
|
"cooldown": 1400,
|
||||||
"name":"Magmaskin",
|
"name":"Magmaskin",
|
||||||
"description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
|
"description":"With your secondary ability [Quinary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"inverted":true,
|
"inverted":true,
|
||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"bar_index":10,
|
"bar_index":10,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Solar Revealing",
|
"name":"Solar Revealing",
|
||||||
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability [Ternary] key. What an eyesore."
|
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability [Quaternary] key. What an eyesore."
|
||||||
}
|
}
|
||||||
@@ -52,8 +52,8 @@
|
|||||||
"bar_index":20
|
"bar_index":20
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Icarus",
|
"name":"Icarus",
|
||||||
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire with your [Quaternary] key. They shouldn't have strayed so close to the sun!"
|
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire with your [Quinary] key. They shouldn't have strayed so close to the sun!"
|
||||||
}
|
}
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
"type": "origins:toggle",
|
"type": "origins:toggle",
|
||||||
"active_by_default": false,
|
"active_by_default": false,
|
||||||
"key": {
|
"key": {
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"continuous": false
|
"continuous": false
|
||||||
},
|
},
|
||||||
"retain_state": false,
|
"retain_state": false,
|
||||||
"name":"Invisibility",
|
"name":"Invisibility",
|
||||||
"description":"As your primary ability, you can toggle invisibility with your [Ternary] key."
|
"description":"As your primary ability, you can toggle invisibility with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
"bar_index":9
|
"bar_index":9
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Dark Shroud",
|
"name":"Dark Shroud",
|
||||||
"description":"With your secondary ability, you can disperse a shroud of wither with your [Quaternary] key."
|
"description":"With your secondary ability, you can disperse a shroud of wither with your [quinary] key."
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"inverted":true
|
"inverted":true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Ignition",
|
"name":"Ignition",
|
||||||
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff with your [Ternary] key."
|
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff with your [Quaternary] key."
|
||||||
}
|
}
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
"bar_index":15
|
"bar_index":15
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 900,
|
"cooldown": 900,
|
||||||
"name":"Ring of Fire",
|
"name":"Ring of Fire",
|
||||||
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quaternary] key."
|
"description":"As your secondary ability, you can light entities around you on fire for a few seconds with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -17,10 +17,10 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"key": "key.origins.ternary_active",
|
"key": "key.origins.quaternary_active",
|
||||||
"cooldown": 800,
|
"cooldown": 800,
|
||||||
"name":"Molten Fists",
|
"name":"Molten Fists",
|
||||||
"description":"As your primary ability, you can grant yourself an amplified strength effect with the [Ternary] key. / Strength 3 for 400 ticks",
|
"description":"As your primary ability, you can grant yourself an amplified strength effect with the [Quaternary] key. / Strength 3 for 400 ticks",
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"inverted":true,
|
"inverted":true,
|
||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_02.png",
|
||||||
|
|||||||
@@ -17,10 +17,10 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 1400,
|
"cooldown": 1400,
|
||||||
"name":"Magmaskin",
|
"name":"Magmaskin",
|
||||||
"description":"With your secondary ability [Quaternary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
|
"description":"With your secondary ability [Quinary] key, you may grant yourself a highly amplified resistance effect. / Resistance 3 for 700 ticks",
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"inverted":true,
|
"inverted":true,
|
||||||
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
"sprite_location":"origins:textures/gui/community/huang/resource_bar_01.png",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
"bar_index":10,
|
"bar_index":10,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Solar Revealing",
|
"name":"Solar Revealing",
|
||||||
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability [Ternary] key. What an eyesore."
|
"description":"All entities within a 40 block radius of you will be highlighted with your primary ability [Quaternary] key. What an eyesore."
|
||||||
}
|
}
|
||||||
@@ -52,8 +52,8 @@
|
|||||||
"bar_index":20
|
"bar_index":20
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"key": "key.origins.quaternary_active"
|
"key": "key.origins.quinary_active"
|
||||||
},
|
},
|
||||||
"name":"Icarus",
|
"name":"Icarus",
|
||||||
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire with your [Quaternary] key. They shouldn't have strayed so close to the sun!"
|
"description":"Send all surrounding enemies multiple blocks into the air, and then light them on fire with your [Quinary] key. They shouldn't have strayed so close to the sun!"
|
||||||
}
|
}
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
"bar_index":2,
|
"bar_index":2,
|
||||||
"inverted":true
|
"inverted":true
|
||||||
},
|
},
|
||||||
"key":"key.origins.ternary_active",
|
"key":"key.origins.quaternary_active",
|
||||||
"name":"Lightning Bolt",
|
"name":"Lightning Bolt",
|
||||||
"description":"When pressing the [Ternary] key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
"description":"When pressing the [Quaternary] key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,8 +51,8 @@
|
|||||||
"bar_index":3
|
"bar_index":3
|
||||||
|
|
||||||
},
|
},
|
||||||
"key": "key.origins.quaternary_active",
|
"key": "key.origins.quinary_active",
|
||||||
"cooldown": 400,
|
"cooldown": 400,
|
||||||
"name":"Raging Gales",
|
"name":"Raging Gales",
|
||||||
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others with your [Quaternary] key."
|
"description":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others with your [Quinary] key."
|
||||||
}
|
}
|
||||||
@@ -3,15 +3,16 @@
|
|||||||
"id": "aspects",
|
"id": "aspects",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "Aspects",
|
"name": "Aspects - Celestia Edition",
|
||||||
"description": "An element-based Origins addon for the Fabric modloader.",
|
"description": "An element-based Origins addon altered for the Celestia SMP modpack.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Fishplex"
|
"Fishplex (original creator)",
|
||||||
|
"Gæmer"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://github.com/Fishplex/Aspects",
|
"homepage": "https://github.com/BigSmithy/Aspects-Celestia-Compat",
|
||||||
"sources": "https://github.com/Fishplex/Aspects",
|
"sources": "https://github.com/BigSmithy/Aspects-Celestia-Compat",
|
||||||
"issues": "https://github.com/Fishplex/Aspects/issues"
|
"issues": "https://github.com/BigSmithy/Aspects-Celestia-Compat/issues"
|
||||||
},
|
},
|
||||||
|
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
@@ -34,6 +35,10 @@
|
|||||||
"java": ">=17",
|
"java": ">=17",
|
||||||
"extrakeybinds":"*",
|
"extrakeybinds":"*",
|
||||||
"origins": ">=1.10.0"
|
"origins": ">=1.10.0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"suggests": {
|
||||||
|
"terraoriginum": "*"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user