finished all 3 types, ready for prerelease

This commit is contained in:
missingbinary
2021-12-12 15:43:31 -04:00
parent 097bc40b50
commit 721b9fffdc
189 changed files with 5072 additions and 3030 deletions

View File

@@ -0,0 +1,3 @@
particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 5 normal @a
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
playsound block.snow.place neutral @a ~ ~ ~ 5

View File

@@ -0,0 +1,3 @@
particle minecraft:snowflake
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
playsound block.powder_snow.place neutral @a

View File

@@ -0,0 +1,2 @@
particle snowflake ~ ~ ~ 1 1 1 1 10 normal
playsound block.glass.break neutral @a ~ ~ ~ 5

View File

@@ -0,0 +1,4 @@
particle minecraft:electric_spark ~ ~ ~ 0 0 0 0.0 5 normal @a
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:fire replace air
playsound entity.lightning_bolt.thunder neutral @a ~ ~ ~ 5
summon lightning_bolt ~ ~ ~

View File

@@ -1,5 +1,5 @@
{
"order": 1,
"order": 0,
"origins": [
"aspects:anemo",
"aspects:hydro",
@@ -8,5 +8,6 @@
"aspects:ordo",
"aspects:perditio"
],
"name": "Aspect"
"name": "Aspect",
"replace":true
}

View File

@@ -1,5 +1,5 @@
{
"order": 2,
"order": 1,
"origins": [
{
"condition": {

View File

@@ -3,7 +3,8 @@
"aspects:fleet_footed",
"aspects:negate_fall_damage",
"aspects:chained",
"aspects:windborn"
"aspects:windborn",
"aspects:wise"
],
"icon": {
"item": "minecraft:zombie_head"

View File

@@ -3,7 +3,7 @@
"aspects:hot_biomes",
"aspects:ignis_primary",
"aspects:ignis_secondary",
"aspects:secondary_ding"
"aspects:fire_strength"
],
"icon": {
"item": "minecraft:zombie_head"

View File

@@ -0,0 +1,13 @@
{
"powers": [
"aspects:fleet",
"aspects:storm_strength",
"aspects:tempus_primary",
"aspects:tempus_secondary"
],
"icon": {
"item": "minecraft:zombie_head"
},
"name": "Tempus",
"description": "Dark minds crackling and churning, Tempus types always have a storm brewing in their heads."
}

View File

@@ -15,5 +15,11 @@
}
},
"name":"Cold Affinity",
"description":"You get a decent attack boost in cold biomes. (N)ice ;)"
"description":"You get a decent attack boost in cold biomes. (N)ice ;)",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -0,0 +1,17 @@
{
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.max_health",
"value": 4,
"operation": "addition"
},
"name":"Watery Persistence",
"description":"You have slightly increased max health.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -3,7 +3,7 @@
"entity_action": {
"type": "origins:raycast",
"distance": 8,
"block": false,
"block": true,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
@@ -18,18 +18,21 @@
}
}
},
"command_at_hit": "particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 1 normal @a",
"command_along_ray": "particle minecraft:snowflake",
"command_at_hit": "function aspects:freeze_focus",
"command_along_ray": "function aspects:freeze_ray",
"command_step": 1,
"command_along_ray_only_on_hit": false
},
"cooldown": 240,
"hud_render": {
"should_render": true
"should_render": true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":5,
"inverted":true
},
"name":"Freeze Focus",
"description":"When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target on impact."
"description":"When pressing the respective key, you will fire a ray of ice in the direction you are facing that will deal freeze damage to the target and freeze over ice on impact."
}

View File

