finishing ignis powers

This commit is contained in:
missingbinary
2021-12-11 19:54:31 -04:00
parent bf7642ea1c
commit 097bc40b50
93 changed files with 3548 additions and 2768 deletions

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:hot_biomes",
"aspects:ignis_primary",
"aspects:ignis_secondary",
"aspects:secondary_ding"
],
"icon": {
"item": "minecraft:zombie_head"
},
"name": "Ignis",
"description": "Full of energy and power, Ignis types are certainly the life of the party."
}

View File

@@ -1,5 +1,13 @@
{
"type": "origins:fire_immunity",
"type": "origins:modify_damage_taken",
"damage_condition": {
"type": "origins:fire"
},
"modifier": {
"operation": "multiply_total",
"value": -1
},
"name":"Fire Immunity",
"description":"You are immune to fire damage."
}

View File

@@ -0,0 +1,15 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.2
},
"tick_rate": 20,
"condition": {
"type": "origins:on_fire"
},
"name":"Heated Strength",
"description":"Being on fire grants you an attack damage bonus."
}

View File

@@ -0,0 +1,19 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
},
"tick_rate": 20,
"condition": {
"type": "origins:biome",
"condition": {
"type": "origins:temperature",
"comparison": ">=",
"compare_to": 1.0
}
},
"name":"Heat Affinity",
"description":"You get a decent attack boost in hot biomes."
}

View File

@@ -0,0 +1,14 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:set_on_fire",
"duration": 15
},
"cooldown": 300,
"hud_render": {
"should_render": true
},
"name":"Ignition",
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."
}

View File

@@ -0,0 +1,20 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:area_of_effect",
"radius": 32,
"bientity_action": {
"type": "origins:target_action",
"action": {
"type": "origins:set_on_fire",
"duration": 5
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can light entites around you on fire for a few seconds."
}

View File

@@ -0,0 +1,10 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:play_sound",
"sound": "minecraft:item.firecharge.use"
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"hidden":true
}

View File

