diff --git a/gradle.properties b/gradle.properties index 833beae..c067723 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.14.9 fabric_version=0.90.4+1.20.1 # Mod Properties - mod_version = 1.0.9-1.20.x-CE + mod_version = 1.0.10-1.20.x-CE maven_group = com.aspects archives_base_name = aspects diff --git a/src/main/resources/data/aspects/powers/invisibility.json b/src/main/resources/data/aspects/powers/invisibility.json index 994a89a..8e2d18d 100644 --- a/src/main/resources/data/aspects/powers/invisibility.json +++ b/src/main/resources/data/aspects/powers/invisibility.json @@ -1,6 +1,6 @@ { "type": "origins:invisibility", - "render_armor": false, + "render_armor": true, "condition": { "type": "origins:power_active", "power": "aspects:luna_primary" diff --git a/src/main/resources/data/aspects/powers/perditio/luna/invisibility.json b/src/main/resources/data/aspects/powers/perditio/luna/invisibility.json index dccef92..12e6258 100644 --- a/src/main/resources/data/aspects/powers/perditio/luna/invisibility.json +++ b/src/main/resources/data/aspects/powers/perditio/luna/invisibility.json @@ -1,6 +1,6 @@ { "type": "origins:invisibility", - "render_armor": false, + "render_armor": true, "condition": { "type": "origins:power_active", "power": "aspects:perditio/luna/luna_primary"