sazr
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "dev.tggamesyt.szar.mixin.client",
|
||||
"package": "dev.tggamesyt.szar.client.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MouseMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower": { "model": "szar:block/cannabis_bottom" },
|
||||
"half=upper": { "model": "szar:block/cannabis" }
|
||||
"": { "model": "szar:block/cannabis" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,9 +4,43 @@
|
||||
"item.szar.nwordpass": "N-Word Pass",
|
||||
"entity.szar.nigger": "Nigger",
|
||||
"item.szar.nigger_spawn_egg":"Nigger Spawn Egg",
|
||||
"item.szar.gypsy_spawn_egg":"Gypsy Spawn Egg",
|
||||
"itemgroup.szar_group": "Szar",
|
||||
"block.szar.cannabis": "Cannabis",
|
||||
"item.szar.weed": "Weed",
|
||||
"effect.szar.drog": "Drog",
|
||||
"item.szar.weed_joint": "Weed Joint"
|
||||
"item.szar.weed_joint": "Weed Joint",
|
||||
"item.szar.niggerite_ingot": "Niggerite Ingot",
|
||||
"block.szar.niggerite_block": "Niggerite Block",
|
||||
"item.szar.niggerite_sword": "Niggerite Sword",
|
||||
"item.szar.niggerite_axe": "Niggerite Axe",
|
||||
"item.szar.niggerite_pickaxe": "Niggerite Pickaxe",
|
||||
"item.szar.niggerite_shovel": "Niggerite Shovel",
|
||||
"item.szar.niggerite_hoe": "Niggerite Hoe",
|
||||
"item.szar.niggerite_chestplate": "Niggerite Chestplate",
|
||||
"item.szar.niggerite_leggings": "Niggerite Leggings",
|
||||
"item.szar.niggerite_boots": "Niggerite Boots",
|
||||
"item.szar.niggerite_helmet": "Niggerite Helmet",
|
||||
"death.attack.heart_attack": "%1$s got a heart attack",
|
||||
"death.attack.drog_overdose": "%1$s got a drog overdose",
|
||||
"block.szar.chemical_workbench": "Chemical Workbench",
|
||||
"entity.minecraft.villager.drog_dealer": "Drog dealer",
|
||||
"entity.szar.islam_terrorist": "Islam Terrorist",
|
||||
"item.szar.terrorist_spawn_egg": "Islam Terrorist Spawn Egg",
|
||||
"entity.szar.police": "Police Man",
|
||||
"item.szar.police_spawn_egg": "Police Man Spawn Egg",
|
||||
"effect.szar.arrested": "Arrested",
|
||||
"item.szar.police_key": "Police Key",
|
||||
"item.szar.police_handcuff": "Police Handcuff",
|
||||
"entity.szar.gypsy": "Cigány",
|
||||
"entity.szar.plane": "Plane",
|
||||
"entity.szar.hitler": "Hitler",
|
||||
"item.szar.hitler_spawn_egg":"Hitler Spawn Egg",
|
||||
"entity.szar.nazi": "Nazi",
|
||||
"item.szar.nazi_spawn_egg":"Nazi Spawn Egg",
|
||||
"item.szar.bullet": "Bullet",
|
||||
"item.szar.ak47": "AK47",
|
||||
"entity.szar.bullet": "Bullet",
|
||||
"death.attack.bullet": "%1$s was shot by %2$s",
|
||||
"death.attack.bullet.player": "%1$s was shot by %2$s"
|
||||
}
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/joint3d",
|
||||
"particle": "szar:item/joint3d"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 12, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 12], "texture": "#0"},
|
||||
"east": {"uv": [2, 0, 4, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 0, 6, 12], "texture": "#0"},
|
||||
"west": {"uv": [6, 0, 8, 12], "texture": "#0"},
|
||||
"up": {"uv": [10, 2, 8, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2, 8, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [-6, -1.5, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,32 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/weed_joint"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": { "held": 1 },
|
||||
"model": "szar:item/weed_joint_3d"
|
||||
},
|
||||
{
|
||||
"predicate": { "using": 1 },
|
||||
"model": "szar:item/weed_joint_held"
|
||||
}
|
||||
]
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/joint3d",
|
||||
"particle": "szar:item/joint3d"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 12, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 12], "texture": "#0"},
|
||||
"east": {"uv": [2, 0, 4, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 0, 6, 12], "texture": "#0"},
|
||||
"west": {"uv": [6, 0, 8, 12], "texture": "#0"},
|
||||
"up": {"uv": [10, 2, 8, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2, 8, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"using": 1
|
||||
},
|
||||
"model": "szar:item/weed_joint_held"
|
||||
}
|
||||
],
|
||||
"display": {}
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/joint3d",
|
||||
"particle": "szar:item/joint3d"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 12, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 12], "texture": "#0"},
|
||||
"east": {"uv": [2, 0, 4, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 0, 6, 12], "texture": "#0"},
|
||||
"west": {"uv": [6, 0, 8, 12], "texture": "#0"},
|
||||
"up": {"uv": [10, 2, 8, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2, 8, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"using": 1
|
||||
},
|
||||
"model": "szar:item/weed_joint_held"
|
||||
}
|
||||
],
|
||||
"display": {}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 935 B |
|
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 1008 B |
|
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 341 KiB |
@@ -8,33 +8,24 @@
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:cannabis"
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": ["minecraft:shears"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": { "min": 1 }
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.5
|
||||
}
|
||||
]
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"chances": [0.0, 0.4, 0.7, 0.9]
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:cannabis"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "szar",
|
||||
"version": "1.0.3",
|
||||
"version": "26.2.6",
|
||||
"name": "szar",
|
||||
"description": "Valami szar mod",
|
||||
"authors": ["TGdoesCode"],
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
accessWidener v2 named
|
||||
|
||||
accessible field net/minecraft/client/gui/hud/InGameHud spyglassScale F
|
||||
accessible field net/minecraft/entity/LivingEntity jumping Z
|
||||
@@ -4,6 +4,7 @@
|
||||
"package": "dev.tggamesyt.szar.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"PlayerEntityMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Indigo properties file
|
||||
#Wed Jan 07 09:34:39 CET 2026
|
||||
#Fri Feb 06 13:26:04 CET 2026
|
||||
always-tesselate-blocks=auto
|
||||
ambient-occlusion-mode=hybrid
|
||||
debug-compare-lighting=auto
|
||||
|
||||
4815
run/logs/debug.log
@@ -1,5 +1,5 @@
|
||||
[09:34:31] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.20.1 with Fabric Loader 0.18.3
|
||||
[09:34:31] [main/INFO] (FabricLoader) Loading 59 mods:
|
||||
[13:25:53] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.20.1 with Fabric Loader 0.18.3
|
||||
[13:25:53] [main/INFO] (FabricLoader) Loading 59 mods:
|
||||
- fabric-api 0.92.6+1.20.1
|
||||
- fabric-api-base 0.4.32+1802ada577
|
||||
- fabric-api-lookup-api-v1 1.6.37+1802ada577
|
||||
@@ -58,24 +58,24 @@
|
||||
- java 21
|
||||
- minecraft 1.20.1
|
||||
- mixinextras 0.5.0
|
||||
- szar 1.0.3
|
||||
[09:34:31] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/C:/Users/toth.gergo_csany-zeg/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.16.5+mixin.0.8.7/80fc3a9f592673cea87f4cd702f87991c6c9fe4d/sponge-mixin-0.16.5+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
|
||||
[09:34:31] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
||||
[09:34:31] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
||||
[09:34:31] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_17
|
||||
[09:34:32] [main/INFO] (FabricLoader/MixinExtras|Service) Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
|
||||
[09:34:37] [Datafixer Bootstrap/INFO] (Minecraft) 188 Datafixer optimizations took 113 milliseconds
|
||||
[09:34:38] [Render thread/INFO] (Minecraft) [STDERR]: [LWJGL] [ThreadLocalUtil] Unsupported JNI version detected, this may result in a crash. Please inform LWJGL developers.
|
||||
[09:34:38] [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'
|
||||
[09:34:39] [Render thread/ERROR] (Minecraft) Failed to verify authentication
|
||||
- szar 26.2.6
|
||||
[13:25:53] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/C:/Users/toth.gergo_csany-zeg/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.16.5+mixin.0.8.7/80fc3a9f592673cea87f4cd702f87991c6c9fe4d/sponge-mixin-0.16.5+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
|
||||
[13:25:53] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
|
||||
[13:25:53] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16
|
||||
[13:25:53] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_17
|
||||
[13:25:55] [main/INFO] (FabricLoader/MixinExtras|Service) Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
|
||||
[13:26:00] [Datafixer Bootstrap/INFO] (Minecraft) 188 Datafixer optimizations took 142 milliseconds
|
||||
[13:26:02] [Render thread/INFO] (Minecraft) [STDERR]: [LWJGL] [ThreadLocalUtil] Unsupported JNI version detected, this may result in a crash. Please inform LWJGL developers.
|
||||
[13:26: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'
|
||||
[13:26:03] [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-4.0.43.jar:?]
|
||||
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:156) ~[authlib-4.0.43.jar:?]
|
||||
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:55) ~[authlib-4.0.43.jar:?]
|
||||
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:124) ~[authlib-4.0.43.jar:?]
|
||||
at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:733) ~[minecraft-clientOnly-a20bd29e71-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:442) ~[minecraft-clientOnly-a20bd29e71-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.minecraft.client.main.Main.main(Main.java:211) ~[minecraft-clientOnly-a20bd29e71-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.minecraft.client.MinecraftClient.createUserApiService(MinecraftClient.java:733) ~[minecraft-clientOnly-da33801056-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:442) ~[minecraft-clientOnly-da33801056-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.minecraft.client.main.Main.main(Main.java:211) ~[minecraft-clientOnly-da33801056-1.20.1-net.fabricmc.yarn.1_20_1.1.20.1+build.10-v2.jar:?]
|
||||
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514) ~[fabric-loader-0.18.3.jar:?]
|
||||
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72) ~[fabric-loader-0.18.3.jar:?]
|
||||
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.18.3.jar:?]
|
||||
@@ -85,66 +85,92 @@ Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 4
|
||||
at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-4.0.43.jar:?]
|
||||
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:129) ~[authlib-4.0.43.jar:?]
|
||||
... 9 more
|
||||
[09:34:39] [Render thread/INFO] (Minecraft) Setting user: Player474
|
||||
[09:34:39] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
||||
[09:34:40] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.3.2-snapshot
|
||||
[09:34:41] [Render thread/INFO] (Minecraft) Reloading ResourceManager: vanilla, fabric (fabric-mining-level-api-v1, fabric-blockrenderlayer-v1, fabric-loot-tables-v1, fabric-rendering-fluids-v1, fabric-registry-sync-v0, fabric-networking-api-v1, fabric-rendering-data-attachment-v1, fabric-item-group-api-v1, fabric-message-api-v1, fabric-screen-api-v1, fabric-item-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-convention-tags-v1, fabric-renderer-api-v1, fabric-keybindings-v0, fabric-dimensions-v1, fabric-block-api-v1, fabric-api, fabric-client-tags-api-v1, fabric-api-lookup-api-v1, fabric-transfer-api-v1, fabric-api-base, fabric-gametest-api-v1, fabric-entity-events-v1, fabric-sound-api-v1, fabric-block-view-api-v2, fabric-screen-handler-api-v1, szar, fabric-lifecycle-events-v1, fabric-transitive-access-wideners-v1, fabric-rendering-v1, fabric-key-binding-api-v1, fabric-commands-v0, fabric-recipe-api-v1, fabric-crash-report-info-v1, fabric-containers-v0, fabric-command-api-v2, fabric-events-interaction-v0, fabricloader, fabric-rendering-v0, fabric-resource-conditions-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-networking-v0, fabric-biome-api-v1, fabric-data-attachment-api-v1, fabric-loot-api-v2, fabric-models-v0, fabric-command-api-v1, fabric-content-registries-v0, fabric-data-generation-api-v1, fabric-model-loading-api-v1, fabric-game-rule-api-v1, fabric-events-lifecycle-v0, fabric-resource-loader-v0)
|
||||
[09:34:41] [Worker-Main-5/INFO] (Minecraft) Found unifont_all_no_pua-15.0.06.hex, loading
|
||||
[09:34:41] [Worker-Main-4/WARN] (Minecraft) Texture szar:block/cigany with size 500x500 limits mip level from 4 to 2
|
||||
[09:34:41] [Worker-Main-4/WARN] (Minecraft) minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 2, because of minimum power of two: 4
|
||||
[09:34:41] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: FabricMC
|
||||
[09:34:42] [Worker-Main-3/WARN] (Minecraft) Unable to load model: 'szar:item/weed_join_3d' referenced from: szar:weed_joint#inventory: java.io.FileNotFoundException: szar:models/item/weed_join_3d.json
|
||||
[09:34:42] [Worker-Main-3/WARN] (Minecraft) Unable to load model: 'szar:item/weed_joint_held' referenced from: szar:weed_joint#inventory: java.io.FileNotFoundException: szar:models/item/weed_joint_held.json
|
||||
[09:34:43] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:item.goat_horn.play
|
||||
[09:34:43] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:entity.goat.screaming.horn_break
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) OpenAL initialized on device OpenAL Soft on LM22-B200S (NVIDIA High Definition Audio)
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Sound engine started
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 1024x1024x2 minecraft:textures/atlas/blocks.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
||||
[09:34:43] [Render thread/WARN] (Minecraft) Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
||||
[09:34:43] [Render thread/INFO] (Minecraft) Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
||||
[09:34:47] [Render thread/INFO] (FabricRegistrySync) [fabric-registry-sync] Loaded registry data [file 1/4]
|
||||
[09:34:48] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
||||
[09:34:48] [Render thread/INFO] (Minecraft) Loaded 1272 advancements
|
||||
[09:34:48] [Render thread/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 64 new biomes in 1.328 ms
|
||||
[09:34:48] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.20.1
|
||||
[09:34:48] [Server thread/INFO] (Minecraft) Generating keypair
|
||||
[09:34:49] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
||||
[09:34:50] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[09:34:50] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[09:34:50] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[09:34:50] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[09:34:51] [Render thread/INFO] (Minecraft) Preparing spawn area: 22%
|
||||
[09:34:51] [Render thread/INFO] (Minecraft) Time elapsed: 2371 ms
|
||||
[09:34:51] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
||||
[09:34:51] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
||||
[09:34:52] [Server thread/INFO] (Minecraft) Player474[local:E:f1b5d3b4] logged in with entity id 1 at (4.125017190024392, -59.0, 14.799383692353352)
|
||||
[09:34:52] [Server thread/INFO] (Minecraft) Player474 joined the game
|
||||
[09:34:53] [Render thread/INFO] (Minecraft) Loaded 6 advancements
|
||||
[09:35:01] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[09:35:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:overworld
|
||||
[09:35:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:the_end
|
||||
[09:35:01] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:the_nether
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Player474 lost connection: Disconnected
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Player474 left the game
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Stopping server
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Saving players
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Saving worlds
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:overworld
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:the_end
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[szar]'/minecraft:the_nether
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (szar): All chunks are saved
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
||||
[09:35:02] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
||||
[09:35:03] [Render thread/INFO] (Minecraft) Stopping!
|
||||
[13:26:03] [Render thread/INFO] (Minecraft) Setting user: Player833
|
||||
[13:26:04] [Render thread/INFO] (Indigo) [Indigo] Registering Indigo renderer!
|
||||
[13:26:04] [Render thread/INFO] (Minecraft) Backend library: LWJGL version 3.3.2-snapshot
|
||||
[13:26:06] [Render thread/INFO] (Minecraft) Reloading ResourceManager: vanilla, fabric (fabric-resource-conditions-api-v1, fabricloader, fabric-rendering-fluids-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-particles-v1, fabric-convention-tags-v1, fabric-networking-v0, fabric-game-rule-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-block-api-v1, fabric-api-lookup-api-v1, fabric-key-binding-api-v1, fabric-registry-sync-v0, fabric-data-attachment-api-v1, fabric-loot-tables-v1, fabric-rendering-v0, fabric-dimensions-v1, fabric-message-api-v1, fabric-commands-v0, fabric-rendering-data-attachment-v1, fabric-api, fabric-api-base, szar, fabric-loot-api-v2, fabric-recipe-api-v1, fabric-keybindings-v0, fabric-biome-api-v1, fabric-transitive-access-wideners-v1, fabric-block-view-api-v2, fabric-model-loading-api-v1, fabric-lifecycle-events-v1, fabric-data-generation-api-v1, fabric-item-group-api-v1, fabric-resource-loader-v0, fabric-client-tags-api-v1, fabric-renderer-api-v1, fabric-rendering-v1, fabric-mining-level-api-v1, fabric-containers-v0, fabric-content-registries-v0, fabric-sound-api-v1, fabric-command-api-v2, fabric-blockrenderlayer-v1, fabric-screen-api-v1, fabric-item-api-v1, fabric-transfer-api-v1, fabric-gametest-api-v1, fabric-events-lifecycle-v0, fabric-events-interaction-v0, fabric-crash-report-info-v1, fabric-screen-handler-api-v1, fabric-command-api-v1, fabric-object-builder-api-v1, fabric-entity-events-v1)
|
||||
[13:26:06] [Worker-Main-1/INFO] (Minecraft) Found unifont_all_no_pua-15.0.06.hex, loading
|
||||
[13:26:06] [Realms Notification Availability checker #1/INFO] (Minecraft) Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: FabricMC
|
||||
[13:26:06] [Worker-Main-3/WARN] (Minecraft) Texture szar:block/chemical_2 with size 120x120 limits mip level from 4 to 3
|
||||
[13:26:06] [Worker-Main-3/WARN] (Minecraft) Texture szar:item/handcuffs with size 260x280 limits mip level from 3 to 2
|
||||
[13:26:06] [Worker-Main-3/WARN] (Minecraft) minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 2, because of minimum power of two: 4
|
||||
[13:26:07] [Worker-Main-5/WARN] (Minecraft) Unable to load model: 'szar:item/weed_joint_held' referenced from: szar:weed_joint#inventory: java.io.FileNotFoundException: szar:models/item/weed_joint_held.json
|
||||
[13:26:08] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:item.goat_horn.play
|
||||
[13:26:08] [Render thread/WARN] (Minecraft) Missing sound for event: minecraft:entity.goat.screaming.horn_break
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) OpenAL initialized on device OpenAL Soft on LM22-B200S (NVIDIA High Definition Audio)
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Sound engine started
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 1024x1024x2 minecraft:textures/atlas/blocks.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
|
||||
[13:26:08] [Render thread/INFO] (Minecraft) Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
|
||||
[13:26:09] [Render thread/WARN] (Minecraft) Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
|
||||
[13:26:09] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
|
||||
[13:26:09] [Render thread/INFO] (Minecraft) Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
|
||||
[13:26:09] [Render thread/INFO] (Minecraft) Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
|
||||
[13:26:16] [Render thread/INFO] (FabricRegistrySync) [fabric-registry-sync] Loaded registry data [file 1/4]
|
||||
[13:26:16] [Render thread/INFO] (Minecraft) Loaded 7 recipes
|
||||
[13:26:16] [Render thread/INFO] (Minecraft) Loaded 1273 advancements
|
||||
[13:26:17] [Render thread/INFO] (BiomeModificationImpl) Applied 15 biome modifications to 9 of 64 new biomes in 8.614 ms
|
||||
[13:26:17] [Server thread/INFO] (Minecraft) Starting integrated minecraft server version 1.20.1
|
||||
[13:26:17] [Server thread/INFO] (Minecraft) Generating keypair
|
||||
[13:26:21] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
|
||||
[13:26:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[13:26:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[13:26:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[13:26:23] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[13:26:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 0%
|
||||
[13:26:24] [Render thread/INFO] (Minecraft) Preparing spawn area: 1%
|
||||
[13:26:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 7%
|
||||
[13:26:25] [Render thread/INFO] (Minecraft) Preparing spawn area: 70%
|
||||
[13:26:25] [Render thread/INFO] (Minecraft) Time elapsed: 3609 ms
|
||||
[13:26:25] [Server thread/INFO] (Minecraft) Changing view distance to 12, from 10
|
||||
[13:26:25] [Server thread/INFO] (Minecraft) Changing simulation distance to 12, from 0
|
||||
[13:26:27] [Server thread/INFO] (Minecraft) Player833[local:E:826bab4d] logged in with entity id 149 at (-297.53993394687444, 101.11813584628717, -156.8616665903609)
|
||||
[13:26:27] [Server thread/INFO] (Minecraft) Player833 joined the game
|
||||
[13:26:31] [Render thread/INFO] (Minecraft) Loaded 2 advancements
|
||||
[13:26:40] [Render thread/INFO] (Minecraft) [System] [CHAT] No entity was found
|
||||
[13:26:44] [Render thread/INFO] (Minecraft) [System] [CHAT] No entity was found
|
||||
[13:26:51] [Server thread/INFO] (Minecraft) [Player833: Killed 9 entities]
|
||||
[13:26:51] [Render thread/INFO] (Minecraft) [System] [CHAT] Killed 9 entities
|
||||
[13:26:53] [Server thread/INFO] (Minecraft) [Player833: Killed Hitler]
|
||||
[13:26:53] [Render thread/INFO] (Minecraft) [System] [CHAT] Killed Hitler
|
||||
[13:27:00] [Server thread/INFO] (Minecraft) [Player833: Killed 20 entities]
|
||||
[13:27:00] [Render thread/INFO] (Minecraft) [System] [CHAT] Killed 20 entities
|
||||
[13:27:08] [Server thread/INFO] (Minecraft) [Player833: Set own game mode to Survival Mode]
|
||||
[13:27:08] [Render thread/INFO] (Minecraft) [System] [CHAT] Set own game mode to Survival Mode
|
||||
[13:27:10] [Server thread/INFO] (Minecraft) Player833 was shot by Nazi
|
||||
[13:27:10] [Render thread/INFO] (Minecraft) [System] [CHAT] Player833 was shot by Nazi
|
||||
[13:27:10] [Render thread/INFO] (Minecraft) Loaded 30 advancements
|
||||
[13:27:19] [Server thread/INFO] (Minecraft) [Player833: Set own game mode to Creative Mode]
|
||||
[13:27:19] [Render thread/INFO] (Minecraft) [System] [CHAT] Set own game mode to Creative Mode
|
||||
[13:27:21] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[13:27:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:overworld
|
||||
[13:27:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_nether
|
||||
[13:27:22] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_end
|
||||
[13:27:35] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[13:27:35] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:overworld
|
||||
[13:27:35] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_nether
|
||||
[13:27:35] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_end
|
||||
[13:29:30] [Server thread/INFO] (Minecraft) Saving and pausing game...
|
||||
[13:29:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:overworld
|
||||
[13:29:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_nether
|
||||
[13:29:30] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_end
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Player833 lost connection: Disconnected
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Player833 left the game
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Stopping singleplayer server as player logged out
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Stopping server
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Saving players
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Saving worlds
|
||||
[13:29:31] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:overworld
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_nether
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) Saving chunks for level 'ServerLevel[twin 2]'/minecraft:the_end
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (twin 2): All chunks are saved
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage (DIM1): All chunks are saved
|
||||
[13:29:32] [Server thread/INFO] (Minecraft) ThreadedAnvilChunkStorage: All dimensions are saved
|
||||
[13:29:33] [Render thread/INFO] (Minecraft) Stopping!
|
||||
|
||||
@@ -75,7 +75,7 @@ glDebugVerbosity:1
|
||||
skipMultiplayerWarning:false
|
||||
skipRealms32bitWarning:false
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:false
|
||||
joinedFirstServer:true
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:true
|
||||
showAutosaveIndicator:true
|
||||
@@ -118,7 +118,7 @@ key_key.hotbar.6:key.keyboard.6
|
||||
key_key.hotbar.7:key.keyboard.7
|
||||
key_key.hotbar.8:key.keyboard.8
|
||||
key_key.hotbar.9:key.keyboard.9
|
||||
soundCategory_master:1.0
|
||||
soundCategory_master:0.0
|
||||
soundCategory_music:1.0
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:47:31 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:husbandry/obtain_netherite_hoe": {
|
||||
"criteria": {
|
||||
"netherite_hoe": "2026-01-06 08:48:08 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:47:32 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,75 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/combat/leather_helmet": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/leather_leggings": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:16:03 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/item_frame": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/combat/leather_chestplate": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:13:01 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 08:15:53 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2026-01-07 08:14:27 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:16:03 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:13:02 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/combat/leather_boots": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/misc/leather_horse_armor": {
|
||||
"criteria": {
|
||||
"has_leather": "2026-01-07 08:15:22 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:30:07 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2026-01-06 08:30:55 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:30:08 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"szar:nwordpass": {
|
||||
"criteria": {
|
||||
"used_item": "2026-01-05 11:16:32 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-05 11:15:57 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-05 11:15:58 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"szar:nwordpass": {
|
||||
"criteria": {
|
||||
"used_item": "2026-01-05 11:11:14 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-05 11:11:12 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-05 11:11:12 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:40:49 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:40:50 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:55:39 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:55:40 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:08:21 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/root": {
|
||||
"criteria": {
|
||||
"killed_something": "2026-01-06 08:08:44 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:08:22 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:42:31 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:42:32 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:22:08 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:22:09 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:54:33 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:54:33 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 09:19:14 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 09:19:14 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 09:20:46 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 09:20:46 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:57:34 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:57:35 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:21:36 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 09:21:36 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 09:21:36 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 09:21:36 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:21:36 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 09:21:38 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/coal": {
|
||||
"criteria": {
|
||||
"has_coal_block": "2026-01-06 09:20:03 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/smoker": {
|
||||
"criteria": {
|
||||
"has_furnace": "2026-01-06 09:20:06 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:19:57 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:19:58 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"szar:nwordpass": {
|
||||
"criteria": {
|
||||
"used_item": "2026-01-05 10:43:09 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-05 10:42:50 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-05 10:42:51 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:02:30 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:02:31 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:33:58 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:33:59 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:33:56 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:33:57 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:33:28 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:33:28 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:33:28 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:33:29 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:15:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 09:15:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 09:15:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 09:15:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:15:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 09:15:18 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:57:17 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:57:18 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:31:45 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:31:46 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"szar:nwordpass": {
|
||||
"criteria": {
|
||||
"used_item": "2026-01-05 10:48:20 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-05 10:44:59 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-05 10:45:00 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:45:29 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:45:31 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 09:25:40 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 09:23:06 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 09:23:07 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:47:56 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:47:56 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 09:07:42 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 09:07:43 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:08:26 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:08:27 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 08:59:35 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 08:59:36 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:38:51 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:38:51 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 08:39:38 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 08:39:54 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:34:00 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 09:34:00 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 09:34:00 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 09:34:00 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:34:00 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 09:34:01 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:50:19 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:50:20 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:56:11 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:56:11 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 08:56:11 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 08:56:11 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:56:11 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:56:13 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 09:26:30 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 09:26:31 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/food/cooked_beef_from_smoking": {
|
||||
"criteria": {
|
||||
"has_beef": "2025-12-17 09:30:15 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2025-12-17 09:30:06 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2025-12-17 09:30:07 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"minecraft:recipes/food/cooked_beef": {
|
||||
"criteria": {
|
||||
"has_beef": "2025-12-17 09:30:15 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/food/cooked_beef_from_campfire_cooking": {
|
||||
"criteria": {
|
||||
"has_beef": "2025-12-17 09:30:15 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-06 08:23:38 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-06 08:23:39 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:35:01 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 08:35:01 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 08:35:01 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 08:35:02 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"minecraft:recipes/misc/book": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:34:52 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/crafting_table": {
|
||||
"criteria": {
|
||||
"unlock_right_away": "2026-01-07 09:34:52 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/chest": {
|
||||
"criteria": {
|
||||
"has_lots_of_items": "2026-01-07 09:34:52 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/redstone/dispenser": {
|
||||
"criteria": {
|
||||
"has_bow": "2026-01-07 09:34:52 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:recipes/decorations/cartography_table": {
|
||||
"criteria": {
|
||||
"has_paper": "2026-01-07 09:34:52 +0100"
|
||||
},
|
||||
"done": true
|
||||
},
|
||||
"minecraft:adventure/adventuring_time": {
|
||||
"criteria": {
|
||||
"minecraft:plains": "2026-01-07 09:34:53 +0100"
|
||||
},
|
||||
"done": false
|
||||
},
|
||||
"DataVersion": 3465
|
||||
}
|
||||
|
Before Width: | Height: | Size: 5.7 KiB |