@@ -0,0 +1,42 @@
{
"type": "origins:active_self",
"entity_action": {
"type":"origins:and",
"actions": [
{
"type": "origins:area_of_effect",
"radius": 8,
"bientity_action": {
"type": "origins:damage",
"amount": 6,
"source": {
"name": "freeze",
"bypasses_armor": true
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
{
"type":"origins:execute_command",
"command":"function aspects:icy_aura"
}
]
},
"cooldown": 800,
"hud_render": {
"should_render": true,
"sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_02.png",
"bar_index":8,
"inverted":true
},
"key": {
"key": "key.origins.secondary_active"
},
"name":"Icy Aura",
"description":"With your secondary key, you can deal freeze damage to those around you within an 8 block radius."
}

View File

@@ -0,0 +1,18 @@
{
"type": "origins:action_when_damage_taken",
"entity_action": {
"type": "origins:damage",
"amount": 2,
"source": {
"name": "onFire",
"fire": true,
"bypasses_armor": true
}
},
"damage_condition": {
"type": "origins:fire"
},
"cooldown": 20,
"name":"Evaporation",
"description":"Fire hurts you a lot more than it normally would."
}

View File

@@ -9,5 +9,11 @@
},
"name":"Fire Immunity",
"description":"You are immune to fire damage."
"description":"You are immune to fire damage.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -3,7 +3,7 @@
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.2
"value": 0.4
},
"tick_rate": 20,
"condition": {
@@ -11,5 +11,11 @@
},
"name":"Heated Strength",
"description":"Being on fire grants you an attack damage bonus."
"description":"Being on fire grants you an attack damage bonus.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -0,0 +1,11 @@
{
"type": "origins:attribute",
"modifier": {
"attribute": "minecraft:generic.movement_speed",
"value": 0.01,
"operation": "addition"
},
"name":"Like Lightning",
"description":"You are an even faster variant of Anemo."
}

View File

@@ -0,0 +1,35 @@
{
"type": "origins:action_over_time",
"interval": 5,
"entity_action": {
"type": "origins:if_else",
"condition": {
"type": "origins:or",
"inverted":true,
"conditions": [
{
"type": "origins:sneaking"
},
{
"type": "origins:fall_distance",
"comparison": ">=",
"compare_to": 4
},
{
"type": "origins:in_block",
"block_condition": {
"type": "origins:block",
"block": "minecraft:water"
}
}
]
},
"if_action": {
"type":"origins:execute_command",
"command": "fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]"
}
},
"name":"Frost Walker",
"description":"Water beneath you will turn into ice. Deactivates when you are falling, sneaking, or under the water."
}

View File

@@ -15,5 +15,11 @@
}
},
"name":"Heat Affinity",
"description":"You get a decent attack boost in hot biomes."
"description":"You get a decent attack boost in hot biomes.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -6,7 +6,9 @@
},
"cooldown": 300,
"hud_render": {
"should_render": true
"should_render": true,
"bar_index": 7,
"inverted":true
},
"name":"Ignition",

View File

@@ -2,7 +2,7 @@
"type": "origins:active_self",
"entity_action": {
"type": "origins:area_of_effect",
"radius": 32,
"radius": 10,
"bientity_action": {
"type": "origins:target_action",
"action": {

View File

@@ -13,5 +13,11 @@
}
},
"name":"Homely Strength",
"description":"You do more damage whilst in the Nether."
"description":"You do more damage whilst in the Nether.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -1,10 +0,0 @@
{
"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

@@ -0,0 +1,15 @@
{
"type": "origins:conditioned_attribute",
"modifier": {
"attribute": "minecraft:generic.attack_damage",
"operation": "addition",
"value": 0.4
},
"tick_rate": 10,
"condition": {
"type": "origins:predicate",
"predicate": "aspects:weather/is_thunderstorm"
},
"name":"Storm Strength",
"description":"During thunderstorms, you do significantly more damage to others."
}

View File

@@ -0,0 +1,35 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:raycast",
"distance": 8,
"block": true,
"entity": true,
"shape_type": "visual",
"fluid_handling": "any",
"bientity_action": {
"type": "origins:target_action",
"action":{
"type":"origins:damage",
"amount": 2,
"source": {
"name": "lightningBolt",
"bypasses_armor": false
}
}
},
"command_at_hit": "function aspects:lightning_bolt",
"command_step": 1
},
"cooldown": 240,
"hud_render": {
"should_render": true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":7,
"inverted":true
},
"name":"Lightning Bolt",
"description":"When pressing the respective 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."
}

View File