@@ -1,18 +1,29 @@
{
"type": "origins:action_over_time",
"type": "origins:damage_over_time",
"interval": 20,
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source":{
"name":"hurt_by_water"
},
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">=",
"compare_to": 1
}
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
"damage_source": {
"name": "hurt_by_water",
"unblockable": true,
"bypasses_armor": true
},
"protection_enchantment": "origins:water_protection",
"protection_effectiveness": 1.0,
"condition": {
"type": "origins:or",
"conditions": [
{
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">",
"compare_to": 0.0
},
{
"type": "origins:in_rain"
}
]
},
"name":"Water Damage",
"description":"When you touch water, you receive damage."

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Sat Dec 11 17:01:02 AST 2021
#Sat Dec 11 19:51:49 AST 2021
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
ambient-occlusion-mode=hybrid

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
[17:00:53] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
[17:00:53] [main/INFO] (FabricLoader) Loading 61 mods:
[19:51:41] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
[19:51:41] [main/INFO] (FabricLoader) Loading 61 mods:
- apoli 2.2.0
- aspects ${version}
- calio 1.4.2
@@ -61,13 +61,13 @@
- origins 1.3.0
- playerabilitylib 1.3.0
- reach-entity-attributes 2.1.1
[17:00:53] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
[17:00:54] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
[17:00:54] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
[17:00:54] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
[17:00:58] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zbf000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[17:01:00] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:01:01] [Render thread/ERROR] (Minecraft) Failed to verify authentication
[19:51:41] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
[19:51:41] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/Users/adellanicholson/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.10.7+mixin.0.8.4/7a4ca9d54d9ae564dea0363d668036a8420ed9b8/sponge-mixin-0.10.7+mixin.0.8.4.jar Service=Knot/Fabric Env=CLIENT
[19:51:41] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
[19:51:41] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
[19:51:46] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zni000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[19:51:48] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:51:48] [Render thread/ERROR] (Minecraft) Failed to verify authentication
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
@@ -89,94 +89,93 @@ Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 4
at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
... 13 more
[17:01:01] [Render thread/INFO] (Minecraft) Setting user: Player131
[17:01:01] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
[17:01:01] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
[17:01:01] [Render thread/INFO] (aspects) Hello Fabric world!
[17:01:02] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
[17:01:02] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
[17:01:03] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Events Interaction (v0), Fabric Data Generation API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Containers (v0), Fabric Dimensions API (v1), Fabric Lifecycle Events (v1), Fabric Entity Events (v1), Fabric Object Builder API (v1), Fabric Rendering Fluids (v1), Fabric Content Registries (v0), Origins, Fabric Rendering (v0), Pal, Fabric Models (v0), Fabric Events Lifecycle (v0), Fabric Screen Handler API (v1), Fabric Crash Report Info (v1), Fabric Item API (v1), Fabric Resource Loader (v0), Fabric Loader, Fabric Key Binding API (v1), Fabric Loot Tables (v1), Fabric Structure API (v1), Fabric Networking (v0), Fabric Renderer API (v1), Fabric Game Rule API (v1), Fabric Registry Sync (v0), Fabric Tag Extensions (v0), Apoli, Fabric Renderer - Indigo, Fabric Biome API (v1), Cloth Config v6, Fabric Key Bindings (v0), Fabric API Lookup API (v1), Fabric Rendering (v1), Fabric Screen API (v1), Fabric Particles (v1), Fabric Tool Attribute API (v1), Fabric Mining Level API (v1), Fabric Object Builders (v0), Mod Menu, Fabric Item Groups (v0), Fabric Renderer Registries (v1), Aspects, Fabric Rendering Data Attachment (v1), Fabric Game Test API (v1), Fabric Command API (v1), Fabric Textures (v0), Fabric Mining Levels (v0), Fabric API Base, Fabric API, Fabric Transfer API (v1), Fabric Commands (v0), Calio, Reach Entity Attributes, Fabric Networking API (v1))
[17:01:03] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[17:01:04] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
[17:01:06] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
[17:01:06] [Render thread/INFO] (Minecraft) Sound engine started
[17:01:07] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[17:01:07] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[17:01:08] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[17:01:08] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[17:01:08] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[17:01:08] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[17:01:14] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:01:14] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:01:14] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[17:01:14] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[17:01:14] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[17:01:14] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Origins, Apoli, Fabric Tool Attribute API (v1), Aspects, Fabric Game Test API (v1))
[17:01:14] [Render thread/INFO] (Minecraft) Loaded 7 recipes
[17:01:14] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
[17:01:14] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 99 powers.
[17:01:14] [Render thread/ERROR] (Origins) Origin "aspects:cryodisabled" contained unregistered power: "aspects:frost_walker"
[17:01:14] [Render thread/ERROR] (Origins) Origin "aspects:cryodisabled" contained unregistered power: "aspects:cryo_secondary"
[17:01:14] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:water_breathing"
[17:01:14] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:constitution"
[17:01:14] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:fire_damage"
[17:01:14] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 15 origins.
[17:01:14] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
[17:01:14] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
[17:01:14] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
[17:01:14] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
[17:01:14] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.779 ms
[17:01:16] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:01:16] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
[17:01:16] [Server thread/INFO] (Minecraft) Generating keypair
[17:01:17] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[17:01:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:18] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[17:01:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[17:01:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 35%
[17:01:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 58%
[17:01:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 63%
[17:01:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 88%
[17:01:26] [Render thread/INFO] (Minecraft) Time elapsed: 8776 ms
[17:01:26] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
[17:01:26] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
[17:01:26] [Server thread/INFO] (Minecraft) Player131[local:E:91aab204] logged in with entity id 183 at (-52.458286356428445, 64.0, -78.3884941042894)
[17:01:26] [Server thread/INFO] (Minecraft) Player131 joined the game
[17:01:26] [Render thread/INFO] (Minecraft) Loaded 0 advancements
[17:01:27] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.cod.ambient
[17:01:32] [Render thread/INFO] (Minecraft) Loaded 7 advancements
[17:01:35] [Render thread/WARN] (Minecraft) Unable to play empty soundEvent: minecraft:entity.salmon.ambient
[17:01:38] [Server thread/INFO] (Minecraft) Saving and pausing game...
[17:01:38] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[17:01:38] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[17:01:38] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[17:01:40] [Render thread/INFO] (Minecraft) Stopping!
[17:01:40] [Server thread/INFO] (Minecraft) Player131 lost connection: Disconnected
[17:01:40] [Server thread/INFO] (Minecraft) Player131 left the game
[17:01:40] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
[17:01:40] [Server thread/INFO] (Minecraft) Stopping server
[17:01:40] [Server thread/INFO] (Minecraft) Saving players
[17:01:40] [Server thread/INFO] (Minecraft) Saving worlds
[17:01:40] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[17:01:41] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[17:01:41] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[17:01:41] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
[17:01:41] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[17:01:41] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[17:01:41] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
[19:51:48] [Render thread/INFO] (Minecraft) Setting user: Player600
[19:51:49] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
[19:51:49] [Render thread/INFO] (aspects) Hello Fabric world!
[19:51:49] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
[19:51:49] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
[19:51:49] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
[19:51:51] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric BlockRenderLayer Registration (v1), Fabric Screen API (v1), Mod Menu, Fabric Screen Handler API (v1), Fabric Rendering Data Attachment (v1), Fabric Item Groups (v0), Fabric Loot Tables (v1), Apoli, Fabric Events Interaction (v0), Fabric Models (v0), Fabric Data Generation API (v1), Fabric Key Bindings (v0), Fabric Rendering Fluids (v1), Fabric Command API (v1), Fabric Dimensions API (v1), Fabric Particles (v1), Fabric Transfer API (v1), Fabric Key Binding API (v1), Fabric Networking (v0), Reach Entity Attributes, Fabric Resource Loader (v0), Fabric Containers (v0), Fabric Renderer - Indigo, Fabric Events Lifecycle (v0), Fabric Textures (v0), Fabric Entity Events (v1), Fabric Structure API (v1), Fabric Item API (v1), Aspects, Fabric Rendering (v1), Fabric Tag Extensions (v0), Fabric Commands (v0), Fabric Renderer Registries (v1), Calio, Fabric Loader, Fabric Game Test API (v1), Cloth Config v6, Fabric API, Fabric API Base, Fabric Renderer API (v1), Fabric Registry Sync (v0), Fabric Mining Level API (v1), Fabric Rendering (v0), Origins, Fabric Content Registries (v0), Fabric Networking API (v1), Fabric API Lookup API (v1), Fabric Tool Attribute API (v1), Fabric Object Builder API (v1), Fabric Game Rule API (v1), Fabric Mining Levels (v0), Pal, Fabric Biome API (v1), Fabric Object Builders (v0), Fabric Lifecycle Events (v1), Fabric Crash Report Info (v1))
[19:51:51] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[19:51:51] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
[19:51:54] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
[19:51:54] [Render thread/INFO] (Minecraft) Sound engine started
[19:51:54] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[19:51:54] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[19:51:56] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[19:51:56] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[19:51:56] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[19:51:56] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[19:52:00] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:52:00] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:52:00] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:52:00] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[19:52:00] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[19:52:00] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Apoli, Aspects, Fabric Game Test API (v1), Origins, Fabric Tool Attribute API (v1))
[19:52:01] [Render thread/INFO] (Minecraft) Loaded 7 recipes
[19:52:01] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
[19:52:01] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 104 powers.
[19:52:01] [Render thread/ERROR] (Origins) Origin "aspects:cryodisabled" contained unregistered power: "aspects:frost_walker"
[19:52:01] [Render thread/ERROR] (Origins) Origin "aspects:cryodisabled" contained unregistered power: "aspects:cryo_secondary"
[19:52:01] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:water_breathing"
[19:52:01] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:constitution"
[19:52:01] [Render thread/ERROR] (Origins) Origin "aspects:hydrodisabled" contained unregistered power: "aspects:fire_damage"
[19:52:01] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 16 origins.
[19:52:01] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
[19:52:01] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
[19:52:01] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
[19:52:01] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
[19:52:01] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 2.166 ms
[19:52:03] [Render thread/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:52:03] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
[19:52:03] [Server thread/INFO] (Minecraft) Generating keypair
[19:52:04] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:06] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:07] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:08] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:08] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:09] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:12] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[19:52:13] [Render thread/INFO] (Minecraft) Preparing spawn area: 20%
[19:52:13] [Render thread/INFO] (Minecraft) Preparing spawn area: 63%
[19:52:14] [Render thread/INFO] (Minecraft) Preparing spawn area: 97%
[19:52:14] [Render thread/INFO] (Minecraft) Time elapsed: 10004 ms
[19:52:14] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
[19:52:14] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
[19:52:14] [Server thread/INFO] (Minecraft) Player600[local:E:8683ae8e] logged in with entity id 181 at (3.9401418247173563, 69.0, 0.47956579227850815)
[19:52:14] [Server thread/INFO] (Minecraft) Player600 joined the game
[19:52:15] [Render thread/INFO] (Minecraft) Loaded 0 advancements
[19:52:29] [Server thread/INFO] (Minecraft) Player600 was shot by Skeleton
[19:52:29] [Render thread/INFO] (Minecraft) [CHAT] Player600 was shot by Skeleton
[19:52:29] [Render thread/INFO] (Minecraft) Loaded 21 advancements
[19:53:03] [Render thread/INFO] (Minecraft) Stopping!
[19:53:03] [Server thread/INFO] (Minecraft) Player600 lost connection: Disconnected
[19:53:03] [Server thread/INFO] (Minecraft) Player600 left the game
[19:53:03] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
[19:53:03] [Server thread/INFO] (Minecraft) Stopping server
[19:53:03] [Server thread/INFO] (Minecraft) Saving players
[19:53:03] [Server thread/INFO] (Minecraft) Saving worlds
[19:53:03] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:53:03] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:53:03] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:53:03] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
[19:53:03] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:53:03] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:53:03] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved

