edit spirit lang and fuck you apace
This commit is contained in:
@@ -41,6 +41,7 @@ dependencies {
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
modImplementation "com.github.apace100:origins-fabric:${project.origins_version}"
|
||||
modImplementation "com.github.apace100:apoli:${project.apoli_version}"
|
||||
modApi("com.github.Virtuoel:Pehkui:${pehkui_version}", {
|
||||
exclude group: "net.fabricmc.fabric-api"
|
||||
})
|
||||
|
||||
@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G
|
||||
# Fabric Properties
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.10
|
||||
loader_version=0.14.24
|
||||
loader_version=0.15.6
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.20.1-0.0.1-PR
|
||||
@@ -12,7 +12,8 @@ maven_group=dev.arcmods
|
||||
archives_base_name=TerraOriginum
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.90.7+1.20.1
|
||||
fabric_version=0.91.0+1.20.1
|
||||
modmenu_version=7.2.2
|
||||
pehkui_version=3.7.8
|
||||
origins_version=0dfec42
|
||||
origins_version=v1.10.0
|
||||
apoli_version=2.9.0
|
||||
|
||||
@@ -19,5 +19,21 @@
|
||||
"power.terraoriginum.demon-powers/stained.name": "Stained",
|
||||
"power.terraoriginum.demon-powers/stained.description": "A demon is stained in the blood of it's victims",
|
||||
"power.terraoriginum.demon-powers/rigid.name": "",
|
||||
"power.terraoriginum.demon-powers/regid.description": "A demon's body is exceptionally well built, allowing it to take a bit more punishment than usual before perishing"
|
||||
"power.terraoriginum.demon-powers/regid.description": "A demon's body is exceptionally well built, allowing it to take a bit more punishment than usual before perishing",
|
||||
|
||||
//-----Spirit-----//
|
||||
"origin.terraoriginum.spirit.name": "Spirit",
|
||||
"origin.terraoriginum.spirit.description": "A ghostly creature which has not been build for any specific purpoes (Gotta figure this one out)",
|
||||
"power.terraoriginum.spirit-powers/ectoplasm.name": "Ectoplasm",
|
||||
"power.terraoriginum.spirit-powers/ectoplasm.description": "Ectoplasm is the life essence of any ghostly creature, without it, they will slowly start to die.",
|
||||
"power.terraoriginum.spirit-powers/nightvis.name": "Night Vision",
|
||||
"power.terraoriginum.spirit-powers/nightvis.description": "A ghost likes the darkness, so they're able to see in the dark.",
|
||||
"power.terraoriginum.spirit-powers/phasing1.name": "Phasing",
|
||||
"power.terraoriginum.spirit-powers/phasing1.description": "Ghosts have the ability to phase through blocks, this is because they are incorporeal. toggleable",
|
||||
"power.terraoriginum.spirit-powers/undead.name": "Undead",
|
||||
"power.terraoriginum.spirit-powers/undead.description": "Spirits are undead, meaning that health and poison potion effects are swapped and you cannot drown.",
|
||||
"power.terraoriginum.spirit-powers/ectodiff.name": "Luminophobia",
|
||||
"power.terraoriginum.spirit-powers/ectodiff.description": "Light gradually decreases the amount of ectoplasm that you have, which causes you to take damage or die if it becomes too low.",
|
||||
"power.terraoriginum.spirit-powers/skin.name": "Translucent skin",
|
||||
"power.terraoriginum.spirit-powers/skin.description": "Your skin is slightly translucent, allowing others to see through you."
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"type": "origins:action_over_time",
|
||||
"hidden": true,
|
||||
"interval": 20,
|
||||
"entity_action": {
|
||||
"type": "origins:if_else_list",
|
||||
@@ -9,7 +10,7 @@
|
||||
"type": "origins:resource",
|
||||
"resource": "terraoriginum:spirit-powers/ectoplasm",
|
||||
"comparison": "<",
|
||||
"compare_to": 26
|
||||
"compare_to": 13
|
||||
},
|
||||
"action": {
|
||||
"type": "origins:damage",
|
||||
|
||||
Reference in New Issue
Block a user