@@ -0,0 +1,53 @@
{
"type": "origins:active_self",
"entity_action": {
"type": "origins:and",
"actions": [
{
"type": "origins:area_of_effect",
"radius": 10,
"bientity_action": {
"type": "origins:target_action",
"action": {
"type": "origins:add_velocity",
"z": 5
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
{
"type": "origins:area_of_effect",
"radius": 10,
"bientity_action": {
"type": "origins:damage",
"amount": 10,
"source": {
"name": "lightningBolt",
"bypasses_armor": true
}
},
"bientity_condition": {
"type": "origins:can_see"
}
},
{
"type": "origins:heal",
"amount": 6
}
]
},
"hud_render": {
"should_render": true,
"inverted":true,
"sprite_location": "origins:textures/gui/resource_bar.png",
"bar_index":8
},
"key":"key.origins.secondary_active",
"cooldown": 1400,
"name":"As your secondary ability, you can push enemies away by a few blocks whilst healing yourself and dealing damage to others."
}

View File

@@ -0,0 +1,21 @@
{
"type": "origins:action_over_time",
"entity_action": {
"type": "origins:gain_air",
"value": 200
},
"interval": 20,
"condition": {
"type": "origins:submerged_in",
"fluid": "minecraft:water"
},
"name":"Gills",
"description":"You can breathe underwater.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -0,0 +1,15 @@
{
"type": "origins:modify_xp_gain",
"modifier": {
"operation": "multiply_base",
"value": 2.0
},
"name":"Wise",
"description":"Anemo is also the aspect of wisdom and knowledge. You gain 3x more experience upon picking up an experience orb. Way to go, smarty pants.",
"badges": [
{
"sprite": "aspects:textures/gui/badge/check.png",
"text": "Positive"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"condition": "minecraft:weather_check",
"raining": true,
"thundering": true
}

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Sat Dec 11 19:51:49 AST 2021
#Sun Dec 12 15:41:17 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.

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 @@
[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:
[15:41:10] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.18 with Fabric Loader 0.12.10
[15:41:10] [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
[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
[15:41:10] [main/WARN] (FabricLoader/Metadata) Mod `aspects` (${version}) does not respect SemVer - comparison support is limited.
[15:41:10] [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
[15:41:10] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
[15:41:10] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
[15:41:14] [main/WARN] (FabricLoader/Mixin) @Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$zzk000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[15:41: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'
[15:41:17] [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,93 +89,87 @@ 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
[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
[15:41:17] [Render thread/INFO] (Minecraft) Setting user: Player164
[15:41:17] [Render thread/INFO] (Origins) Origins 1.3.0 is initializing. Have fun!
[15:41:17] [Render thread/INFO] (aspects) Hello Fabric world!
[15:41:17] [Render thread/INFO] (Apoli) Apoli 2.2.0 has initialized. Ready to power up your game!
[15:41:17] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
[15:41:18] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.2.1 build 12
[15:41:19] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Lifecycle Events (v1), Fabric Events Lifecycle (v0), Fabric Registry Sync (v0), Fabric Tool Attribute API (v1), Fabric Rendering Data Attachment (v1), Fabric Data Generation API (v1), Fabric Networking (v0), Fabric BlockRenderLayer Registration (v1), Fabric Item API (v1), Cloth Config v6, Fabric Command API (v1), Mod Menu, Fabric Key Binding API (v1), Origins, Fabric API, Fabric Object Builder API (v1), Fabric Renderer Registries (v1), Aspects, Fabric Rendering Fluids (v1), Fabric Screen API (v1), Calio, Fabric Biome API (v1), Fabric Renderer - Indigo, Fabric API Lookup API (v1), Fabric Loot Tables (v1), Fabric Content Registries (v0), Fabric Events Interaction (v0), Fabric Renderer API (v1), Fabric Transfer API (v1), Fabric Resource Loader (v0), Fabric Screen Handler API (v1), Fabric Structure API (v1), Fabric Commands (v0), Fabric Tag Extensions (v0), Fabric Containers (v0), Fabric Entity Events (v1), Fabric Loader, Fabric API Base, Fabric Game Rule API (v1), Fabric Mining Level API (v1), Fabric Crash Report Info (v1), Fabric Networking API (v1), Fabric Dimensions API (v1), Fabric Object Builders (v0), Fabric Mining Levels (v0), Reach Entity Attributes, Fabric Rendering (v1), Fabric Particles (v1), Pal, Fabric Rendering (v0), Fabric Key Bindings (v0), Fabric Textures (v0), Fabric Models (v0), Fabric Game Test API (v1), Fabric Item Groups (v0), Apoli)
[15:41:19] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[15:41:19] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: Invalid session id
[15:41:22] [Render thread/INFO] (Minecraft) OpenAL initialized on device CoreAudio Default
[15:41:22] [Render thread/INFO] (Minecraft) Sound engine started
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[15:41:22] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[15:41:24] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[15:41:24] [Render thread/INFO] (aspects) This line is printed by an example mod mixin!
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[15:41:35] [Render thread/WARN] (Minecraft) Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[15:41:35] [Render thread/INFO] (Minecraft) Reloading ResourceManager: Default, Fabric Mods (Fabric Tool Attribute API (v1), Origins, Aspects, Fabric Game Test API (v1), Apoli)
[15:41:35] [Render thread/INFO] (Minecraft) Loaded 7 recipes
[15:41:35] [Render thread/INFO] (Minecraft) Loaded 1143 advancements
[15:41:35] [Render thread/INFO] (Apoli) Finished loading powers from data files. Registry contains 113 powers.
[15:41:35] [Render thread/INFO] (Origins) Finished loading origins from data files. Registry contains 17 origins.
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: aspects:elements
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: origins:origin
[15:41:35] [Render thread/INFO] (Origins) Trying to read layer file: aspects:origins
[15:41:35] [Render thread/INFO] (Origins) Finished loading origin layers from data files. Read 3 layers.
[15:41:35] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 61 new biomes in 1.825 ms
[15:41:37] [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'
[15:41:37] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.18
[15:41:37] [Server thread/INFO] (Minecraft) Generating keypair
[15:41:37] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[15:41:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[15:41:37] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[15:41:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
[15:41:38] [Render thread/INFO] (Minecraft) Preparing spawn area: 1%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 4%
[15:41:41] [Render thread/INFO] (Minecraft) Preparing spawn area: 44%
[15:41:42] [Render thread/INFO] (Minecraft) Preparing spawn area: 70%
[15:41:42] [Render thread/INFO] (Minecraft) Preparing spawn area: 95%
[15:41:42] [Render thread/INFO] (Minecraft) Time elapsed: 5532 ms
[15:41:42] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
[15:41:42] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
[15:41:43] [Server thread/INFO] (Minecraft) Player164[local:E:399041de] logged in with entity id 130 at (-127.4562101438491, 64.0, -54.08572986406972)
[15:41:43] [Server thread/INFO] (Minecraft) Player164 joined the game
[15:41:44] [Render thread/INFO] (Minecraft) Loaded 11 advancements
[15:41:46] [Server thread/INFO] (Minecraft) Saving and pausing game...
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[15:41:47] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[15:42:08] [Server thread/INFO] (Origins) Player Player164 chose Origin: origins:enderian, for layer: origins:origin
[15:42:16] [Server thread/INFO] (Origins) Player Player164 chose Origin: aspects:anemo, for layer: aspects:elements
[15:42:17] [Server thread/INFO] (Origins) Player Player164 chose Origin: aspects:tempus, for layer: aspects:origins
[15:42:27] [Server thread/INFO] (Minecraft) Saving and pausing game...
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[15:42:27] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[15:42:29] [Render thread/INFO] (Minecraft) Stopping!
[15:42:29] [Server thread/INFO] (Minecraft) Player164 lost connection: Disconnected
[15:42:29] [Server thread/INFO] (Minecraft) Player164 left the game
[15:42:29] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
[15:42:29] [Server thread/INFO] (Minecraft) Stopping server
[15:42:29] [Server thread/INFO] (Minecraft) Saving players
[15:42:29] [Server thread/INFO] (Minecraft) Saving worlds
[15:42:29] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[15:42:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[15:42:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (New World): All chunks are saved
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[15:42:30] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved

View File

@@ -0,0 +1,63 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:47:01 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:deep_cold_ocean": "2021-12-12 14:47:01 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,65 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:37:10 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:37:10 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:37:22 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:37:10 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-12 14:37:21 -0400",
"minecraft:cold_ocean": "2021-12-12 14:37:34 -0400",
"minecraft:plains": "2021-12-12 14:37:10 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:21:42 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:21:53 -0400",
"minecraft:plains": "2021-12-12 14:21:42 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:35:27 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:35:27 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:35:28 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:35:27 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:35:28 -0400",
"minecraft:plains": "2021-12-12 14:35:36 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,123 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:adventure/kill_a_mob": {
"criteria": {
"minecraft:spider": "2021-12-12 15:01:34 -0400"
},
"done": true
},
"minecraft:adventure/kill_all_mobs": {
"criteria": {
"minecraft:spider": "2021-12-12 15:01:34 -0400"
},
"done": false
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:00:58 -0400"
},
"done": true
},
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:00:58 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2021-12-12 15:01:34 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:01:35 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:00:58 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 15:01:07 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:deep_cold_ocean": "2021-12-12 15:00:58 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:39:48 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:39:48 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:39:53 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:39:48 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-12 14:39:56 -0400",
"minecraft:cold_ocean": "2021-12-12 14:39:48 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,70 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:39:19 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-12 15:39:19 -0400",
"minecraft:cold_ocean": "2021-12-12 15:39:25 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:45:08 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:cold_ocean": "2021-12-12 14:45:08 -0400",
"minecraft:deep_cold_ocean": "2021-12-12 14:45:37 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,69 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:05:55 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:deep_cold_ocean": "2021-12-12 15:05:55 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,69 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:03:09 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:deep_cold_ocean": "2021-12-12 15:03:09 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,47 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:09:56 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:09:56 -0400",
"minecraft:stony_shore": "2021-12-12 14:10:26 -0400",
"minecraft:plains": "2021-12-12 14:10:03 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,71 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:26:44 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-12 15:28:03 -0400",
"minecraft:cold_ocean": "2021-12-12 15:27:51 -0400",
"minecraft:deep_cold_ocean": "2021-12-12 15:26:44 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,48 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 08:21:25 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 08:22:39 -0400",
"minecraft:stony_shore": "2021-12-12 08:20:56 -0400",
"minecraft:cold_ocean": "2021-12-12 08:22:34 -0400",
"minecraft:plains": "2021-12-12 08:21:27 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:19:37 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:19:37 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:19:15 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:19:37 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:19:15 -0400",
"minecraft:plains": "2021-12-12 14:19:40 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,65 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:30:59 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:30:59 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:31:04 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:30:59 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:31:18 -0400",
"minecraft:stony_shore": "2021-12-12 14:30:59 -0400",
"minecraft:plains": "2021-12-12 14:31:08 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,16 @@
{
"minecraft:adventure/root": {
"criteria": {
"killed_by_something": "2021-12-11 20:02:06 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:stony_shore": "2021-12-11 20:01:30 -0400",
"minecraft:plains": "2021-12-11 20:01:53 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,63 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:41:47 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:41:47 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:41:56 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:41:47 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:cold_ocean": "2021-12-12 14:41:47 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,53 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2021-12-12 13:52:34 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 13:51:29 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 13:51:35 -0400",
"minecraft:forest": "2021-12-12 13:51:06 -0400",
"minecraft:plains": "2021-12-12 13:51:14 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

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

View File

@@ -0,0 +1,46 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:15:07 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:15:58 -0400",
"minecraft:plains": "2021-12-12 14:15:07 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,58 @@
{
"minecraft:recipes/misc/black_dye": {
"criteria": {
"has_ink_sac": "2021-12-12 13:55:52 -0400"
},
"done": true
},
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2021-12-12 13:56:59 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 13:55:30 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 13:55:30 -0400",
"minecraft:plains": "2021-12-12 13:55:40 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,55 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:adventure/root": {
"criteria": {
"killed_something": "2021-12-12 12:20:49 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 12:20:28 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 12:20:40 -0400",
"minecraft:stony_shore": "2021-12-12 12:20:34 -0400",
"minecraft:cold_ocean": "2021-12-12 12:20:28 -0400",
"minecraft:forest": "2021-12-12 12:20:49 -0400",
"minecraft:plains": "2021-12-12 12:20:41 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,69 @@
{
"minecraft:recipes/tools/fishing_rod": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/decorations/candle": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/combat/bow": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/combat/crossbow": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/decorations/loom": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/building_blocks/white_wool_from_string": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/redstone/tripwire_hook": {
"criteria": {
"has_string": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 15:41:43 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:cold_ocean": "2021-12-12 15:41:43 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,64 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_smoking": {
"criteria": {
"has_salmon": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
"criteria": {
"has_salmon": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:recipes/food/cooked_salmon": {
"criteria": {
"has_salmon": "2021-12-12 14:27:31 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 14:27:31 -0400",
"minecraft:stony_shore": "2021-12-12 14:27:52 -0400"
},
"done": false
},
"DataVersion": 2860
}

View File

@@ -0,0 +1,47 @@
{
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-12-12 09:51:41 -0400"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:river": "2021-12-12 09:51:41 -0400",
"minecraft:stony_shore": "2021-12-12 09:51:44 -0400",
"minecraft:cold_ocean": "2021-12-12 09:51:47 -0400"
},
"done": false
},
"DataVersion": 2860
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More