View File

@@ -108,7 +108,7 @@ key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.origins.primary_active:key.keyboard.g
key_key.origins.secondary_active:key.keyboard.unknown
key_key.origins.secondary_active:key.keyboard.h
key_key.origins.view_origin:key.keyboard.o
soundCategory_master:1.0
soundCategory_music:1.0

View File

@@ -0,0 +1,46 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-11 18:08:19 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 18:08:09 -0400",
"minecraft:plains": "2021-12-11 18:08:28 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,9 @@
{
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:01:12 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,45 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-11 19:11:26 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:10:53 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,47 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-11 18:51:40 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-11 18:51:41 -0400",
"minecraft:stony_shore": "2021-12-11 18:50:58 -0400",
"minecraft:plains": "2021-12-11 18:51:22 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,16 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2021-12-11 19:44:19 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:44:14 -0400",
"minecraft:plains": "2021-12-11 19:44:23 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,28 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2021-12-11 19:36:48 -0400"
},
"done": true
},
"minecraft:adventure/kill_a_mob": {
"criteria": {
"minecraft:zombie": "2021-12-11 19:36:48 -0400"
},
"done": true
},
"minecraft:adventure/kill_all_mobs": {
"criteria": {
"minecraft:zombie": "2021-12-11 19:36:48 -0400"
},
"done": false
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:36:41 -0400",
"minecraft:plains": "2021-12-11 19:36:56 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,9 @@
{
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:15:56 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,16 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2021-12-11 19:49:39 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:49:39 -0400",
"minecraft:plains": "2021-12-11 19:49:34 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,9 @@
{
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:41:28 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,15 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2021-12-11 19:23:09 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:21:58 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,16 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2021-12-11 19:52:29 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:52:23 -0400",
"minecraft:plains": "2021-12-11 19:52:15 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,10 @@
{
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 19:31:45 -0400",
"minecraft:plains": "2021-12-11 19:31:58 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,46 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-11 18:56:08 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-11 18:56:08 -0400",
"minecraft:stony_shore": "2021-12-11 18:56:11 -0400"
},
"done": false
},
"DataVersion": 2860
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:picked_up":{"minecraft:rotten_flesh":2},"minecraft:custom":{"minecraft:jump":28,"minecraft:time_since_rest":737,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1768,"minecraft:deaths":1,"minecraft:damage_taken":300,"minecraft:play_time":949,"minecraft:walk_on_water_one_cm":643,"minecraft:time_since_death":699,"minecraft:walk_one_cm":1678,"minecraft:sneak_time":12,"minecraft:total_world_time":1116,"minecraft:walk_under_water_one_cm":1441,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":3990}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":3,"minecraft:time_since_rest":832,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1095,"minecraft:play_time":832,"minecraft:time_since_death":832,"minecraft:walk_one_cm":432,"minecraft:total_world_time":1356,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":763}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":19,"minecraft:time_since_rest":74,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:damage_taken":20,"minecraft:sprint_one_cm":2167,"minecraft:play_time":648,"minecraft:walk_on_water_one_cm":40,"minecraft:time_since_death":40,"minecraft:walk_one_cm":885,"minecraft:total_world_time":822,"minecraft:walk_under_water_one_cm":39,"minecraft:fall_one_cm":1254,"minecraft:fly_one_cm":7205}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":20,"minecraft:time_since_rest":37,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:damage_taken":40,"minecraft:sprint_one_cm":2169,"minecraft:play_time":652,"minecraft:walk_on_water_one_cm":60,"minecraft:time_since_death":0,"minecraft:walk_one_cm":2211,"minecraft:total_world_time":911,"minecraft:walk_under_water_one_cm":1105,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":5630},"minecraft:mined":{"minecraft:grass":1}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:killed_by":{"minecraft:zombie":1},"minecraft:custom":{"minecraft:jump":7,"minecraft:time_since_rest":496,"minecraft:damage_dealt":87,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1180,"minecraft:deaths":1,"minecraft:play_time":581,"minecraft:damage_taken":260,"minecraft:time_since_death":425,"minecraft:walk_one_cm":3730,"minecraft:total_world_time":597,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":1888}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:killed":{"minecraft:zombie":2},"minecraft:custom":{"minecraft:time_since_rest":994,"minecraft:damage_dealt":116,"minecraft:leave_game":1,"minecraft:sprint_one_cm":3535,"minecraft:play_time":994,"minecraft:damage_taken":150,"minecraft:time_since_death":994,"minecraft:walk_one_cm":10096,"minecraft:total_world_time":1009,"minecraft:mob_kills":2,"minecraft:fly_one_cm":4177,"minecraft:jump":20}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":8,"minecraft:time_since_rest":1452,"minecraft:leave_game":1,"minecraft:sprint_one_cm":4686,"minecraft:play_time":1452,"minecraft:time_since_death":1452,"minecraft:walk_one_cm":768,"minecraft:total_world_time":1648,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":1717}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:killed_by":{"minecraft:skeleton":2},"minecraft:custom":{"minecraft:jump":6,"minecraft:time_since_rest":304,"minecraft:leave_game":1,"minecraft:sprint_one_cm":638,"minecraft:deaths":2,"minecraft:play_time":630,"minecraft:damage_taken":450,"minecraft:time_since_death":279,"minecraft:walk_one_cm":4128,"minecraft:total_world_time":767,"minecraft:fall_one_cm":244,"minecraft:fly_one_cm":1637}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":3,"minecraft:time_since_rest":244,"minecraft:damage_dealt":18,"minecraft:leave_game":1,"minecraft:sprint_one_cm":95,"minecraft:play_time":244,"minecraft:time_since_death":244,"minecraft:walk_one_cm":1416,"minecraft:total_world_time":335,"minecraft:fall_one_cm":209,"minecraft:fly_one_cm":1020}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":8,"minecraft:time_since_rest":41,"minecraft:damage_dealt":279,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:sprint_one_cm":774,"minecraft:play_time":1007,"minecraft:damage_taken":240,"minecraft:time_since_death":0,"minecraft:walk_one_cm":7801,"minecraft:total_world_time":1475,"minecraft:fall_one_cm":418,"minecraft:fly_one_cm":1092},"minecraft:killed_by":{"minecraft:zombie":1}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":15,"minecraft:time_since_rest":679,"minecraft:damage_dealt":10,"minecraft:leave_game":1,"minecraft:deaths":1,"minecraft:sprint_one_cm":3949,"minecraft:play_time":941,"minecraft:damage_taken":340,"minecraft:time_since_death":653,"minecraft:walk_one_cm":4721,"minecraft:total_world_time":977,"minecraft:fall_one_cm":627,"minecraft:fly_one_cm":3460},"minecraft:killed_by":{"minecraft:skeleton":1}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":9,"minecraft:time_since_rest":537,"minecraft:damage_dealt":74,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1093,"minecraft:play_time":537,"minecraft:damage_taken":90,"minecraft:time_since_death":503,"minecraft:walk_one_cm":3167,"minecraft:total_world_time":556,"minecraft:fall_one_cm":476,"minecraft:fly_one_cm":3872}},"DataVersion":2860}

