· 6 years ago · Mar 23, 2020, 04:58 PM
1[23Mar2020 09:48:21.823] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 31.1.24, --fml.mcpVersion, 20200307.202953, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge]
2[23Mar2020 09:48:21.826] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_241 by Oracle Corporation
3[23Mar2020 09:48:22.140] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
4[23Mar2020 09:48:22.249] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Ciddy/Desktop/Minecraft%20Servers/Mod%20Server%201.15.2%20Bee%20Friends%20-%20Copy/mods/MixinBootstrap-1.0.1.jar Service=ModLauncher Env=SERVER
5[23Mar2020 09:48:23.007] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 10:99 token recognition error at: ';'
6[23Mar2020 09:48:23.035] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:0 token recognition error at: 'S'
7[23Mar2020 09:48:23.035] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:1 token recognition error at: 'pa'
8[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:3 token recognition error at: 'w'
9[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:4 token recognition error at: 'n'
10[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:5 token recognition error at: 'e'
11[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:6 token recognition error at: 'r'
12[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:8 token recognition error at: 'N'
13[23Mar2020 09:48:23.036] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:9 token recognition error at: 'B'
14[23Mar2020 09:48:23.037] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 36:10 token recognition error at: 'T'
15[23Mar2020 09:48:23.583] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [snownee.fruits.mixin.Connector]
16[23Mar2020 09:48:23.587] [main/INFO] [Fruit Trees/]: Invoking Mixin Connector
17[23Mar2020 09:48:23.611] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, .]
18[23Mar2020 09:48:34.384] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
19[23Mar2020 09:48:34.385] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
20[23Mar2020 09:48:34.386] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
21[23Mar2020 09:48:34.387] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
22[23Mar2020 09:48:34.389] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
23[23Mar2020 09:48:34.932] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.15.2
24[23Mar2020 09:48:34.945] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer/]: Exception handling console input
25java.io.IOException: The handle is invalid
26 at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_241]
27 at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_241]
28 at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_241]
29 at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_241]
30 at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_241]
31 at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_241]
32 at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_241]
33 at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_241]
34 at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_241]
35 at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_241]
36 at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_241]
37 at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:105) [?:?]
38[23Mar2020 09:48:35.837] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `walljump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
39[23Mar2020 09:48:35.838] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `doublejump`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
40[23Mar2020 09:48:35.838] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `walljump` for name `speedboost`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
41[23Mar2020 09:48:36.027] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `torchbowmod` for name `torchbow`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
42[23Mar2020 09:48:36.027] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `torchbowmod` for name `multitorch`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
43[23Mar2020 09:48:36.103] [modloading-worker-13/INFO] [resourceful_tools/]: Loading ResourcefulTools config: C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\resourceful_tools.toml
44[23Mar2020 09:48:36.105] [modloading-worker-13/INFO] [resourceful_tools/]: Built ResourcefulTools config:C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\resourceful_tools.toml
45[23Mar2020 09:48:36.114] [modloading-worker-3/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
46[23Mar2020 09:48:36.117] [modloading-worker-13/INFO] [resourceful_tools/]: Loaded ResourcefulTools config: C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\resourceful_tools.toml
47[23Mar2020 09:48:36.141] [modloading-worker-1/INFO] [STDOUT/]: [com.endlesnights.torchslabsmod.TorchSlabsMod:<init>:35]: BuzzierBees DETECTED AND LOADED TORCHSLAB COMPAT
48[23Mar2020 09:48:36.143] [modloading-worker-15/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Suite ID: enviro
49[23Mar2020 09:48:36.144] [modloading-worker-15/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Member ID: materials
50[23Mar2020 09:48:36.144] [modloading-worker-15/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Mod ID: enviromats
51[23Mar2020 09:48:36.156] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\lightestlamp-common.toml is not correct. Correcting
52[23Mar2020 09:48:36.165] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldgen was corrected from null to SimpleCommentedConfig:{}
53[23Mar2020 09:48:36.165] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldgen.neon_gen was corrected from null to false
54[23Mar2020 09:48:36.165] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldgen.argon_gen was corrected from null to false
55[23Mar2020 09:48:36.166] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldgen.krypton_gen was corrected from null to false
56[23Mar2020 09:48:36.166] [modloading-worker-8/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key worldgen.boron_gen was corrected from null to true
57[23Mar2020 09:48:36.176] [modloading-worker-11/INFO] [wile.engineersdecor.ModEngineersDecor/]: Engineer's Decor GIT id #27a957b.
58[23Mar2020 09:48:36.234] [modloading-worker-11/INFO] [JarSignVerifier/]: Mod gjeb is signed with a valid certificate.
59[23Mar2020 09:48:36.300] [modloading-worker-8/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `milk_bucket`, expected `industrialforegoing`. This could be a intended override, but in most cases indicates a broken mod.
60[23Mar2020 09:48:36.647] [modloading-worker-9/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\bonsaitrees2-common.toml is not correct. Correcting
61[23Mar2020 09:48:36.647] [modloading-worker-9/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.additionalCuttingTools was corrected from [minecraft:shears] to [minecraft:shears]
62[23Mar2020 09:48:36.658] [modloading-worker-12/INFO] [JarSignVerifier/]: Mod usefulrailroads is signed with a valid certificate.
63[23Mar2020 09:48:36.768] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity element:vampire
64[23Mar2020 09:48:36.773] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity element:heal
65[23Mar2020 09:48:36.774] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity element:bubble
66[23Mar2020 09:48:36.777] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity element:wind
67[23Mar2020 09:48:36.795] [modloading-worker-13/WARN] [ReAuth/]: #########################################
68[23Mar2020 09:48:36.795] [modloading-worker-13/WARN] [ReAuth/]: # ReAuth was loaded on Server #
69[23Mar2020 09:48:36.795] [modloading-worker-13/WARN] [ReAuth/]: # Consider removing it to save some RAM #
70[23Mar2020 09:48:36.796] [modloading-worker-13/WARN] [ReAuth/]: #########################################
71[23Mar2020 09:48:36.827] [modloading-worker-9/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 1.6.3...
72[23Mar2020 09:48:36.840] [modloading-worker-3/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.24, for MC 1.15.2 with MCP 20200307.202953
73[23Mar2020 09:48:36.840] [modloading-worker-3/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v31.1.24 Initialized
74[23Mar2020 09:48:36.859] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:water_arrow
75[23Mar2020 09:48:36.873] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:box_turtle
76[23Mar2020 09:48:36.876] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:arrau_turtle
77[23Mar2020 09:48:36.888] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:starshell_turtle
78[23Mar2020 09:48:36.888] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:oak_fish_mount
79[23Mar2020 09:48:36.889] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:spruce_fish_mount
80[23Mar2020 09:48:36.889] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:birch_fish_mount
81[23Mar2020 09:48:36.898] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:jungle_fish_mount
82[23Mar2020 09:48:36.898] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:acacia_fish_mount
83[23Mar2020 09:48:36.898] [modloading-worker-11/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity aquaculture:dark_oak_fish_mount
84[23Mar2020 09:48:37.211] [modloading-worker-3/WARN] [structurize/]: Structurize starting up
85[23Mar2020 09:48:37.227] [modloading-worker-15/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Setup Complete
86[23Mar2020 09:48:37.267] [modloading-worker-9/INFO] [Kiwi/Init]: Processing 9 KiwiModule annotations
87[23Mar2020 09:48:37.350] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `mekanism` for name `empty_gas`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
88[23Mar2020 09:48:37.357] [modloading-worker-4/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `mekanism` for name `empty_infuse_type`, expected `mekanismgenerators`. This could be a intended override, but in most cases indicates a broken mod.
89[23Mar2020 09:48:37.364] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity extraboats:chest_boat
90[23Mar2020 09:48:37.365] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity extraboats:furnace_boat
91[23Mar2020 09:48:37.366] [modloading-worker-13/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity extraboats:large_boat
92[23Mar2020 09:48:37.957] [modloading-worker-9/INFO] [JarSignVerifier/]: Mod uteamcore is signed with a valid certificate.
93[23Mar2020 09:48:37.978] [modloading-worker-9/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Mod ID: valkyrielib
94[23Mar2020 09:48:38.059] [modloading-worker-4/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity waddles:adelie_penguin
95[23Mar2020 09:48:38.107] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity agate_arrow
96[23Mar2020 09:48:38.108] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity thrown_pebble
97[23Mar2020 09:48:38.112] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity agate_golem
98[23Mar2020 09:48:38.114] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity ancient_lagrahk
99[23Mar2020 09:48:38.117] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity archaic_warrior
100[23Mar2020 09:48:38.119] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bismuth_uletrus
101[23Mar2020 09:48:38.121] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cavern_tick
102[23Mar2020 09:48:38.123] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity contorted_naga
103[23Mar2020 09:48:38.126] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity corrupt_sapper
104[23Mar2020 09:48:38.128] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crystal_golem
105[23Mar2020 09:48:38.130] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity growth_sapper
106[23Mar2020 09:48:38.131] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity howlite_wolf
107[23Mar2020 09:48:38.134] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity lesser_shockshooter
108[23Mar2020 09:48:38.136] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity lesser_spitfire
109[23Mar2020 09:48:38.138] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity markuzar_plant
110[23Mar2020 09:48:38.155] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity foxhound
111[23Mar2020 09:48:38.171] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mineral_arenthis
112[23Mar2020 09:48:38.172] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity muckling
113[23Mar2020 09:48:38.174] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity mutant_growth_extractor
114[23Mar2020 09:48:38.176] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity nomadic_lagrahk
115[23Mar2020 09:48:38.178] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity primal_beast
116[23Mar2020 09:48:38.180] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rocky_luggeroth
117[23Mar2020 09:48:38.182] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity rugged_lurmorus
118[23Mar2020 09:48:38.184] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity saltion
119[23Mar2020 09:48:38.214] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity shallow_arenthis
120[23Mar2020 09:48:38.216] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity shalurker
121[23Mar2020 09:48:38.218] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity spellbound_elemental
122[23Mar2020 09:48:38.220] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity blue_howlite_wolf
123[23Mar2020 09:48:38.222] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity malachite_guard
124[23Mar2020 09:48:38.228] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity pickarang
125[23Mar2020 09:48:38.855] [modloading-worker-8/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity embellishcraft:entity_chair
126[23Mar2020 09:48:38.956] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity glass_frame
127[23Mar2020 09:48:38.957] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity colored_frame
128[23Mar2020 09:48:39.424] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity chest_passenger
129[23Mar2020 09:48:39.458] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity crab
130[23Mar2020 09:48:39.546] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity wrapped
131[23Mar2020 09:48:39.598] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity frog
132[23Mar2020 09:48:39.602] [modloading-worker-15/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Found 1 RS API injection point
133[23Mar2020 09:48:39.602] [modloading-worker-15/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Injected RS API in com.raoulvdberge.refinedstorageaddons.RSAddons RSAPI
134[23Mar2020 09:48:39.690] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity gravisand
135[23Mar2020 09:48:39.777] [modloading-worker-6/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity stoneling
136[23Mar2020 09:48:40.792] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 3 jobs
137[23Mar2020 09:48:40.813] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.017
138[23Mar2020 09:48:40.826] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\config\kiwi-server.toml is not correct. Correcting
139[23Mar2020 09:48:40.826] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key modules.fruittrees was corrected from null to SimpleCommentedConfig:{}
140[23Mar2020 09:48:40.826] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key modules.fruittrees.cherry was corrected from null to true
141[23Mar2020 09:48:40.826] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key modules.fruittrees.hybridization was corrected from null to true
142[23Mar2020 09:48:40.996] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity chineseworkshop.seat
143[23Mar2020 09:48:41.031] [Server thread/INFO] [Kiwi/Init]: Module [kiwi:contributors] initialized
144[23Mar2020 09:48:41.048] [Server thread/INFO] [Kiwi/Init]: Module [fruittrees:cherry] initialized
145[23Mar2020 09:48:41.048] [Server thread/INFO] [Kiwi/Init]: block: 21
146[23Mar2020 09:48:41.048] [Server thread/INFO] [Kiwi/Init]: item: 2
147[23Mar2020 09:48:41.048] [Server thread/INFO] [Kiwi/Init]: particle_type: 1
148[23Mar2020 09:48:41.049] [Server thread/INFO] [Kiwi/Init]: Module [chineseworkshop:materials] initialized
149[23Mar2020 09:48:41.049] [Server thread/INFO] [Kiwi/Init]: item: 4
150[23Mar2020 09:48:41.050] [Server thread/INFO] [Kiwi/Init]: Module [fruittrees:hybridization] initialized
151[23Mar2020 09:48:41.050] [Server thread/INFO] [Kiwi/Init]: recipe_serializer: 1
152[23Mar2020 09:48:41.051] [Server thread/INFO] [Kiwi/Init]: Module [chineseworkshop:blocks] initialized
153[23Mar2020 09:48:41.051] [Server thread/INFO] [Kiwi/Init]: item: 1
154[23Mar2020 09:48:41.051] [Server thread/INFO] [Kiwi/Init]: block: 30
155[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: Module [chineseworkshop:decorations] initialized
156[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: block: 26
157[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: item: 1
158[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: entity_type: 1
159[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: Module [chineseworkshop:debug_stick] initialized
160[23Mar2020 09:48:41.052] [Server thread/INFO] [Kiwi/Init]: item: 1
161[23Mar2020 09:48:41.055] [Server thread/INFO] [Kiwi/Init]: Module [chineseworkshop:retexture] initialized
162[23Mar2020 09:48:41.055] [Server thread/INFO] [Kiwi/Init]: block: 9
163[23Mar2020 09:48:41.055] [Server thread/INFO] [Kiwi/Init]: block_entity_type: 1
164[23Mar2020 09:48:41.058] [Server thread/INFO] [Kiwi/Init]: Module [fruittrees:fruittrees] initialized
165[23Mar2020 09:48:41.058] [Server thread/INFO] [Kiwi/Init]: item: 8
166[23Mar2020 09:48:41.058] [Server thread/INFO] [Kiwi/Init]: block: 37
167[23Mar2020 09:48:41.058] [Server thread/INFO] [Kiwi/Init]: block_entity_type: 1
168[23Mar2020 09:48:41.058] [Server thread/INFO] [Kiwi/Init]: feature: 1
169[23Mar2020 09:48:41.431] [Server thread/INFO] [mcwwindows/]: Blocks registered.
170[23Mar2020 09:48:41.572] [Server thread/INFO] [resourceful_tools/]: ResourcefulTools blocks registered
171[23Mar2020 09:48:41.701] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
172[23Mar2020 09:48:41.701] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
173[23Mar2020 09:48:41.701] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
174[23Mar2020 09:48:41.703] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
175[23Mar2020 09:48:41.705] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
176[23Mar2020 09:48:41.705] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
177[23Mar2020 09:48:41.705] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
178[23Mar2020 09:48:41.706] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
179[23Mar2020 09:48:41.706] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
180[23Mar2020 09:48:41.706] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
181[23Mar2020 09:48:41.707] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
182[23Mar2020 09:48:41.708] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
183[23Mar2020 09:48:41.708] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
184[23Mar2020 09:48:42.335] [Server thread/INFO] [mcwbridges/]: Blocks registered.
185[23Mar2020 09:48:42.918] [Server thread/INFO] [mcwfurnitures/]: Blocks registered.
186[23Mar2020 09:48:43.067] [Server thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Registry Object not present
187 Index: 2
188 Listeners:
189 0: NORMAL
190 1: net.minecraftforge.eventbus.EventBus$$Lambda$2573/901618561@49fa34f4
191 2: ASM: class com.endlesnights.torchslabsmod.TorchSlabsMod registerBlocks(Lnet/minecraftforge/event/RegistryEvent$Register;)V
192java.lang.NullPointerException: Registry Object not present
193 at java.util.Objects.requireNonNull(Unknown Source)
194 at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91)
195 at com.endlesnights.torchslabsmod.blocks.buzzierbees.BuzzierBeesCompat.registerBlocks(BuzzierBeesCompat.java:139)
196 at com.endlesnights.torchslabsmod.TorchSlabsMod.registerBlocks(TorchSlabsMod.java:46)
197 at net.minecraftforge.eventbus.ASMEventHandler_79_TorchSlabsMod_registerBlocks_Register.invoke(.dynamic)
198 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
199 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
200 at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106)
201 at java.util.function.Consumer.lambda$andThen$0(Unknown Source)
202 at java.util.function.Consumer.lambda$andThen$0(Unknown Source)
203 at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
204 at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125)
205 at java.util.ArrayList.forEach(Unknown Source)
206 at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125)
207 at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96)
208 at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
209 at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197)
210 at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189)
211 at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967)
212 at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189)
213 at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45)
214 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122)
215 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613)
216 at java.lang.Thread.run(Unknown Source)
217
218[23Mar2020 09:48:43.068] [Server thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Register<minecraft:block> dispatch for modid torchslabmod
219java.lang.NullPointerException: Registry Object not present
220 at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_241]
221 at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:91) ~[?:?]
222 at com.endlesnights.torchslabsmod.blocks.buzzierbees.BuzzierBeesCompat.registerBlocks(BuzzierBeesCompat.java:139) ~[?:v1.6]
223 at com.endlesnights.torchslabsmod.TorchSlabsMod.registerBlocks(TorchSlabsMod.java:46) ~[?:v1.6]
224 at net.minecraftforge.eventbus.ASMEventHandler_79_TorchSlabsMod_registerBlocks_Register.invoke(.dynamic) ~[?:?]
225 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?]
226 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?]
227 at net.minecraftforge.fml.javafmlmod.FMLModContainer.fireEvent(FMLModContainer.java:106) ~[?:31.1]
228 at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_241]
229 at java.util.function.Consumer.lambda$andThen$0(Unknown Source) ~[?:1.8.0_241]
230 at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?]
231 at net.minecraftforge.fml.ModList.lambda$dispatchSynchronousEvent$5(ModList.java:125) ~[?:?]
232 at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_241]
233 at net.minecraftforge.fml.ModList.dispatchSynchronousEvent(ModList.java:125) ~[?:?]
234 at net.minecraftforge.fml.ModList.lambda$static$1(ModList.java:96) ~[?:?]
235 at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[?:?]
236 at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) ~[?:?]
237 at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) ~[?:?]
238 at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967) [?:?]
239 at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) [?:?]
240 at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) [?:?]
241 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122) [?:?]
242 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
243 at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
244[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: Registering Blocks:
245[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white
246[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_cobble
247[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_polished
248[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick
249[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_small
250[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile
251[23Mar2020 09:48:44.277] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile_small
252[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_stairs
253[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_cobble_stairs
254[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_polished_stairs
255[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_stairs
256[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_small_stairs
257[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile_stairs
258[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile_small_stairs
259[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_slab
260[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_cobble_slab
261[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_polished_slab
262[23Mar2020 09:48:44.278] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_slab
263[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_small_slab
264[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile_slab
265[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_tile_small_slab
266[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_wall
267[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_cobble_wall
268[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_wall
269[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_white_brick_small_wall
270[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange
271[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_cobble
272[23Mar2020 09:48:44.279] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_polished
273[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick
274[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_small
275[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile
276[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile_small
277[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_stairs
278[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_cobble_stairs
279[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_polished_stairs
280[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_stairs
281[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_small_stairs
282[23Mar2020 09:48:44.280] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile_stairs
283[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile_small_stairs
284[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_slab
285[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_cobble_slab
286[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_polished_slab
287[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_slab
288[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_small_slab
289[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile_slab
290[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_tile_small_slab
291[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_wall
292[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_cobble_wall
293[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_wall
294[23Mar2020 09:48:44.281] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_orange_brick_small_wall
295[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta
296[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_cobble
297[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_polished
298[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick
299[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_small
300[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile
301[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile_small
302[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_stairs
303[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_cobble_stairs
304[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_polished_stairs
305[23Mar2020 09:48:44.282] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_stairs
306[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_small_stairs
307[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile_stairs
308[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile_small_stairs
309[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_slab
310[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_cobble_slab
311[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_polished_slab
312[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_slab
313[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_small_slab
314[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile_slab
315[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_tile_small_slab
316[23Mar2020 09:48:44.283] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_wall
317[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_cobble_wall
318[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_wall
319[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_magenta_brick_small_wall
320[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue
321[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_cobble
322[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_polished
323[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick
324[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_small
325[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile
326[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile_small
327[23Mar2020 09:48:44.284] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_stairs
328[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_cobble_stairs
329[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_polished_stairs
330[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_stairs
331[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_small_stairs
332[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile_stairs
333[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile_small_stairs
334[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_slab
335[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_cobble_slab
336[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_polished_slab
337[23Mar2020 09:48:44.285] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_slab
338[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_small_slab
339[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile_slab
340[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_tile_small_slab
341[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_wall
342[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_cobble_wall
343[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_wall
344[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_blue_brick_small_wall
345[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow
346[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_cobble
347[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_polished
348[23Mar2020 09:48:44.286] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick
349[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_small
350[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile
351[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile_small
352[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_stairs
353[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_cobble_stairs
354[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_polished_stairs
355[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_stairs
356[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_small_stairs
357[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile_stairs
358[23Mar2020 09:48:44.287] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile_small_stairs
359[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_slab
360[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_cobble_slab
361[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_polished_slab
362[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_slab
363[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_small_slab
364[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile_slab
365[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_tile_small_slab
366[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_wall
367[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_cobble_wall
368[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_wall
369[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_yellow_brick_small_wall
370[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime
371[23Mar2020 09:48:44.288] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_cobble
372[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_polished
373[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick
374[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_small
375[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile
376[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile_small
377[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_stairs
378[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_cobble_stairs
379[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_polished_stairs
380[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_stairs
381[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_small_stairs
382[23Mar2020 09:48:44.289] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile_stairs
383[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile_small_stairs
384[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_slab
385[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_cobble_slab
386[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_polished_slab
387[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_slab
388[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_small_slab
389[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile_slab
390[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_tile_small_slab
391[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_wall
392[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_cobble_wall
393[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_wall
394[23Mar2020 09:48:44.290] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_lime_brick_small_wall
395[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink
396[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_cobble
397[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_polished
398[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick
399[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_small
400[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile
401[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile_small
402[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_stairs
403[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_cobble_stairs
404[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_polished_stairs
405[23Mar2020 09:48:44.291] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_stairs
406[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_small_stairs
407[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile_stairs
408[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile_small_stairs
409[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_slab
410[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_cobble_slab
411[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_polished_slab
412[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_slab
413[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_small_slab
414[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile_slab
415[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_tile_small_slab
416[23Mar2020 09:48:44.292] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_wall
417[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_cobble_wall
418[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_wall
419[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_pink_brick_small_wall
420[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray
421[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_cobble
422[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_polished
423[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick
424[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_small
425[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile
426[23Mar2020 09:48:44.293] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile_small
427[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_stairs
428[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_cobble_stairs
429[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_polished_stairs
430[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_stairs
431[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_small_stairs
432[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile_stairs
433[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile_small_stairs
434[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_slab
435[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_cobble_slab
436[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_polished_slab
437[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_slab
438[23Mar2020 09:48:44.294] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_small_slab
439[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile_slab
440[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_tile_small_slab
441[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_wall
442[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_cobble_wall
443[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_wall
444[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_gray_brick_small_wall
445[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray
446[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_cobble
447[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_polished
448[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick
449[23Mar2020 09:48:44.295] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_small
450[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile
451[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile_small
452[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_stairs
453[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_cobble_stairs
454[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_polished_stairs
455[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_stairs
456[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_small_stairs
457[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile_stairs
458[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile_small_stairs
459[23Mar2020 09:48:44.296] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_slab
460[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_cobble_slab
461[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_polished_slab
462[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_slab
463[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_small_slab
464[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile_slab
465[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_tile_small_slab
466[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_wall
467[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_cobble_wall
468[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_wall
469[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_light_gray_brick_small_wall
470[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan
471[23Mar2020 09:48:44.297] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_cobble
472[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_polished
473[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick
474[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_small
475[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile
476[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile_small
477[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_stairs
478[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_cobble_stairs
479[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_polished_stairs
480[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_stairs
481[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_small_stairs
482[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile_stairs
483[23Mar2020 09:48:44.298] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile_small_stairs
484[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_slab
485[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_cobble_slab
486[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_polished_slab
487[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_slab
488[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_small_slab
489[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile_slab
490[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_tile_small_slab
491[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_wall
492[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_cobble_wall
493[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_wall
494[23Mar2020 09:48:44.299] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_cyan_brick_small_wall
495[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple
496[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_cobble
497[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_polished
498[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick
499[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_small
500[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile
501[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile_small
502[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_stairs
503[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_cobble_stairs
504[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_polished_stairs
505[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_stairs
506[23Mar2020 09:48:44.300] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_small_stairs
507[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile_stairs
508[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile_small_stairs
509[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_slab
510[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_cobble_slab
511[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_polished_slab
512[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_slab
513[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_small_slab
514[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile_slab
515[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_tile_small_slab
516[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_wall
517[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_cobble_wall
518[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_wall
519[23Mar2020 09:48:44.301] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_purple_brick_small_wall
520[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue
521[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_cobble
522[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_polished
523[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick
524[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_small
525[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile
526[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile_small
527[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_stairs
528[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_cobble_stairs
529[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_polished_stairs
530[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_stairs
531[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_small_stairs
532[23Mar2020 09:48:44.302] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile_stairs
533[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile_small_stairs
534[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_slab
535[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_cobble_slab
536[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_polished_slab
537[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_slab
538[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_small_slab
539[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile_slab
540[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_tile_small_slab
541[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_wall
542[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_cobble_wall
543[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_wall
544[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_blue_brick_small_wall
545[23Mar2020 09:48:44.303] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown
546[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_cobble
547[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_polished
548[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick
549[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_small
550[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile
551[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile_small
552[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_stairs
553[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_cobble_stairs
554[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_polished_stairs
555[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_stairs
556[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_small_stairs
557[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile_stairs
558[23Mar2020 09:48:44.304] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile_small_stairs
559[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_slab
560[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_cobble_slab
561[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_polished_slab
562[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_slab
563[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_small_slab
564[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile_slab
565[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_tile_small_slab
566[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_wall
567[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_cobble_wall
568[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_wall
569[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_brown_brick_small_wall
570[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green
571[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_cobble
572[23Mar2020 09:48:44.305] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_polished
573[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick
574[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_small
575[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile
576[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile_small
577[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_stairs
578[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_cobble_stairs
579[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_polished_stairs
580[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_stairs
581[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_small_stairs
582[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile_stairs
583[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile_small_stairs
584[23Mar2020 09:48:44.306] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_slab
585[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_cobble_slab
586[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_polished_slab
587[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_slab
588[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_small_slab
589[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile_slab
590[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_tile_small_slab
591[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_wall
592[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_cobble_wall
593[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_wall
594[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_green_brick_small_wall
595[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red
596[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_cobble
597[23Mar2020 09:48:44.307] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_polished
598[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick
599[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_small
600[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile
601[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile_small
602[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_stairs
603[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_cobble_stairs
604[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_polished_stairs
605[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_stairs
606[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_small_stairs
607[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile_stairs
608[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile_small_stairs
609[23Mar2020 09:48:44.308] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_slab
610[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_cobble_slab
611[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_polished_slab
612[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_slab
613[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_small_slab
614[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile_slab
615[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_tile_small_slab
616[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_wall
617[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_cobble_wall
618[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_wall
619[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_red_brick_small_wall
620[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black
621[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_cobble
622[23Mar2020 09:48:44.309] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_polished
623[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick
624[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_small
625[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile
626[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile_small
627[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_stairs
628[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_cobble_stairs
629[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_polished_stairs
630[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_stairs
631[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_small_stairs
632[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile_stairs
633[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile_small_stairs
634[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_slab
635[23Mar2020 09:48:44.310] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_cobble_slab
636[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_polished_slab
637[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_slab
638[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_small_slab
639[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile_slab
640[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_tile_small_slab
641[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_wall
642[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_cobble_wall
643[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_wall
644[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:alabaster_black_brick_small_wall
645[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt
646[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_cobble
647[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_polished
648[23Mar2020 09:48:44.311] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick
649[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_small
650[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile
651[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile_small
652[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_stairs
653[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_cobble_stairs
654[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_polished_stairs
655[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_stairs
656[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_small_stairs
657[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile_stairs
658[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile_small_stairs
659[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_slab
660[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_cobble_slab
661[23Mar2020 09:48:44.312] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_polished_slab
662[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_slab
663[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_small_slab
664[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile_slab
665[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_tile_small_slab
666[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_wall
667[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_cobble_wall
668[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_wall
669[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:basalt_brick_small_wall
670[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone
671[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_cobble
672[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_polished
673[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick
674[23Mar2020 09:48:44.313] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_small
675[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile
676[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile_small
677[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_stairs
678[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_cobble_stairs
679[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_polished_stairs
680[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_stairs
681[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_small_stairs
682[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile_stairs
683[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile_small_stairs
684[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_slab
685[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_cobble_slab
686[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_polished_slab
687[23Mar2020 09:48:44.314] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_slab
688[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_small_slab
689[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile_slab
690[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_tile_small_slab
691[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_wall
692[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_cobble_wall
693[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_wall
694[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:hardened_stone_brick_small_wall
695[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite
696[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_cobble
697[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_polished
698[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick
699[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_small
700[23Mar2020 09:48:44.315] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile
701[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile_small
702[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_stairs
703[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_cobble_stairs
704[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_polished_stairs
705[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_stairs
706[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_small_stairs
707[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile_stairs
708[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile_small_stairs
709[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_slab
710[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_cobble_slab
711[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_polished_slab
712[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_slab
713[23Mar2020 09:48:44.316] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_small_slab
714[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile_slab
715[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_tile_small_slab
716[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_wall
717[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_cobble_wall
718[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_wall
719[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:granodiorite_brick_small_wall
720[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble
721[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_cobble
722[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_polished
723[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick
724[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_small
725[23Mar2020 09:48:44.317] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile
726[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile_small
727[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_stairs
728[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_cobble_stairs
729[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_polished_stairs
730[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_stairs
731[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_small_stairs
732[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile_stairs
733[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile_small_stairs
734[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_slab
735[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_cobble_slab
736[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_polished_slab
737[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_slab
738[23Mar2020 09:48:44.318] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_small_slab
739[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile_slab
740[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_tile_small_slab
741[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_wall
742[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_cobble_wall
743[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_wall
744[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:marble_brick_small_wall
745[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice
746[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_cobble
747[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_polished
748[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick
749[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_small
750[23Mar2020 09:48:44.319] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile
751[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile_small
752[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_stairs
753[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_cobble_stairs
754[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_polished_stairs
755[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_stairs
756[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_small_stairs
757[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile_stairs
758[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile_small_stairs
759[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_slab
760[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_cobble_slab
761[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_polished_slab
762[23Mar2020 09:48:44.320] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_slab
763[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_small_slab
764[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile_slab
765[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_tile_small_slab
766[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_wall
767[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_cobble_wall
768[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_wall
769[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:pumice_brick_small_wall
770[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine
771[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_cobble
772[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_polished
773[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick
774[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_small
775[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile
776[23Mar2020 09:48:44.321] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile_small
777[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_stairs
778[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_cobble_stairs
779[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_polished_stairs
780[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_stairs
781[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_small_stairs
782[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile_stairs
783[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile_small_stairs
784[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_slab
785[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_cobble_slab
786[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_polished_slab
787[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_slab
788[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_small_slab
789[23Mar2020 09:48:44.322] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile_slab
790[23Mar2020 09:48:44.323] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_tile_small_slab
791[23Mar2020 09:48:44.323] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_wall
792[23Mar2020 09:48:44.323] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_cobble_wall
793[23Mar2020 09:48:44.323] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_wall
794[23Mar2020 09:48:44.323] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:93]: enviromats:travertine_brick_small_wall
795[23Mar2020 09:48:44.374] [Server thread/INFO] [Botany Pots/]: Registering 34 blocks.
796[23Mar2020 09:48:44.781] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
797[23Mar2020 09:48:44.782] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
798[23Mar2020 09:48:45.080] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
799[23Mar2020 09:48:45.080] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
800[23Mar2020 09:48:45.082] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
801[23Mar2020 09:48:45.082] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
802[23Mar2020 09:48:45.083] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
803[23Mar2020 09:48:45.083] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
804[23Mar2020 09:48:45.528] [Server thread/INFO] [wile.engineersdecor.ModEngineersDecor/]: Registered 75 blocks.
805[23Mar2020 09:48:46.141] [Server thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event LOAD_REGISTRIES, 1 errors found
806[23Mar2020 09:48:46.141] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
807net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
808 Torch Slab Mod (torchslabmod) encountered an error during the load_registries event phase
809§7Registry Object not present
810]
811 at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:201) ~[?:?]
812 at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$24(ModLoader.java:189) ~[?:?]
813 at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:967) ~[?:?]
814 at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:189) ~[?:?]
815 at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) ~[?:?]
816 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122) ~[?:?]
817 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?]
818 at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
819[23Mar2020 09:48:46.151] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: C:\Users\Ciddy\Desktop\Minecraft Servers\Mod Server 1.15.2 Bee Friends - Copy\.\crash-reports\crash-2020-03-23_09.48.46-server.txt
820[23Mar2020 09:48:46.155] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
821[23Mar2020 09:48:46.155] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
822[23Mar2020 09:48:46.156] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Exception stopping the server
823java.lang.RuntimeException: The server has failed to initialize correctly due to mod loading errors. Examine the crash report for more details.
824 at net.minecraftforge.common.DimensionManager.getWorld(DimensionManager.java:185) ~[?:?]
825 at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:1004) ~[?:?]
826 at net.minecraft.server.MinecraftServer.func_213211_a(MinecraftServer.java:536) ~[?:?]
827 at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:568) ~[?:?]
828 at net.minecraft.server.dedicated.DedicatedServer.func_71260_j(DedicatedServer.java:549) ~[?:?]
829 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:676) [?:?]
830 at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]