
Datapack help?
BioTechproject27 opened this issue ยท 9 comments
So I've tried adding stems from another mod. Village and Pillage Arise [https://modrinth.com/mod/village-pillage-arise], which add azalea wood.
However, oak still nourishes azalea and flowering azalea leaves, while azalea logs don't do anything.
So, into data\villagepillagearise\seperated_leaves
I've put azalea.json:
{
"leaves": ["minecraft:azalea_leaves", "minecraft:flowering_azalea_leaves"],
"logs": ["#villagepillagearise:azalea_logs"]
}
And into data\minecraft\seperated_leaves
I've put oak.json:
{
"leaves": ["minecraft:oak_leaves"],
"logs": ["#minecraft:oak_logs"]
}
Did I do sth wrong?
It's probably something stupid like a spelling error, help
btw, yes, #villagepillagearise:azalea_logs
exists as a block tag, the mod is loaded and works with all other vanilla wood, the datapack in general is also loaded.
Using separatedleaves-2.2.1-fabric-1.20.2.jar
1.20.1
Nope, just a few warnings but I don't think any of them are significant?
[19:16:34] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.0
[19:16:34] [main/INFO]: Fabric is preparing JARs on first launch, this may take a few seconds...
[19:16:35] [main/INFO]: Loading 59 mods:
- architectury 9.1.12
- fabric-api 0.91.0+1.20.1
|-- fabric-api-base 0.4.30+7abfd51577
|-- fabric-api-lookup-api-v1 1.6.35+4d8536c977
|-- fabric-biome-api-v1 13.0.12+215bbe9677
|-- fabric-block-api-v1 1.0.10+92a0d36777
|-- fabric-block-view-api-v2 1.0.0+92a0d36777
|-- fabric-blockrenderlayer-v1 1.1.40+b3afc78b77
|-- fabric-client-tags-api-v1 1.1.1+97bb207577
|-- fabric-command-api-v1 1.2.33+f71b366f77
|-- fabric-command-api-v2 2.2.12+b3afc78b77
|-- fabric-commands-v0 0.2.50+df3654b377
|-- fabric-containers-v0 0.1.63+df3654b377
|-- fabric-content-registries-v0 4.0.10+57aed33f77
|-- fabric-convention-tags-v1 1.5.4+a1a980da77
|-- fabric-crash-report-info-v1 0.2.18+aeb40ebe77
|-- fabric-data-generation-api-v1 12.3.3+d7b148e077
|-- fabric-dimensions-v1 2.1.53+8536527b77
|-- fabric-entity-events-v1 1.5.22+b3afc78b77
|-- fabric-events-interaction-v0 0.6.1+e91849a877
|-- fabric-events-lifecycle-v0 0.2.62+df3654b377
|-- fabric-game-rule-api-v1 1.0.39+ae9f657a77
|-- fabric-item-api-v1 2.1.27+b3afc78b77
|-- fabric-item-group-api-v1 4.0.11+d7b148e077
|-- fabric-key-binding-api-v1 1.0.36+fb8d95da77
|-- fabric-keybindings-v0 0.2.34+df3654b377
|-- fabric-lifecycle-events-v1 2.2.21+b3afc78b77
|-- fabric-loot-api-v2 1.2.0+96dfa95977
|-- fabric-loot-tables-v1 1.1.44+9e7660c677
|-- fabric-message-api-v1 5.1.8+d7b148e077
|-- fabric-mining-level-api-v1 2.1.49+b3afc78b77
|-- fabric-model-loading-api-v1 1.0.2+709a987177
|-- fabric-models-v0 0.4.1+9386d8a777
|-- fabric-networking-api-v1 1.3.10+eeb8eb3677
|-- fabric-networking-v0 0.3.50+df3654b377
|-- fabric-object-builder-api-v1 11.1.2+4ee0bc6077
|-- fabric-particles-v1 1.1.1+201a23a077
|-- fabric-recipe-api-v1 1.0.20+b3afc78b77
|-- fabric-registry-sync-v0 2.3.2+4df89eb277
|-- fabric-renderer-api-v1 3.2.0+39a511ba77
|-- fabric-renderer-indigo 1.5.0+39a511ba77
|-- fabric-renderer-registries-v1 3.2.45+df3654b377
|-- fabric-rendering-data-attachment-v1 0.3.36+92a0d36777
|-- fabric-rendering-fluids-v1 3.0.27+b3afc78b77
|-- fabric-rendering-v0 1.1.48+df3654b377
|-- fabric-rendering-v1 3.0.7+b3afc78b77
|-- fabric-resource-conditions-api-v1 2.3.7+29de845d77
|-- fabric-resource-loader-v0 0.11.9+132c48c177
|-- fabric-screen-api-v1 2.0.7+b3afc78b77
|-- fabric-screen-handler-api-v1 1.3.29+b3afc78b77
|-- fabric-sound-api-v1 1.0.12+b3afc78b77
|-- fabric-transfer-api-v1 3.3.3+c81d263177
\-- fabric-transitive-access-wideners-v1 4.3.0+6c31357e77
- fabricloader 0.15.0
\-- mixinextras 0.3.0
- java 17
- minecraft 1.20.1
- separatedleaves 2.2.1
- villagepillagearise 0.1.2
[19:16:35] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[19:16:35] [main/INFO]: Compatibility level set to JAVA_16
[19:16:35] [main/INFO]: Compatibility level set to JAVA_17
[19:16:36] [main/WARN]: Reference map 'separatedleaves-fabric-refmap.json' for separatedleaves.mixins.json could not be read. If this is a development environment you can ignore this message
[19:16:40] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.0).
[19:16:48] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 432 milliseconds
[19:16:50] [Render thread/INFO]: [STDERR]: Version: 3.3.1 SNAPSHOT
[19:16:50] [Render thread/INFO]: [STDERR]: OS: Windows 10 v10.0
[19:16:50] [Render thread/INFO]: [STDERR]: JRE: Windows amd64 17.0.2
[19:16:50] [Render thread/INFO]: [STDERR]: JVM: Java HotSpot(TM) 64-Bit Server VM v17.0.2+8-LTS-86 by Oracle Corporation
[19:16:50] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl
[19:16:50] [Render thread/INFO]: [STDERR]: Module: org.lwjgl
[19:16:51] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl.dll
[19:16:51] [Render thread/INFO]: [STDERR]: Loading library: jemalloc
[19:16:51] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.jemalloc
[19:16:51] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\jemalloc.dll
[19:16:51] [Render thread/INFO]: [STDERR]: MemoryUtil allocator: JEmallocAllocator
[19:16:51] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:16:52] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME}
[19:16:53] [Render thread/INFO]: Registering Mod items for villagepillagearise
[19:16:53] [Render thread/INFO]: Registering Mod blocks for villagepillagearise
[19:16:53] [Render thread/INFO]: Registering Paintings for villagepillagearise
[19:16:53] [Render thread/INFO]: Registering Block Entities for villagepillagearise
[19:16:53] [Render thread/INFO]: Registering entities for villagepillagearise
[19:16:53] [Render thread/INFO]: Registering S2C receiver with id architectury:spawn_entity_packet
[19:16:53] [Render thread/INFO]: [Indigo] Registering Indigo renderer!
[19:16:53] [Render thread/INFO]: [STDERR]: Loading library: glfw
[19:16:53] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.glfw
[19:16:53] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\glfw.dll
[19:16:53] [Render thread/WARN]: Skipping bad option:
[19:16:54] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[19:16:54] [Render thread/INFO]: [STDERR]: Java 9 check intrinsics enabled
[19:16:54] [Render thread/INFO]: [STDERR]: Closure Registry: simple
[19:16:55] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_opengl
[19:16:55] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl
[19:16:55] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl_opengl.dll
[19:16:55] [Render thread/INFO]: [STDERR]: Loading library: opengl32
[19:16:55] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl
[19:16:55] [Render thread/INFO]: [STDERR]: opengl32.dll not found in org.lwjgl.librarypath=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0
[19:16:55] [Render thread/INFO]: [STDERR]: Loaded from system paths: C:\Windows\SYSTEM32\opengl32.dll
[19:16:55] [Render thread/INFO]: [STDERR]: Java 10 multiplyHigh enabled
[19:16:55] [Render thread/INFO]: [STDERR]: [GL] GL_ARB_shader_subroutine was reported as available but an entry point is missing.
[19:16:55] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_stb
[19:16:55] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.stb
[19:16:56] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\lwjgl_stb.dll
[19:16:56] [Render thread/INFO]: [STDERR]: Java 9 text decoding enabled
[19:16:56] [Render thread/INFO]: [STDERR]: Loading library: OpenAL
[19:16:56] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.openal
[19:16:56] [Render thread/INFO]: [STDERR]: Loaded from org.lwjgl.librarypath: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.0\OpenAL.dll
[19:16:57] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, villagepillagearise)
[19:16:58] [Worker-Main-10/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
[19:17:00] [Worker-Main-9/WARN]: Missing textures in model villagepillagearise:redstone_boots#inventory:
minecraft:textures/atlas/blocks.png:villagepillagearise:item/redstone_boots
[19:17:08] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[19:17:08] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[19:17:08] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Cylinder (High Definition Audio Device)
[19:17:08] [Render thread/INFO]: Sound engine started
[19:17:08] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[19:17:08] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[19:17:08] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[19:17:08] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[19:17:08] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[19:17:08] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[19:17:08] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[19:17:08] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[19:17:08] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[19:17:08] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[19:17:09] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[19:17:09] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[19:17:09] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[19:17:14] [Render thread/INFO]: Loaded 7 recipes
[19:17:14] [Render thread/INFO]: Loaded 1310 advancements
[19:17:49] [Render thread/WARN]: Failed to load icon from pack file/Custom Datapack 1.20.1
java.io.IOException: Could not load image: Image not of any known type, or corrupt
at net.minecraft.class_1011.method_4303(class_1011.java:138) ~[client-intermediary.jar:?]
at net.minecraft.class_1011.method_4310(class_1011.java:103) ~[client-intermediary.jar:?]
at net.minecraft.class_1011.method_4309(class_1011.java:94) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_30289(class_5375.java:232) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_30288(class_5375.java:243) ~[client-intermediary.jar:?]
at java.util.HashMap.computeIfAbsent(HashMap.java:1220) ~[?:?]
at net.minecraft.class_5375.method_30287(class_5375.java:243) ~[client-intermediary.jar:?]
at net.minecraft.class_5369$class_5372.method_30286(class_5369.java:126) ~[client-intermediary.jar:?]
at net.minecraft.class_521$class_4271.method_25343(class_521.java:135) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_44397(class_350.java:462) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25311(class_350.java:447) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25394(class_350.java:227) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_25394(class_5375.java:178) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_47413(class_437.java:110) ~[client-intermediary.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:945) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1219) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[1.20.1-0.15.0.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.0.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.0.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.0.jar:?]
[19:17:52] [Render thread/WARN]: Failed to load icon from pack file/Custom Datapack 1.20.1
java.io.IOException: Could not load image: Image not of any known type, or corrupt
at net.minecraft.class_1011.method_4303(class_1011.java:138) ~[client-intermediary.jar:?]
at net.minecraft.class_1011.method_4310(class_1011.java:103) ~[client-intermediary.jar:?]
at net.minecraft.class_1011.method_4309(class_1011.java:94) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_30289(class_5375.java:232) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_30288(class_5375.java:243) ~[client-intermediary.jar:?]
at java.util.HashMap.computeIfAbsent(HashMap.java:1220) ~[?:?]
at net.minecraft.class_5375.method_30287(class_5375.java:243) ~[client-intermediary.jar:?]
at net.minecraft.class_5369$class_5372.method_30286(class_5369.java:126) ~[client-intermediary.jar:?]
at net.minecraft.class_521$class_4271.method_25343(class_521.java:135) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_44397(class_350.java:462) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25311(class_350.java:447) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25394(class_350.java:227) ~[client-intermediary.jar:?]
at net.minecraft.class_5375.method_25394(class_5375.java:178) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_47413(class_437.java:110) ~[client-intermediary.jar:?]
at net.minecraft.class_757.method_3192(class_757.java:945) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1219) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[1.20.1-0.15.0.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.0.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.0.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.0.jar:?]
[19:18:03] [Render thread/INFO]: Loaded 7 recipes
[19:18:03] [Render thread/INFO]: Loaded 1310 advancements
[19:18:10] [Render thread/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 2.783 ms
[19:18:10] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[19:18:10] [Server thread/INFO]: Generating keypair
[19:18:15] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:18:15] [Render thread/INFO]: Preparing spawn area: 0%
[19:18:15] [Render thread/INFO]: Preparing spawn area: 0%
[19:18:16] [Render thread/INFO]: Preparing spawn area: 0%
[19:18:16] [Render thread/INFO]: Preparing spawn area: 0%
[19:18:17] [Render thread/INFO]: Preparing spawn area: 1%
[19:18:17] [Render thread/INFO]: Preparing spawn area: 1%
[19:18:18] [Render thread/INFO]: Preparing spawn area: 2%
[19:18:18] [Render thread/INFO]: Preparing spawn area: 3%
[19:18:19] [Render thread/INFO]: Preparing spawn area: 4%
[19:18:19] [Render thread/INFO]: Preparing spawn area: 6%
[19:18:20] [Render thread/INFO]: Preparing spawn area: 6%
[19:18:20] [Render thread/INFO]: Preparing spawn area: 9%
[19:18:21] [Render thread/INFO]: Preparing spawn area: 11%
[19:18:21] [Render thread/INFO]: Preparing spawn area: 12%
[19:18:22] [Render thread/INFO]: Preparing spawn area: 15%
[19:18:22] [Render thread/INFO]: Preparing spawn area: 16%
[19:18:23] [Render thread/INFO]: Preparing spawn area: 18%
[19:18:23] [Render thread/INFO]: Preparing spawn area: 20%
[19:18:24] [Render thread/INFO]: Preparing spawn area: 23%
[19:18:24] [Render thread/INFO]: Preparing spawn area: 24%
[19:18:25] [Render thread/INFO]: Preparing spawn area: 27%
[19:18:25] [Render thread/INFO]: Preparing spawn area: 30%
[19:18:26] [Render thread/INFO]: Preparing spawn area: 32%
[19:18:26] [Render thread/INFO]: Preparing spawn area: 34%
[19:18:27] [Render thread/INFO]: Preparing spawn area: 39%
[19:18:27] [Render thread/INFO]: Preparing spawn area: 43%
[19:18:28] [Render thread/INFO]: Preparing spawn area: 43%
[19:18:28] [Render thread/INFO]: Preparing spawn area: 46%
[19:18:29] [Render thread/INFO]: Preparing spawn area: 51%
[19:18:29] [Render thread/INFO]: Preparing spawn area: 54%
[19:18:30] [Render thread/INFO]: Preparing spawn area: 56%
[19:18:30] [Render thread/INFO]: Preparing spawn area: 59%
[19:18:31] [Render thread/INFO]: Preparing spawn area: 61%
[19:18:31] [Render thread/INFO]: Preparing spawn area: 64%
[19:18:32] [Render thread/INFO]: Preparing spawn area: 68%
[19:18:32] [Render thread/INFO]: Preparing spawn area: 70%
[19:18:33] [Render thread/INFO]: Preparing spawn area: 74%
[19:18:33] [Render thread/INFO]: Preparing spawn area: 76%
[19:18:34] [Render thread/INFO]: Preparing spawn area: 79%
[19:18:34] [Render thread/INFO]: Preparing spawn area: 83%
[19:18:35] [Render thread/INFO]: Preparing spawn area: 85%
[19:18:35] [Render thread/INFO]: Preparing spawn area: 88%
[19:18:36] [Render thread/INFO]: Preparing spawn area: 91%
[19:18:36] [Render thread/INFO]: Preparing spawn area: 93%
[19:18:37] [Render thread/INFO]: Preparing spawn area: 97%
[19:18:37] [Render thread/INFO]: Time elapsed: 22313 ms
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:acacia
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:azalea
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:birch
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:cherry
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:dark_oak
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:jungle
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:mangrove
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:oak
[19:18:37] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:spruce
[19:18:37] [Server thread/INFO]: Changing view distance to 12, from 10
[19:18:37] [Server thread/INFO]: Changing simulation distance to 12, from 0
[19:18:39] [Server thread/INFO]: {MINECRAFT_USERNAME}[local:E:5bcf9d00] logged in with entity id 88 at (1.5, 105.0, 7.5)
[19:18:39] [Server thread/INFO]: {MINECRAFT_USERNAME} joined the game
[19:18:40] [Server thread/INFO]: Saving and pausing game...
[19:18:41] [Render thread/INFO]: Loaded 2 advancements
[19:18:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:18:42] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:18:42] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:18:42] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2167ms or 43 ticks behind
[19:18:44] [Render thread/INFO]: [STDERR]: Java 10 memcpy enabled
[19:19:16] [Render thread/INFO]: Loaded 5 advancements
[19:19:25] [Render thread/INFO]: Loaded 7 advancements
[19:19:35] [Server thread/INFO]: [{MINECRAFT_USERNAME}: Gamerule randomTickSpeed is now set to: 1000]
[19:19:35] [Render thread/INFO]: [System] [CHAT] Gamerule randomTickSpeed is now set to: 1000
[19:19:41] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2018ms or 40 ticks behind
[19:20:02] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 6127ms or 122 ticks behind
[19:20:20] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2610ms or 52 ticks behind
[19:20:31] [Render thread/INFO]: Loaded 14 advancements
[19:20:34] [Server thread/INFO]: Saving and pausing game...
[19:20:34] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:20:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:20:35] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:20:36] [Server thread/INFO]: {MINECRAFT_USERNAME} lost connection: Disconnected
[19:20:36] [Server thread/INFO]: {MINECRAFT_USERNAME} left the game
[19:20:36] [Server thread/INFO]: Stopping singleplayer server as player logged out
[19:20:36] [Server thread/INFO]: Stopping server
[19:20:36] [Server thread/INFO]: Saving players
[19:20:36] [Server thread/INFO]: Saving worlds
[19:20:37] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:20:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:20:41] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:20:41] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
[19:20:41] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:20:41] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:20:41] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[19:20:53] [Render thread/INFO]: Loaded 7 recipes
[19:20:53] [Render thread/INFO]: Loaded 1310 advancements
[19:20:54] [Render thread/INFO]: Applied 0 biome modifications to 0 of 64 new biomes in 255.4 ?s
[19:20:54] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[19:20:54] [Server thread/INFO]: Generating keypair
[19:20:55] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[19:20:56] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:57] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:57] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:57] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:57] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:57] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:58] [Render thread/INFO]: Preparing spawn area: 0%
[19:20:58] [Render thread/INFO]: Preparing spawn area: 3%
[19:20:59] [Render thread/INFO]: Preparing spawn area: 68%
[19:20:59] [Render thread/INFO]: Time elapsed: 4165 ms
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:acacia
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:azalea
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:birch
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:cherry
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:dark_oak
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:jungle
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:mangrove
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:oak
[19:21:02] [Server thread/INFO]: Loaded Separated Leaves file separatedleaves:spruce
[19:21:02] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 3218ms or 64 ticks behind
[19:21:02] [Server thread/INFO]: Changing view distance to 12, from 10
[19:21:02] [Server thread/INFO]: Changing simulation distance to 12, from 0
[19:21:02] [Server thread/INFO]: {MINECRAFT_USERNAME}[local:E:0e00534e] logged in with entity id 2864 at (-33.102630798772104, 132.25156213339702, -57.32087860120373)
[19:21:02] [Server thread/INFO]: {MINECRAFT_USERNAME} joined the game
[19:21:03] [Render thread/INFO]: Loaded 14 advancements
[19:21:09] [Render thread/INFO]: [System] [CHAT] There are 3 data pack(s) enabled: [vanilla (built-in)], [fabric (Fabric mod)], [file/Custom Datapack 1.20.1 (world)]
[19:21:09] [Render thread/INFO]: [System] [CHAT] There are no more data packs available
[19:21:11] [Server thread/INFO]: Saving and pausing game...
[19:21:11] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:21:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:21:12] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:22:30] [Render thread/INFO]: Loaded 17 advancements
[19:26:48] [Server thread/INFO]: Saving and pausing game...
[19:26:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:26:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:26:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:26:51] [Server thread/INFO]: {MINECRAFT_USERNAME} lost connection: Disconnected
[19:26:51] [Server thread/INFO]: {MINECRAFT_USERNAME} left the game
[19:26:51] [Server thread/INFO]: Stopping singleplayer server as player logged out
[19:26:51] [Server thread/INFO]: Stopping server
[19:26:51] [Server thread/INFO]: Saving players
[19:26:51] [Server thread/INFO]: Saving worlds
[19:26:51] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[19:26:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[19:26:55] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[19:26:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
[19:26:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[19:26:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[19:26:55] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[19:26:57] [Render thread/INFO]: Stopping!
Yes it had an issue reading the datapack icon, but the datapack in general still worked.
Also, on a completely seperate note, 2.2.1-fabric-1.20.4 doesn't work at all in 1.20.1(and maybe other versions), eventhough it's marked as compatible (at least on modrinth)
That should work now
Also, on a completely seperate note, 2.2.1-fabric-1.20.4 doesn't work at all in 1.20.1(and maybe other versions), eventhough it's marked as compatible (at least on modrinth)
ah @BioTechproject27, i've found the problem, you should override azalea.json
instead of oak.json
Alright, so I put my azalea.json into data/separated_leaves/separated_leaves
(which I guess is what you meant cuz it didn't work with seperatedleaves) and the tree itself doesn't decay now once it grows (with randomtickspeed set to very high), which it did before.
But the leaves are also still kept alive by all kinds of other logs (oak, birch, etc)?
Man why is this such a headache lmfao