View File

@@ -0,0 +1 @@
{"stats":{"minecraft:custom":{"minecraft:jump":6,"minecraft:time_since_rest":619,"minecraft:leave_game":1,"minecraft:sprint_one_cm":1044,"minecraft:play_time":619,"minecraft:damage_taken":230,"minecraft:time_since_death":589,"minecraft:walk_one_cm":1574,"minecraft:total_world_time":684,"minecraft:walk_under_water_one_cm":126,"minecraft:fly_one_cm":633}},"DataVersion":2860}

View File

@@ -1 +1 @@
[{"name":"Player131","uuid":"27903c96-6327-3ab4-9463-21017fd8955d","expiresOn":"2022-01-11 17:01:26 -0400"},{"name":"Player596","uuid":"b6f7a483-95d4-3c1c-a80d-d6147f86003c","expiresOn":"2022-01-11 16:57:40 -0400"},{"name":"Player765","uuid":"5f90bf1f-575d-3542-89d7-731859eee6f2","expiresOn":"2022-01-11 16:50:58 -0400"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2022-01-11 15:38:30 -0400"},{"name":"Player696","uuid":"7b2fc485-d259-389c-bb22-fc20b2865ae3","expiresOn":"2022-01-11 15:30:44 -0400"},{"name":"Player490","uuid":"e3cbbed2-a904-3501-9aba-c8ad5473501b","expiresOn":"2022-01-11 15:08:57 -0400"},{"name":"Player539","uuid":"449546f9-463a-3959-807a-caed6d7d3cca","expiresOn":"2022-01-11 13:25:42 -0400"},{"name":"Player460","uuid":"46c1b760-ca01-3b6f-9924-2c0867885238","expiresOn":"2022-01-11 12:45:23 -0400"},{"name":"Player162","uuid":"857939d7-cfd3-33df-b811-954d0fb8ea8e","expiresOn":"2022-01-11 12:42:56 -0400"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2022-01-11 12:40:13 -0400"},{"name":"Player990","uuid":"f109a640-cd93-3f49-a1e7-75407085bbf0","expiresOn":"2022-01-11 12:35:21 -0400"},{"name":"Player634","uuid":"bdc5f32b-6d6c-3510-b82f-68a782d73b82","expiresOn":"2022-01-11 12:27:50 -0400"},{"name":"Player281","uuid":"b743052f-5855-37e7-a97b-fd551acafef4","expiresOn":"2022-01-11 12:15:47 -0400"},{"name":"Player451","uuid":"efe2ab2d-072a-337a-9d65-10da4f48c969","expiresOn":"2022-01-11 11:56:14 -0400"},{"name":"Player211","uuid":"da0854f1-946e-3e92-942a-afd6fa88ef77","expiresOn":"2022-01-11 11:54:41 -0400"},{"name":"Player180","uuid":"2e271c1a-d081-32c8-843a-f79146152093","expiresOn":"2022-01-11 11:52:45 -0400"},{"name":"Player64","uuid":"46c6e0f0-63e8-3a58-bf04-38eedc04d149","expiresOn":"2022-01-11 11:50:14 -0400"},{"name":"Player756","uuid":"393f993c-07f1-322f-8af5-e61da4aa15d9","expiresOn":"2022-01-11 11:48:17 -0400"},{"name":"Player407","uuid":"da5cc374-3bd7-357d-9ee2-36c8124e8cc4","expiresOn":"2022-01-11 11:45:33 -0400"},{"name":"Player884","uuid":"16352087-2dde-32f0-819a-77046d6a13d3","expiresOn":"2022-01-11 11:43:05 -0400"},{"name":"Player916","uuid":"f7621ff1-653f-32ec-8621-00c0392bfbcc","expiresOn":"2022-01-11 11:38:26 -0400"},{"name":"Player798","uuid":"b91f0a72-af04-3f0f-855e-a1f30159432b","expiresOn":"2022-01-11 11:18:18 -0400"},{"name":"Player250","uuid":"c98187a9-e17b-3f48-8a33-882e62d18d19","expiresOn":"2022-01-11 09:30:21 -0400"},{"name":"Player340","uuid":"610176b0-594f-3c1a-b889-ed063dbc06ea","expiresOn":"2022-01-11 09:29:09 -0400"},{"name":"Player764","uuid":"07f066df-e334-33b1-a24c-2ec414c5ef02","expiresOn":"2022-01-11 09:14:46 -0400"},{"name":"Player355","uuid":"1b8d41ee-20e2-3849-a434-0d774a740ae1","expiresOn":"2022-01-11 07:43:58 -0400"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2022-01-11 07:38:05 -0400"},{"name":"Player891","uuid":"cfc92182-cce0-3b37-884c-2944311ee55d","expiresOn":"2022-01-11 07:18:36 -0400"}]
[{"name":"Player600","uuid":"c0f25d98-743c-364e-a2cd-82567612d750","expiresOn":"2022-01-11 19:52:14 -0400"},{"name":"Player674","uuid":"79804575-3cdf-34b1-8aa3-c1036031e749","expiresOn":"2022-01-11 19:49:59 -0400"},{"name":"Player439","uuid":"5a8b675a-352f-385b-94f4-369e3f70aa83","expiresOn":"2022-01-11 19:44:14 -0400"},{"name":"Player602","uuid":"7fef5833-06c9-398a-84c0-fbd3a81ff548","expiresOn":"2022-01-11 19:41:40 -0400"},{"name":"Player888","uuid":"6b45a986-a4aa-3b68-85a3-c5041d0b6192","expiresOn":"2022-01-11 19:36:41 -0400"},{"name":"Player193","uuid":"e6106110-0611-3c88-99d4-92770daab422","expiresOn":"2022-01-11 19:31:45 -0400"},{"name":"Player208","uuid":"a240c974-e4f5-311c-82e7-f92bb39b2584","expiresOn":"2022-01-11 19:22:54 -0400"},{"name":"Player308","uuid":"6db1171d-4fa6-31cb-b425-1896281a26e2","expiresOn":"2022-01-11 19:16:02 -0400"},{"name":"Player754","uuid":"3c02c3d3-91ac-35cd-a553-1c3a94c6fe76","expiresOn":"2022-01-11 19:10:59 -0400"},{"name":"Player975","uuid":"1c38adbd-952c-3cbe-9338-7d9a41f64a2f","expiresOn":"2022-01-11 19:01:28 -0400"},{"name":"Player244","uuid":"f25f601d-4501-33e2-b5d9-0d4e52342d0d","expiresOn":"2022-01-11 18:56:37 -0400"},{"name":"Player491","uuid":"46f780a1-2e26-3e88-a90a-02cf37fe1547","expiresOn":"2022-01-11 18:50:58 -0400"},{"name":"Player776","uuid":"078f5e46-1768-3b85-8c83-1cee0b3b10ab","expiresOn":"2022-01-11 18:08:15 -0400"},{"name":"Player131","uuid":"27903c96-6327-3ab4-9463-21017fd8955d","expiresOn":"2022-01-11 17:01:26 -0400"},{"name":"Player596","uuid":"b6f7a483-95d4-3c1c-a80d-d6147f86003c","expiresOn":"2022-01-11 16:57:40 -0400"},{"name":"Player765","uuid":"5f90bf1f-575d-3542-89d7-731859eee6f2","expiresOn":"2022-01-11 16:50:58 -0400"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2022-01-11 15:38:30 -0400"},{"name":"Player696","uuid":"7b2fc485-d259-389c-bb22-fc20b2865ae3","expiresOn":"2022-01-11 15:30:44 -0400"},{"name":"Player490","uuid":"e3cbbed2-a904-3501-9aba-c8ad5473501b","expiresOn":"2022-01-11 15:08:57 -0400"},{"name":"Player539","uuid":"449546f9-463a-3959-807a-caed6d7d3cca","expiresOn":"2022-01-11 13:25:42 -0400"},{"name":"Player460","uuid":"46c1b760-ca01-3b6f-9924-2c0867885238","expiresOn":"2022-01-11 12:45:23 -0400"},{"name":"Player162","uuid":"857939d7-cfd3-33df-b811-954d0fb8ea8e","expiresOn":"2022-01-11 12:42:56 -0400"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2022-01-11 12:40:13 -0400"},{"name":"Player990","uuid":"f109a640-cd93-3f49-a1e7-75407085bbf0","expiresOn":"2022-01-11 12:35:21 -0400"},{"name":"Player634","uuid":"bdc5f32b-6d6c-3510-b82f-68a782d73b82","expiresOn":"2022-01-11 12:27:50 -0400"},{"name":"Player281","uuid":"b743052f-5855-37e7-a97b-fd551acafef4","expiresOn":"2022-01-11 12:15:47 -0400"},{"name":"Player451","uuid":"efe2ab2d-072a-337a-9d65-10da4f48c969","expiresOn":"2022-01-11 11:56:14 -0400"},{"name":"Player211","uuid":"da0854f1-946e-3e92-942a-afd6fa88ef77","expiresOn":"2022-01-11 11:54:41 -0400"},{"name":"Player180","uuid":"2e271c1a-d081-32c8-843a-f79146152093","expiresOn":"2022-01-11 11:52:45 -0400"},{"name":"Player64","uuid":"46c6e0f0-63e8-3a58-bf04-38eedc04d149","expiresOn":"2022-01-11 11:50:14 -0400"},{"name":"Player756","uuid":"393f993c-07f1-322f-8af5-e61da4aa15d9","expiresOn":"2022-01-11 11:48:17 -0400"},{"name":"Player407","uuid":"da5cc374-3bd7-357d-9ee2-36c8124e8cc4","expiresOn":"2022-01-11 11:45:33 -0400"},{"name":"Player884","uuid":"16352087-2dde-32f0-819a-77046d6a13d3","expiresOn":"2022-01-11 11:43:05 -0400"},{"name":"Player916","uuid":"f7621ff1-653f-32ec-8621-00c0392bfbcc","expiresOn":"2022-01-11 11:38:26 -0400"},{"name":"Player798","uuid":"b91f0a72-af04-3f0f-855e-a1f30159432b","expiresOn":"2022-01-11 11:18:18 -0400"},{"name":"Player250","uuid":"c98187a9-e17b-3f48-8a33-882e62d18d19","expiresOn":"2022-01-11 09:30:21 -0400"},{"name":"Player340","uuid":"610176b0-594f-3c1a-b889-ed063dbc06ea","expiresOn":"2022-01-11 09:29:09 -0400"},{"name":"Player764","uuid":"07f066df-e334-33b1-a24c-2ec414c5ef02","expiresOn":"2022-01-11 09:14:46 -0400"},{"name":"Player355","uuid":"1b8d41ee-20e2-3849-a434-0d774a740ae1","expiresOn":"2022-01-11 07:43:58 -0400"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2022-01-11 07:38:05 -0400"},{"name":"Player891","uuid":"cfc92182-cce0-3b37-884c-2944311ee55d","expiresOn":"2022-01-11 07:18:36 -0400"}]

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:hot_biomes",
"aspects:ignis_primary",
"aspects:ignis_secondary",
"aspects:secondary_ding"
],
"icon": {
"item": "minecraft:zombie_head"
},
"name": "Ignis",
"description": "Full of energy and power, Ignis types are certainly the life of the party."
}

View File

@@ -1,5 +1,13 @@
{
"type": "origins:fire_immunity",
"type": "origins:modify_damage_taken",
"damage_condition": {
"type": "origins:fire"
},
"modifier": {
"operation": "multiply_total",
"value": -1
},
"name":"Fire Immunity",
"description":"You are immune to fire damage."
}

View File

@@ -0,0 +1,15 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.2
},
"tick_rate": 20,
"condition": {
"type": "origins:on_fire"
},
"name":"Heated Strength",
"description":"Being on fire grants you an attack damage bonus."
}

View File

@@ -0,0 +1,19 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
},
"tick_rate": 20,
"condition": {
"type": "origins:biome",
"condition": {
"type": "origins:temperature",
"comparison": ">=",
"compare_to": 1.0
}
},
"name":"Heat Affinity",
"description":"You get a decent attack boost in hot biomes."
}

View File

@@ -0,0 +1,14 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:set_on_fire",
"duration": 15
},
"cooldown": 300,
"hud_render": {
"should_render": true
},
"name":"Ignition",
"description":"Using your primary active ability, you can light yourself on fire for a short duration, granting you an attack buff."
}

View File

@@ -0,0 +1,20 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:area_of_effect",
"radius": 32,
"bientity_action": {
"type": "origins:target_action",
"action": {
"type": "origins:set_on_fire",
"duration": 5
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can light entites around you on fire for a few seconds."
}

View File

@@ -0,0 +1,10 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:play_sound",
"sound": "minecraft:item.firecharge.use"
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"hidden":true
}

View File

@@ -1,18 +1,29 @@
{
"type": "origins:action_over_time",
"type": "origins:damage_over_time",
"interval": 20,
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source":{
"name":"hurt_by_water"
},
"condition": {
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">=",
"compare_to": 1
}
"onset_delay": 1,
"damage": 2,
"damage_easy": 1,
"damage_source": {
"name": "hurt_by_water",
"unblockable": true,
"bypasses_armor": true
},
"protection_enchantment": "origins:water_protection",
"protection_effectiveness": 1.0,
"condition": {
"type": "origins:or",
"conditions": [
{
"type": "origins:fluid_height",
"fluid": "minecraft:water",
"comparison": ">",
"compare_to": 0.0
},
{
"type": "origins:in_rain"
}
]
},
"name":"Water Damage",
"description":"When you touch water, you receive damage."