Giter Club home page Giter Club logo

ultraamplifieddimension-forge's Introduction

MAVEN

For developers that want to add UAD to their mod's workspace:

repositories {

  maven {

    url "https://nexus.resourcefulbees.com/repository/maven-public/"

  }

}

 

Don't forget to change 9.2.1 with the actual latest version of this mod.

dependencies {

  ...

  implementation fg.deobf("com.telepathicgrunt:UltraAmplifiedMod:1.16.5-9.2.1-forge")

}

 

Add these two properties to both of your run configs in the build.gradle file. These will allow UAD's mixins to work. After you add the properties lines, refresh Gradle and run genEclipseRuns or genIntellijRuns or genVSCodeRuns based on what IDE you are using.

minecraft {

  ...

  runs {

    client {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

    server {

      ...

      property 'mixin.env.remapRefMap', 'true'

      property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

    }

  }

}

____________________________________________________________________________

 

Ultra Amplified Logo

CURRENTLY FOR 1.16.5 MC

Fabric version of this mod can be found here: https://www.curseforge.com/minecraft/mc-mods/ultra-amplified-dimension-fabric

 

1.16.5 News: Added Recipe Book entries of my mod's recipes

 

(Please report any bugs you find)

 

____________________________________________________________________________

 

WHAT IS ULTRA AMPLIFIED?

Ultra Amplified Dimension is a dimension mod that flattens the land into floating layers and uses vanilla-like biomes with nearly every feature modified to fit better with this insane landscape! This includes trees spawning under the layers with patches of Glowstone-infused blocks providing light and large columns connecting layers! Some biomes were improved greatly such as Tall Birch Forest generating massive thick 2x2 trees and ocean biomes now being giant floating bowls of water! And yes, the Nether and End biome is also included in this world too to make things more interesting. Even the Ice Mountain biome was transformed into Iced Terrain biome where all the Stone is now Ice!

 

Furthermore, you can find some new structures like Mushroom Temples or Ice Spike Temples and when you dig down, you will find a massive maze-like network of Ravines that leads to giant Cave Cavities with the floor filled with lava! The world is meant to be very difficult and tough but also fun to explore every corner! Be sure to stay safe and bring torches with you as you explore the lower layers! (Also, turn on Heavy Fog in the configs for an even more amazing experience!)

 

And lastly, when using this mod, you can craft the 7 glowstone infused blocks with the Crafting Table! Place the dirt-like block to infused in center and then put Glowstone above, below, left, and right of the block to craft the glow variant. Only Glowstone Ore cannot be crafted so it matches the behavior of vanilla ores which cannot be crafted.

 

Also, be sure to check out the images page for several screenshots of what the world looks like! And yes, you can use this mod in a modpack.

____________________________________________________________________________

 

HOW DO I ENTER THIS WORLD?

When using this mod and want to enter this dimension in any worldtype, be sure to build this portal like shown below! 8 Polished Granite, 10 Polished Andesite Slabs, and 1 Polished Diorite. Then right click on the Polished Diorite with Flint and Steel to create the portal block. Right click again on portal block (while not sneaking or crouching) to teleport to the Ultra Amplified Dimension! The reason why right clicking while crouching won't teleport you is so you can now place blocks on the portal itself if you want to. Also, you can mine the portal with any tool or your bare hands if you misplaced it (the portal will drop Polished Diorite when mined). You can change what blocks are needed for the portal frames or what activation items work by using a datapack to override the default tags! An already made datapack you can edit is further down.

 

Picture showing how to make the portal to enter Ultra Amplified Dimension

While playing in UAD's dimension, do note that it may take a moment to load chunks when running a large render distance.

____________________________________________________________________________

 

HOW CAN I CONFIGURE THIS MOD?

One of the biggest feature of this mod is nearly EVERYTHING worldgen is configurable! And to make it easier for you, all you have to do is download the below datapack that works for both Forge and Fabric, unzip it, edit the JSON files to the settings you want, and then put the datapack into your world's datapack folder which is found in the world's saves folder. When making a new world from scratch, you can click the datapack button and just put your datapack in the folder that was automatically opened for you. Though do note, there is a config file for this mod for the stuff that is not able to be done through datapacks such as heavy fog, allowing nether portals, cloud height, and making UAD's portal block always exit player's to the Overworld from UAD instead of their original dimensions.

 

------------------

DATAPACK

https://github.com/TelepathicGrunt/UltraAmplifiedDimension-Fabric/releases/tag/9.2.X

------------------

 

Lets take a look at the datapack! When you enter the data folder, you'll see 4 folder named c, forge, minecraft, and ultra_amplified_dimension. The first three are just for putting my blocks in the right tags for other mods to work with. We can just ignore these folder for most use cases. Instead, open up ultra_amplified_dimension and you will be greeted by several folders that we can check out!

A view in the datapack that shows ultra amplified dimension's worldgen folders such as dimension, structures, and worldgen.

DIMENSION

This folder holds the ultra_amplified_dimension.json file which creates the UAD dimension! Inside it, you can edit all kinds of stuff such as "biome_size" or "sea_level". At the bottom, there are a bunch of structures listed that you can change how common they are. Or you can just delete the structure's entry from this file to make the structure not spawn at all in this dimension! The noise values that created this dimension's shape is also exposed here and can be changed for more crazy or wild world shapes!

 

But the really cool thing is the "regions" section. In here, we have "ocean_biomes", "end_biomes", "nether_biomes", "hot_biomes", "warm_biomes", "cool_biomes", and "icy_biomes" lists. And each entry in this list is a group of biomes with a weight. We can add or remove biomes from here to customize the world more!Even other mod's biomes should work if you add them here. But make sure every region has at least 1 biome group in it. Now, "main_biome" and "weight" are the two entries all biome groups must define in order to work. Increase the weight to make a biome more likely to spawn. But you can add "sub_biome", "border_biome", "shore_biome", "mutated_biome", "mutated_sub_biome", or "mutated_border_biome" entries too to add some variety to the main biome. In the future, I would like to try and add a config option that automatically adds other mod's biomes to the dimension so you don't have to manually add them all by JSON but for now, you'll have to edit this file instead.

 

If you are daring, go to the config for this mod instead and set "import_all_modded_biomes" to true to import all modded biomes into the dimension! However, most other mod's biomes will not look good in the dimension. This is because UAD's biomes were highly tailored and tweaked to fit the terrain generation perfectly. But other mod's biomes are not made to fill land underneath or be so high up. The "imported_biome_blacklist" is also available to blacklist biomes if you choose to turn on "import_all_modded_biomes". But otherwise, I would recommend manually adding specific modded biomes you know will look good in UAD to the "region" section instead.

 

If you are looking to swap the Overworld with UAD's dimension, use this datapack instead that works for both Forge and Fabric:

https://github.com/TelepathicGrunt/UltraAmplifiedDimension-Fabric/releases/tag/9.2.X2

 

DIMENSION_TYPE

The ultra_amplified_dimension.json in this folder determines additional properties of the world such as "ambient_light", "has_skylight", "ultrawarm" (evaporates placed water), "bed_works" (false will make beds explode), and a bit more.

 

LOOT_TABLES

This folder has a blocks and chests folders. The blocks folder holds the loot tables that controls the drops for UAD's Amplified Portal block, glow-variant blocks, and cactus blocks. The folder called chests holds the loot table that controls what chests contains in UAD's structures such as Mushroom Temples or Dungeons. Edit these to change the loot and drops for chests and blocks!

 

RECIPES

This controls the crafting recipe for UAD's glow variant blocks. Edit this if you want to make the glow-variant blocks uncraftable or change it if it is conflicting with another mod's recipe.

 

STRUCTURES

Here, the structures folder will hold the nbt files for all of UAD's structures and nbt features. The parts that makes up the Ice Spike Temple, Dungeons, Sun Shrine, Stonehenge, and more are all located here. You can use Structure Blocks to spawn the structure piece, make edits, resave the changed piece to nbt, and then move it from the world's "generated" folder into this structures folder here to change UAD's structure piece. You can add your own nbt files into here as well and then use a special configured_feature in the worldgen folder to spawn it in the world!

 

TAGS

Here's where the tags that UAD uses are located. Inside the items folder here is "portal_activation_items.json" where you can add or remove as many items as you want that can be used to create UAD's portal! Inside the blocks folder, "portal_corner_blocks.json" and "portal_non_corner_blocks.json" are used to create the portal frame. These can be edited to allow other kinds of blocks to make the portal besides Polished Granite and Polished Andesite Slabs. The rest of the tags are used for worldgen and should only be edited if there is an issue with worldgen but that shouldn't ever happen.

 

WORLDGEN

THIS is the BIG folder that contains most of UAD's worldgen logic! The three folder that you would most likely want to edit are the biome, configured_carver, and configured_features folders. The biomes folder has every UAD's biome and you can edit their JSON to add/remove features, structures, carvers, mobs, whatever you want! You can even change the biome's sky color or grass color or more! Just know that the "depth" and "scale" values do nothing in UAD's dimension at the moment. The configured_carver has the ravines and cave cavity files. You can edit their "probability" entry to make the ravines or caves more rare or common. Higher number is more common. You can also change the tallness of ravines or what height they spawn at.

 

The configured_feature folder has nearly EVERYTHING you can think of. It controls the placements of trees, how common ores are, etc. The one entry you may want to edit is the "minecraft:count_extra" entry or "ultra_amplified_dimension:ledge_surface_placer" entry at the bottom of the jsons. These two control how often that feature spawn per chunk. For "minecraft:count_extra", the count is how many attempts to spawn the feature while extra_chance is how likely that extra_count number of attempts will be tried on top of count's number. For "ultra_amplified_dimension:ledge_surface_placer", the column_passes entry is how many times the game will scan the chunk from top to sea level and valid_spot_chance is how often it will attempt to spawn the feature when it hits the surface of land as it moved down the chunk.

 

The rest of the the JSON should be somewhat easy to work with. Such as copying an ore's file and just swapping out "state": { "Name": "minecraft:coal_ore" }, to the ore you want to spawn instead. Then add the new ore feature you made into the biome's JSON file to have the biome spawn it. Just be aware, "state" entries needs all the properties of the block listed out if the block has properties. Example: "state": { "Properties": {"snowy": "false"}, "Name": "minecraft:grass_block" },

 

The one feature I would like to point out is in ministructures/hay_bale_piles_common.json. This configured feature uses my "ultra_amplified_dimension:nbt_feature" feature that I made and this feature lets you specify any nbt file to spawn! Remember back in the STRUCTURES section when I said you can add your own nbt files to that folder? Well, with this configured feature, you can spawn those nbt files in the world! Pretty neat right? Just be sure to add the new configured feature that you make with this to the biome's JSON file so the biome knows to spawn it.

____________________________________________________________________________

 

If you find an issue, glitch, or have a suggestion about my mod, let me know! But if you don't have a GitHub account to report in the Issue tab above, just comment what the problem is below and I'll try and get back to you ASAP! :)

 

Discord Link to #telepathicgrunt-mods channel for my mods! :

https://discord.gg/SM7WBT6FGu

discord-logo-png-free-transparent-png-logos-discord-png-logo-300_300 (PNG)  | BeeIMG

ultraamplifieddimension-forge's People

Contributors

telepathicgrunt avatar xisage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ultraamplifieddimension-forge's Issues

Flying ores

While exploring this dimension I stumped upon some flying ores inside a cave. Might be because when caverns get generated ores didn't get removed.

2020-05-27_23 44 53

Biome Blacklist Failing

Today for some reason the biome blacklist seems to be failing. I updated forge yesterday and noticed this change today.

Snippet from: /world/serverconfig/ultra_amplified_dimension-server.toml
blacklistedBiomeList = "endergetic:*, midnight:*, rats:*, mining_dimension:*"

2020-06-17_12 09 19

  • Minecraft Version: 1.15.2
  • Operating System: Linux (amd64) version 4.15.0-99-generic
  • Java Version: 1.8.0_251, Oracle Corporation
  • Forge: 31.2.20
  • ultra_amplified_dimension-1.15.2-8.0.3

debug.log
latest.log

Server Startup Crash

I just downloaded 4.6.1 and it worked well in single player. Then I tried to put it on my server and got this crash (I tried starting it up again to see if it was consistent, it was)

UltrAmplified-server-startup-crash.txt

It's a nosuchmethod error, so am I using the wrong version of something or is there a dependency?

World Crashed While Generating Chunk

A test player was flying, but not too fast according to him. The chunks were generating and then the server crashed. After restarting the server, the chunk loaded fine. Here is the crash report.

  • Minecraft Version: 1.15.2
  • Operating System: Linux (amd64) version 4.15.0-99-generic
  • Java Version: 1.8.0_251, Oracle Corporation
  • Forge: 31.2.0
  • ultra_amplified_dimension-1.15.2-8.0.2

crash-2020-06-02_23.54.44-server.txt

UAD fine in single player but low FPS and chunks loading extra slow on server

Minecraft 1.16.5
Forge 36.0.40
UAD 9.0.3

I have a pretty decent PC running the UAD dimension in a pack just fine. But when on a server (8GB RAM dedicated) the FPS drops and the chunks load very slowly if at all. Not sure this is something that is fixable but I do also realise that sometimes server play is overlooked and something is missed. Either way, I thought I'd post this and see what comes up or what specific info I can provide.

Vampirism mod & Ultra Amplified

I'm using your Ultra Amplified Dimension mod (version 1.15.2-7.3.0) as the overworld for a 1.15 pack that I'm working on. One of the mods I've added is Vampirism. Vampires, do spawn, but vampire hunters, the Vampire Biome and Vampire Castle are not spawning. I've used Nature's Compass to search for the vampire biome and while it is listed in the compass database, it says that it is not found.

Is this something you can look into?
Thank you,
CM

Crash when returning to overworld though RandomPortals portal

My game crashes (incosistently, about every other time) when I'm returning to the overworld through a custom portal created through RandomPortals. My overworld was is using the ultra-amplified type. I was able to replicate the crash with this mod installed across several worlds and several game restarts. I've not been able to replicate the crash with ultra amplified removed.

latest.log
This only contains the portion since my character logged in (to a freshly generated world), as the whole log couldn't be uploaded.

UAD biomes spawning in Nether (poorly)

Minecraft 1.16.5
Forge 36.0.40
UAD 9.0.3
When exploring the Nether dimension, we found UAD biomes in the nether.

  1. Not sure if UAD biomes are supposed to spawn in the Nether.
  2. They don't connect well with surrounding biomes and look chunky.
    Images attached below:
    uad2
    uad1

UAD V.9.0.1 incompatibility issue with terraforged - 1.16.4 -Forge 35.1.36

Hello ! Thank for your mod !
I finded an incompatibility issue with BetterEnd Forge mod, I opened and an issue in that mod github too in case.

The log :

Click to expand!

[11janv.2021 22:33:45.469] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, player, --version, 1.16.4-forge-35.1.36, --gameDir, C:\Users\cyril\AppData\Roaming.minecraft, --assetsDir, C:\Users\cyril\AppData\Roaming.minecraft\assets, --assetIndex, 1.16, --uuid, d189f09339c74a9c9068a889dfef7192, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 35.1.36, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201102.104115]
[11janv.2021 22:33:45.472] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[11janv.2021 22:33:45.482] [main/WARN] [cpw.mods.modlauncher.SecureJarHandler/]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[11janv.2021 22:33:45.603] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[11janv.2021 22:33:45.603] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFine ZIP file: C:\Users\cyril\AppData\Roaming.minecraft\mods\preview_OptiFine_1.16.4_HD_U_G6_pre12.jar
[11janv.2021 22:33:45.605] [main/INFO] [optifine.OptiFineTransformer/]: Target.PRE_CLASS is available
[11janv.2021 22:33:45.662] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[11janv.2021 22:33:45.693] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/cyril/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[11janv.2021 22:33:45.697] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[11janv.2021 22:33:46.958] [main/INFO] [optifine.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[11janv.2021 22:33:46.980] [main/INFO] [optifine.OptiFineTransformer/]: Targets: 305
[11janv.2021 22:33:47.482] [main/INFO] [optifine.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[11janv.2021 22:33:47.627] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector]
[11janv.2021 22:33:47.628] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[11janv.2021 22:33:47.629] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.qouteall.hiding_in_the_bushes.MyMixinConnector]
[11janv.2021 22:33:47.631] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [corgiaoc.byg.mixin.MixinConnector]
[11janv.2021 22:33:47.638] [main/INFO] [Portal/]: Invoking Mixin Connector
[11janv.2021 22:33:47.639] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins.json does not specify "minVersion" property
[11janv.2021 22:33:47.640] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_forge.json does not specify "minVersion" property
[11janv.2021 22:33:47.641] [main/ERROR] [mixin/]: Mixin config imm_ptl_peripheral_mixins.json does not specify "minVersion" property
[11janv.2021 22:33:47.646] [main/ERROR] [mixin/]: Mixin config imm_ptl_mixins_optifine.json does not specify "minVersion" property
[11janv.2021 22:33:47.649] [main/INFO] [corgiaoc.byg.BYG/]: BYG: Mixin Connected!
[11janv.2021 22:33:47.649] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.4-forge-35.1.36, --gameDir, C:\Users\cyril\AppData\Roaming.minecraft, --assetsDir, C:\Users\cyril\AppData\Roaming.minecraft\assets, --uuid, d189f09339c74a9c9068a889dfef7192, --username, player, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release]
[11janv.2021 22:33:48.703] [main/WARN] [mixin/]: @mixin target net/minecraft/world/gen/feature/structure/MineshaftPieces$Corridor is public in charm.mixins.json:MineshaftPiecesMixin and should be specified in value
[11janv.2021 22:33:48.703] [main/WARN] [mixin/]: @mixin target net/minecraft/world/gen/feature/structure/MineshaftPieces$Room is public in charm.mixins.json:MineshaftPiecesMixin and should be specified in value
[11janv.2021 22:33:48.875] [main/WARN] [mixin/]: @mixin target net/minecraft/world/server/ChunkManager$EntityTracker is public in imm_ptl_mixins.json:common.entity_sync.MixinEntityTracker and should be specified in value
[11janv.2021 22:33:48.940] [main/WARN] [mixin/]: @mixin target net/minecraft/client/renderer/WorldRenderer$LocalRenderInformationContainer is public in imm_ptl_mixins.json:client.render.MixinWorldRendererChunkInfo and should be specified in value
[11janv.2021 22:33:48.952] [main/WARN] [mixin/]: @mixin target net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$ChunkRender$ChunkRenderTask is public in imm_ptl_mixins_forge.json:client.MixinChunkRenderTask and should be specified in value
[11janv.2021 22:33:48.957] [main/WARN] [mixin/]: @mixin target net/minecraft/client/renderer/chunk/ChunkRenderDispatcher$ChunkRender$RebuildTask is public in imm_ptl_mixins_forge.json:client.MixinRebuildTask and should be specified in value
[11janv.2021 22:33:48.996] [main/WARN] [mixin/]: @mixin target net.optifine.DynamicLights is public in imm_ptl_mixins_optifine.json:MixinDynamicLights and should be specified in value
[11janv.2021 22:33:54.038] [pool-3-thread-1/WARN] [mixin/]: @Final field field_76203_h:Ljava/util/Map; in supplementaries.mixins.json:MapMixin should be final
[11janv.2021 22:33:55.977] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[11janv.2021 22:33:56.628] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: player
[11janv.2021 22:33:56.861] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[11janv.2021 22:33:56.882] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10
[11janv.2021 22:33:57.422] [Render thread/INFO] [net.optifine.Config/]: [OptiFine]
[11janv.2021 22:33:57.423] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OptiFine_1.16.4_HD_U_G6_pre12
[11janv.2021 22:33:57.424] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Build: 20210110-191159
[11janv.2021 22:33:57.425] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[11janv.2021 22:33:57.425] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[11janv.2021 22:33:57.425] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[11janv.2021 22:33:57.425] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] LWJGL: 3.3.0 Win32 WGL EGL OSMesa VisualC DLL
[11janv.2021 22:33:57.454] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2, version 4.6.0 NVIDIA 461.09, NVIDIA Corporation
[11janv.2021 22:33:57.455] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] OpenGL Version: 4.6.0
[11janv.2021 22:33:57.498] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Maximum texture size: 32768x32768
[11janv.2021 22:33:57.501] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] Checking for new version
[11janv.2021 22:33:57.623] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 461.09
[11janv.2021 22:33:57.623] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Vendor: NVIDIA Corporation
[11janv.2021 22:33:57.623] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Renderer: GeForce GTX 1060 6GB/PCIe/SSE2
[11janv.2021 22:33:57.623] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[11janv.2021 22:33:57.624] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[11janv.2021 22:33:57.624] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[11janv.2021 22:33:57.624] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[11janv.2021 22:33:57.624] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Load shaders configuration.
[11janv.2021 22:33:57.629] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Loaded shaderpack: ComplementaryShaders_3.10.zip
[11janv.2021 22:33:57.635] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] [Shaders] Worlds: -31, -30, -29, -28, -27, -23, -1, 1, 2, 5, 7, 10, 17, 20
[11janv.2021 22:33:57.952] [VersionCheck/INFO] [net.optifine.Config/]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.16.4/HD_U.txt
[11janv.2021 22:34:06.163] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.Loader
[11janv.2021 22:34:06.179] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] [Shaders] Parsing block mappings: /shaders/block.properties
[11janv.2021 22:34:06.184] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] [Shaders] Invalid block ID mapping: block.12345=
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: midnight:dark_water
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] [Shaders] Invalid block ID mapping: block.888=midnight:dark_water
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dune_grass
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dead_grass
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:desert_grass
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:sprout
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:bush
[11janv.2021 22:34:06.187] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:mycelium_sprouts
[11janv.2021 22:34:06.188] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:blue_pickerelweed
[11janv.2021 22:34:06.188] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:purple_pickerelweed
[11janv.2021 22:34:06.188] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:rose
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:violet
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:lavender
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:wildflower
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:orange_cosmos
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:pink_daffodil
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:pink_hibiscus
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:glowflower
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:wilted_lily
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:burning_blossom
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:rosewood_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:morado_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:yucca_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:kousa_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:aspen_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:grimwood_sapling
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:warm_monkey_brush
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:hot_monkey_brush
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:scalding_monkey_brush
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:yucca_flower
[11janv.2021 22:34:06.189] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:gilia
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:red_maple_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:orange_maple_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:yellow_maple_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:maple_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:autumn_crocus
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: earthmobsmod:buttercup
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:willow_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:cherry_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_wisteria_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:blue_wisteria_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_wisteria_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_wisteria_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_cabbages
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_onions
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_tomatoes
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_carrots
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_potatoes
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_beetroots
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: neapolitan:small_banana_frond
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: neapolitan:banana_frond
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: neapolitan:large_banana_frond
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:river_sapling
[11janv.2021 22:34:06.190] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:beachgrass
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:white_searocket
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:pink_searocket
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:cattail
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:cartwheel
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:bluebell
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:violet
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:dianthus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:red_lotus_flower
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_lotus_flower
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:yellow_hibiscus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:orange_hibiscus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:red_hibiscus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_hibiscus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:magenta_hibiscus
[11janv.2021 22:34:06.191] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_hibiscus
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:water_hyacinth
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:tall_yucca_flower
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:tall_cattail
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_delphinium
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:blue_delphinium
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_delphinium
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_delphinium
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:bird_of_paradise
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:giant_tall_grass
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_rice
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:flowering_rush
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_beachgrass
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_blue_pickerelweed
[11janv.2021 22:34:06.194] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_purple_pickerelweed
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:water_hyacinth
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:tall_yucca_flower
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:tall_cattail
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_delphinium
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:blue_delphinium
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_delphinium
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_delphinium
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:bird_of_paradise
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:giant_tall_grass
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: farmersdelight:wild_rice
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:flowering_rush
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_beachgrass
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_blue_pickerelweed
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:tall_purple_pickerelweed
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:origin_leaves
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:flowering_oak_leaves
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:rainbow_birch_leaves
[11janv.2021 22:34:06.195] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:yellow_autumn_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:orange_autumn_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:maple_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:fir_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:redwood_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:mahogany_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:palm_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:willow_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dead_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:magic_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:umbran_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: biomesoplenty:hellbark_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: quark:blue_blossom_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: quark:lavender_blossom_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: quark:orange_blossom_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: quark:pink_blossom_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: quark:yellow_blossom_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:rosewood_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:morado_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:flowering_morado_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:yucca_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:kousa_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:aspen_leaves
[11janv.2021 22:34:06.196] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:grimwood_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:red_maple_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:orange_maple_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:yellow_maple_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: autumnity:maple_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:willow_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:cherry_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:blue_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:pink_hanging_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:blue_hanging_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:purple_hanging_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:white_hanging_wisteria_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:hanging_willow_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: upgrade_aquatic:river_leaves
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: atmospheric:passion_vine
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:large_lily_pad
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:giant_lily_pad
[11janv.2021 22:34:06.197] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: environmental:duckweed
[11janv.2021 22:34:06.198] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_lava
[11janv.2021 22:34:06.198] [Render thread/WARN] [net.optifine.Config/]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_water
[11janv.2021 22:34:06.199] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] [Shaders] Parsing item mappings: /shaders/item.properties
[11janv.2021 22:34:06.200] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] [Shaders] Parsing entity mappings: /shaders/entity.properties
[11janv.2021 22:34:06.249] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom texture: texture.gbuffers.depthtex0 = tex/rough.png
[11janv.2021 22:34:06.249] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: tAmin
[11janv.2021 22:34:06.260] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: tAlin
[11janv.2021 22:34:06.261] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: hA
[11janv.2021 22:34:06.261] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: tAfrc
[11janv.2021 22:34:06.261] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: tAfrs
[11janv.2021 22:34:06.262] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: tAmix
[11janv.2021 22:34:06.262] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: timeAngle
[11janv.2021 22:34:06.262] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: timeBrightness
[11janv.2021 22:34:06.263] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: shadowFade
[11janv.2021 22:34:06.263] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom variable: blindFactorSqrt
[11janv.2021 22:34:06.263] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: blindFactor
[11janv.2021 22:34:06.264] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isCold
[11janv.2021 22:34:06.264] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isDesert
[11janv.2021 22:34:06.265] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isMesa
[11janv.2021 22:34:06.265] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isSwamp
[11janv.2021 22:34:06.265] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isMushroom
[11janv.2021 22:34:06.266] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Custom uniform: isSavanna
[11janv.2021 22:34:06.283] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.itemConsumer
[11janv.2021 22:34:06.283] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Field not present: net.minecraftforge.client.model.pipeline.LightUtil.tessellator
[11janv.2021 22:34:06.283] [Render thread/INFO] [Portal/]: start cleaning shader context []
[11janv.2021 22:34:06.285] [Render thread/INFO] [Portal/]: shader context template updated
[11janv.2021 22:34:06.901] [modloading-worker-4/INFO] [chocolate/]: Vanilla is real good, but chocolate is better, let's be honest. :)
[11janv.2021 22:34:06.901] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for firefly
[11janv.2021 22:34:06.950] [modloading-worker-1/INFO] [TerraForged/]: ### Environment: dev=false, stable=true, vanilla=false ###
[11janv.2021 22:34:06.951] [modloading-worker-1/INFO] [TerraForged/]: Signature: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
[11janv.2021 22:34:06.952] [modloading-worker-1/INFO] [TerraForged/]: Trust Data: CN=TerraForged self-signed
[11janv.2021 22:34:06.952] [modloading-worker-1/INFO] [TerraForged/]: Initializing tags
[11janv.2021 22:34:07.186] [modloading-worker-6/ERROR] [net.minecraft.util.Util/]: No data fixer registered for mcwfurnitures:sittable_block
[11janv.2021 22:34:07.186] [modloading-worker-4/INFO] [druidcraft/]: Loading Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-server.toml
[11janv.2021 22:34:07.187] [modloading-worker-4/INFO] [druidcraft/]: Built Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-server.toml
[11janv.2021 22:34:07.187] [modloading-worker-4/INFO] [druidcraft/]: Loaded Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-server.toml
[11janv.2021 22:34:07.188] [modloading-worker-4/INFO] [druidcraft/]: Loading Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-client.toml
[11janv.2021 22:34:07.188] [modloading-worker-4/INFO] [druidcraft/]: Built Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-client.toml
[11janv.2021 22:34:07.188] [modloading-worker-4/INFO] [druidcraft/]: Loaded Config: C:\Users\cyril\AppData\Roaming.minecraft\config\druidcraft-client.toml
[11janv.2021 22:34:07.192] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for slingshot_ammo
[11janv.2021 22:34:07.193] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for goo_ball
[11janv.2021 22:34:07.201] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for rotten_blisterberry
[11janv.2021 22:34:07.202] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for blisterbomb
[11janv.2021 22:34:07.203] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for minion_projectile
[11janv.2021 22:34:07.205] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for minion
[11janv.2021 22:34:07.210] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for rotling
[11janv.2021 22:34:07.212] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for rotwalker
[11janv.2021 22:34:07.213] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for rotbeast
[11janv.2021 22:34:07.214] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dweller
[11janv.2021 22:34:07.215] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for rotdweller
[11janv.2021 22:34:07.216] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for gwibling
[11janv.2021 22:34:07.217] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for brute
[11janv.2021 22:34:07.219] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for scintling
[11janv.2021 22:34:07.221] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for gloomper
[11janv.2021 22:34:07.224] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for stoneborn
[11janv.2021 22:34:07.227] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for nargoyle
[11janv.2021 22:34:07.228] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for muncher
[11janv.2021 22:34:07.229] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for sploogie
[11janv.2021 22:34:07.238] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for masticator
[11janv.2021 22:34:07.240] [modloading-worker-2/ERROR] [net.minecraft.util.Util/]: No data fixer registered for forgotten_guardian
[11janv.2021 22:34:07.395] [modloading-worker-2/INFO] [com.simibubi.create.repack.registrate.AbstractRegistrate/]: Detected new forge version, registering events reflectively.
[11janv.2021 22:34:07.395] [modloading-worker-4/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.2.3...
[11janv.2021 22:34:07.400] [modloading-worker-4/INFO] [Dungeon Crawl/]: net.minecraft.world.gen.feature.StructureFeature@1ea3a25c
[11janv.2021 22:34:07.400] [modloading-worker-4/INFO] [Dungeon Crawl/]: dungeoncrawl:dungeon
[11janv.2021 22:34:07.464] [modloading-worker-5/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 35.1.36, for MC 1.16.4 with MCP 20201102.104115
[11janv.2021 22:34:07.464] [modloading-worker-5/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v35.1.36 Initialized
[11janv.2021 22:34:07.513] [modloading-worker-3/ERROR] [com.telepathicgrunt.blame.Blame/]: Blame 1.8.1 initialized
[11janv.2021 22:34:07.790] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: tower structure registered
[11janv.2021 22:34:07.790] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: ice_tower structure registered
[11janv.2021 22:34:07.790] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: jungle_tower structure registered
[11janv.2021 22:34:07.790] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: derelict_tower structure registered
[11janv.2021 22:34:07.790] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: derelict_grass_tower structure registered
[11janv.2021 22:34:07.791] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: ocean_tower structure registered
[11janv.2021 22:34:07.791] [modloading-worker-5/INFO] [com._idrae.towers_of_the_wild.TowersOfTheWild/]: ocean_warm_tower structure registered
[11janv.2021 22:34:07.868] [modloading-worker-4/INFO] [STDOUT/]: [net.darkhax.pigpen.PigPen::48]: done
[11janv.2021 22:34:07.957] [modloading-worker-4/INFO] [Charm/INTERNAL]: Setting up a new Charm-based module 'charmonium'
[11janv.2021 22:34:07.963] [modloading-worker-4/INFO] [Charm/INTERNAL]: Subscribed 'charmonium' to Forge event bus
[11janv.2021 22:34:07.989] [modloading-worker-4/INFO] [CharmClient/INTERNAL]: Setting up client modules for 'charmonium'
[11janv.2021 22:34:07.990] [modloading-worker-4/INFO] [CharmClient/INTERNAL]: Subscribed client 'charmonium' to Forge event bus
[11janv.2021 22:34:07.995] [modloading-worker-3/INFO] [Charm/INTERNAL]: Setting up a new Charm-based module 'charm'
[11janv.2021 22:34:07.995] [modloading-worker-3/INFO] [Charm/INTERNAL]: Subscribed 'charm' to Forge event bus
[11janv.2021 22:34:08.004] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 0 vertical slab support classes
[11janv.2021 22:34:08.004] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 2 horizontal slab support classes
[11janv.2021 22:34:08.005] [modloading-worker-4/INFO] [corgiaoc.byg.BYG/]: Loading config: C:\Users\cyril\AppData\Roaming.minecraft\config\byg\byg-world.toml
[11janv.2021 22:34:08.007] [modloading-worker-1/INFO] [doubleslabs/]: Loaded 0 container support classes
[11janv.2021 22:34:08.090] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:water_arrow
[11janv.2021 22:34:08.095] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:box_turtle
[11janv.2021 22:34:08.096] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:arrau_turtle
[11janv.2021 22:34:08.097] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:starshell_turtle
[11janv.2021 22:34:08.097] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:oak_fish_mount
[11janv.2021 22:34:08.098] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:spruce_fish_mount
[11janv.2021 22:34:08.098] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:birch_fish_mount
[11janv.2021 22:34:08.098] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:jungle_fish_mount
[11janv.2021 22:34:08.098] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:acacia_fish_mount
[11janv.2021 22:34:08.098] [modloading-worker-4/ERROR] [net.minecraft.util.Util/]: No data fixer registered for aquaculture:dark_oak_fish_mount
[11janv.2021 22:34:08.148] [modloading-worker-3/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name firing, expected charm. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.156] [modloading-worker-3/INFO] [Charm/INTERNAL]: Loaded Quark compatibility class
[11janv.2021 22:34:08.184] [modloading-worker-3/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name woodcutting, expected charm. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.207] [modloading-worker-3/INFO] [CharmClient/INTERNAL]: Setting up client modules for 'charm'
[11janv.2021 22:34:08.207] [modloading-worker-3/INFO] [CharmClient/INTERNAL]: Subscribed client 'charm' to Forge event bus
[11janv.2021 22:34:08.377] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for chest_passenger
[11janv.2021 22:34:08.410] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for leash_knot_fake
[11janv.2021 22:34:08.412] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for pickarang
[11janv.2021 22:34:08.500] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for frog
[11janv.2021 22:34:08.517] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for gravisand
[11janv.2021 22:34:08.525] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for glass_frame
[11janv.2021 22:34:08.526] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for colored_frame
[11janv.2021 22:34:08.543] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for totem
[11janv.2021 22:34:08.577] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for stoneling
[11janv.2021 22:34:08.604] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for wrapped
[11janv.2021 22:34:08.669] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for toretoise
[11janv.2021 22:34:08.674] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for crab
[11janv.2021 22:34:08.786] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for foxhound
[11janv.2021 22:34:08.787] [modloading-worker-5/ERROR] [net.minecraft.util.Util/]: No data fixer registered for skull_pike
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name black_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blue_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brown_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cyan_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name gray_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name green_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.976] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_blue_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_gray_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lime_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name magenta_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name orange_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name pink_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purple_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name white_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:08.977] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name yellow_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:10.169] [Render thread/INFO] [mcwwindows/]: Blocks registered.
[11janv.2021 22:34:10.319] [Render thread/INFO] [mcwdoors/]: Blocks registered.
[11janv.2021 22:34:10.873] [Render thread/INFO] [mcwtrpdoors/]: Blocks registered.
[11janv.2021 22:34:10.899] [Render thread/INFO] [com.polyvalord.extlights.Extlights/]: HELLO from Register Block
[11janv.2021 22:34:11.536] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name sponge, expected biggerspongeabsorptionradius. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:11.537] [Render thread/INFO] [druidcraft/]: Blocks registered.
[11janv.2021 22:34:12.236] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Found 763 blocks
[11janv.2021 22:34:12.236] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cobweb, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.236] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cobweb
[11janv.2021 22:34:12.237] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.237] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_stairs
[11janv.2021 22:34:12.238] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.238] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_door
[11janv.2021 22:34:12.238] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name ladder, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.238] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:ladder
[11janv.2021 22:34:12.239] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cobblestone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.239] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cobblestone_stairs
[11janv.2021 22:34:12.239] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.239] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name iron_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:iron_door
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_pressure_plate
[11janv.2021 22:34:12.240] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.240] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_pressure_plate
[11janv.2021 22:34:12.241] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name snow, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.241] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:snow
[11janv.2021 22:34:12.242] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.242] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_fence
[11janv.2021 22:34:12.242] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cake, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.242] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cake
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name repeater, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:repeater
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name white_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:white_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name orange_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:orange_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name magenta_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:magenta_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_blue_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_blue_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name yellow_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:yellow_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lime_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:lime_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name pink_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.243] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:pink_stained_glass
[11janv.2021 22:34:12.243] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name gray_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:gray_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_gray_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_gray_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cyan_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cyan_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purple_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:purple_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blue_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blue_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brown_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brown_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name green_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:green_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_stained_glass
[11janv.2021 22:34:12.244] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name black_stained_glass, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.244] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:black_stained_glass
[11janv.2021 22:34:12.245] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.245] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_trapdoor
[11janv.2021 22:34:12.245] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.245] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_trapdoor
[11janv.2021 22:34:12.246] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.246] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_trapdoor
[11janv.2021 22:34:12.246] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.246] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_trapdoor
[11janv.2021 22:34:12.247] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.247] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_trapdoor
[11janv.2021 22:34:12.247] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.247] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_trapdoor
[11janv.2021 22:34:12.248] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name iron_bars, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.248] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:iron_bars
[11janv.2021 22:34:12.248] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name chain, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.248] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:chain
[11janv.2021 22:34:12.248] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.248] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:glass_pane
[11janv.2021 22:34:12.249] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.249] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_fence_gate
[11janv.2021 22:34:12.250] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.250] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brick_stairs
[11janv.2021 22:34:12.250] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.250] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_brick_stairs
[11janv.2021 22:34:12.251] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name nether_brick_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.252] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:nether_brick_fence
[11janv.2021 22:34:12.253] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name nether_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.253] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:nether_brick_stairs
[11janv.2021 22:34:12.253] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name sandstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.253] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:sandstone_stairs
[11janv.2021 22:34:12.254] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.254] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_stairs
[11janv.2021 22:34:12.254] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.254] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_stairs
[11janv.2021 22:34:12.255] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.255] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_stairs
[11janv.2021 22:34:12.260] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cobblestone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.260] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cobblestone_wall
[11janv.2021 22:34:12.265] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_cobblestone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.265] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_cobblestone_wall
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name skeleton_wall_skull, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:skeleton_wall_skull
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name wither_skeleton_wall_skull, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:wither_skeleton_wall_skull
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name zombie_wall_head, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:zombie_wall_head
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name player_wall_head, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:player_wall_head
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name creeper_wall_head, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:creeper_wall_head
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dragon_wall_head, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dragon_wall_head
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name anvil, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.266] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:anvil
[11janv.2021 22:34:12.266] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name chipped_anvil, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.267] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:chipped_anvil
[11janv.2021 22:34:12.267] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name damaged_anvil, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.267] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:damaged_anvil
[11janv.2021 22:34:12.267] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_weighted_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.267] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_weighted_pressure_plate
[11janv.2021 22:34:12.267] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name heavy_weighted_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.267] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:heavy_weighted_pressure_plate
[11janv.2021 22:34:12.267] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name comparator, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.267] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:comparator
[11janv.2021 22:34:12.268] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name daylight_detector, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.268] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:daylight_detector
[11janv.2021 22:34:12.268] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name quartz_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.268] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:quartz_stairs
[11janv.2021 22:34:12.269] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name white_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.269] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:white_stained_glass_pane
[11janv.2021 22:34:12.269] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name orange_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.269] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:orange_stained_glass_pane
[11janv.2021 22:34:12.270] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name magenta_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.270] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:magenta_stained_glass_pane
[11janv.2021 22:34:12.270] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_blue_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.270] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_blue_stained_glass_pane
[11janv.2021 22:34:12.270] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name yellow_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.271] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:yellow_stained_glass_pane
[11janv.2021 22:34:12.271] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lime_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.271] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:lime_stained_glass_pane
[11janv.2021 22:34:12.271] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name pink_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.271] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:pink_stained_glass_pane
[11janv.2021 22:34:12.271] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name gray_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.272] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:gray_stained_glass_pane
[11janv.2021 22:34:12.272] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_gray_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.272] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_gray_stained_glass_pane
[11janv.2021 22:34:12.272] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cyan_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.272] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cyan_stained_glass_pane
[11janv.2021 22:34:12.273] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purple_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.273] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:purple_stained_glass_pane
[11janv.2021 22:34:12.273] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blue_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.273] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blue_stained_glass_pane
[11janv.2021 22:34:12.273] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brown_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.273] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brown_stained_glass_pane
[11janv.2021 22:34:12.274] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name green_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.274] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:green_stained_glass_pane
[11janv.2021 22:34:12.274] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.274] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_stained_glass_pane
[11janv.2021 22:34:12.274] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name black_stained_glass_pane, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.274] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:black_stained_glass_pane
[11janv.2021 22:34:12.275] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.275] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_stairs
[11janv.2021 22:34:12.276] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.276] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_stairs
[11janv.2021 22:34:12.276] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name iron_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.276] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:iron_trapdoor
[11janv.2021 22:34:12.277] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name prismarine_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.277] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:prismarine_stairs
[11janv.2021 22:34:12.278] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name prismarine_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.278] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:prismarine_brick_stairs
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_prismarine_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_prismarine_stairs
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name prismarine_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:prismarine_slab
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name prismarine_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:prismarine_brick_slab
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_prismarine_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_prismarine_slab
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name white_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:white_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name orange_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:orange_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name magenta_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:magenta_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_blue_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_blue_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name yellow_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:yellow_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lime_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:lime_carpet
[11janv.2021 22:34:12.279] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name pink_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.279] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:pink_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name gray_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:gray_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_gray_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:light_gray_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cyan_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cyan_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purple_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:purple_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blue_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blue_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brown_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brown_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name green_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:green_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_carpet
[11janv.2021 22:34:12.280] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name black_carpet, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.280] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:black_carpet
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_sandstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_sandstone_stairs
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name oak_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:oak_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.281] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_slab
[11janv.2021 22:34:12.281] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_stone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_stone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:sandstone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cut_sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cut_sandstone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name petrified_oak_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:petrified_oak_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cobblestone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cobblestone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brick_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_brick_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name nether_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:nether_brick_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name quartz_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:quartz_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_sandstone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cut_red_sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:cut_red_sandstone_slab
[11janv.2021 22:34:12.282] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purpur_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.282] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:purpur_slab
[11janv.2021 22:34:12.283] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.283] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_fence_gate
[11janv.2021 22:34:12.283] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.283] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_fence_gate
[11janv.2021 22:34:12.283] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.283] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_fence_gate
[11janv.2021 22:34:12.283] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.283] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_fence_gate
[11janv.2021 22:34:12.284] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.284] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_fence_gate
[11janv.2021 22:34:12.285] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.285] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_fence
[11janv.2021 22:34:12.286] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.286] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_fence
[11janv.2021 22:34:12.287] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.287] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_fence
[11janv.2021 22:34:12.288] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.289] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_fence
[11janv.2021 22:34:12.290] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.290] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_fence
[11janv.2021 22:34:12.290] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name spruce_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.290] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:spruce_door
[11janv.2021 22:34:12.291] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name birch_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.291] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:birch_door
[11janv.2021 22:34:12.291] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name jungle_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.291] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:jungle_door
[11janv.2021 22:34:12.291] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name acacia_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.292] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:acacia_door
[11janv.2021 22:34:12.292] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name dark_oak_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.292] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:dark_oak_door
[11janv.2021 22:34:12.292] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name end_rod, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.292] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:end_rod
[11janv.2021 22:34:12.293] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purpur_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.293] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:purpur_stairs
[11janv.2021 22:34:12.293] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name conduit, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.293] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:conduit
[11janv.2021 22:34:12.294] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_granite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.294] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_granite_stairs
[11janv.2021 22:34:12.294] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_red_sandstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.295] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_red_sandstone_stairs
[11janv.2021 22:34:12.295] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_stone_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.295] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_stone_brick_stairs
[11janv.2021 22:34:12.296] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_diorite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.296] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_diorite_stairs
[11janv.2021 22:34:12.296] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_cobblestone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.297] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_cobblestone_stairs
[11janv.2021 22:34:12.297] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name end_stone_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.297] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:end_stone_brick_stairs
[11janv.2021 22:34:12.298] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.298] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_stairs
[11janv.2021 22:34:12.298] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_sandstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.299] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_sandstone_stairs
[11janv.2021 22:34:12.299] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_quartz_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.299] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_quartz_stairs
[11janv.2021 22:34:12.300] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name granite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.300] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:granite_stairs
[11janv.2021 22:34:12.301] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name andesite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.301] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:andesite_stairs
[11janv.2021 22:34:12.301] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_nether_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.301] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_nether_brick_stairs
[11janv.2021 22:34:12.302] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_andesite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.302] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_andesite_stairs
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name diorite_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:diorite_stairs
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_granite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_granite_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_red_sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_red_sandstone_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_stone_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_stone_brick_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_diorite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_diorite_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_cobblestone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_cobblestone_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name end_stone_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:end_stone_brick_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_sandstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_sandstone_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name smooth_quartz_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:smooth_quartz_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name granite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:granite_slab
[11janv.2021 22:34:12.303] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name andesite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.303] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:andesite_slab
[11janv.2021 22:34:12.304] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_nether_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.304] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_nether_brick_slab
[11janv.2021 22:34:12.304] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_andesite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.304] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_andesite_slab
[11janv.2021 22:34:12.304] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name diorite_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.304] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:diorite_slab
[11janv.2021 22:34:12.309] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.309] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:brick_wall
[11janv.2021 22:34:12.314] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name prismarine_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.314] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:prismarine_wall
[11janv.2021 22:34:12.318] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_sandstone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.318] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_sandstone_wall
[11janv.2021 22:34:12.323] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name mossy_stone_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.323] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:mossy_stone_brick_wall
[11janv.2021 22:34:12.328] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name granite_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.328] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:granite_wall
[11janv.2021 22:34:12.333] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stone_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.333] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stone_brick_wall
[11janv.2021 22:34:12.338] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name nether_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.338] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:nether_brick_wall
[11janv.2021 22:34:12.343] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name andesite_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.343] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:andesite_wall
[11janv.2021 22:34:12.349] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_nether_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.349] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:red_nether_brick_wall
[11janv.2021 22:34:12.354] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name sandstone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.354] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:sandstone_wall
[11janv.2021 22:34:12.359] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name end_stone_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.359] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:end_stone_brick_wall
[11janv.2021 22:34:12.364] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name diorite_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.364] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:diorite_wall
[11janv.2021 22:34:12.364] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name scaffolding, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.364] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:scaffolding
[11janv.2021 22:34:12.364] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name stonecutter, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.364] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:stonecutter
[11janv.2021 22:34:12.364] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lantern, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.364] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:lantern
[11janv.2021 22:34:12.364] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name soul_lantern, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.364] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:soul_lantern
[11janv.2021 22:34:12.365] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.365] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_slab
[11janv.2021 22:34:12.365] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.365] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_slab
[11janv.2021 22:34:12.365] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.365] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_pressure_plate
[11janv.2021 22:34:12.365] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.365] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_pressure_plate
[11janv.2021 22:34:12.366] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.366] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_fence
[11janv.2021 22:34:12.367] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_fence, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.367] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_fence
[11janv.2021 22:34:12.368] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.368] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_trapdoor
[11janv.2021 22:34:12.368] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_trapdoor, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.368] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_trapdoor
[11janv.2021 22:34:12.368] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.368] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_fence_gate
[11janv.2021 22:34:12.368] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_fence_gate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.368] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_fence_gate
[11janv.2021 22:34:12.369] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.369] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_stairs
[11janv.2021 22:34:12.370] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.370] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_stairs
[11janv.2021 22:34:12.370] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name crimson_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.370] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:crimson_door
[11janv.2021 22:34:12.371] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name warped_door, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.371] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:warped_door
[11janv.2021 22:34:12.372] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blackstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.372] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blackstone_stairs
[11janv.2021 22:34:12.377] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blackstone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.378] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blackstone_wall
[11janv.2021 22:34:12.378] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blackstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.378] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:blackstone_slab
[11janv.2021 22:34:12.378] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_brick_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.378] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_brick_slab
[11janv.2021 22:34:12.378] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_brick_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.378] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_brick_stairs
[11janv.2021 22:34:12.383] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_brick_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.383] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_brick_wall
[11janv.2021 22:34:12.384] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_stairs, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.384] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_stairs
[11janv.2021 22:34:12.384] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_slab, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.384] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_slab
[11janv.2021 22:34:12.384] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_pressure_plate, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.384] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_pressure_plate
[11janv.2021 22:34:12.390] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name polished_blackstone_wall, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:12.390] [Render thread/INFO] [com.northwestwind.moreboots.init.BlockInit/]: Registered minecraft:polished_blackstone_wall
[11janv.2021 22:34:13.424] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Blocks registered!
[11janv.2021 22:34:13.440] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name black_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blue_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name brown_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name cyan_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name gray_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name green_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_blue_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name light_gray_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name lime_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name magenta_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name orange_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name pink_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name purple_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name red_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name white_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.441] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name yellow_stained_glass, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.442] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name shears, expected variant16x. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.457] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name blaze_rod, expected placeableblazerods. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.458] [Render thread/INFO] [cactusjuice/]: Foods locally defined.
[11janv.2021 22:34:13.459] [Render thread/INFO] [cactusjuice/]: Items registered.
[11janv.2021 22:34:13.461] [Render thread/INFO] [mcwwindows/]: Items registered.
[11janv.2021 22:34:13.461] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name shield, expected wonderful_enchantments. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.461] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name leather_horse_armor, expected wonderful_enchantments. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.461] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name iron_horse_armor, expected wonderful_enchantments. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.461] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name golden_horse_armor, expected wonderful_enchantments. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.461] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name diamond_horse_armor, expected wonderful_enchantments. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.467] [Render thread/INFO] [mcwdoors/]: Items registered.
[11janv.2021 22:34:13.505] [Render thread/INFO] [mcwtrpdoors/]: Items registered.
[11janv.2021 22:34:13.753] [Render thread/INFO] [patchouli/]: Loaded book jsons on Thread[Render thread,10,main] in 241 ms
[11janv.2021 22:34:13.835] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name sponge, expected biggerspongeabsorptionradius. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.864] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for druidcraft:dreadfish
[11janv.2021 22:34:13.869] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for druidcraft:beetle
[11janv.2021 22:34:13.872] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for druidcraft:lunar_moth
[11janv.2021 22:34:13.872] [Render thread/INFO] [druidcraft/]: Items registered.
[11janv.2021 22:34:13.909] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name slime_ball, expected slimychunksmod. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:13.974] [Render thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix minecraft for name glowstone_dust, expected moreboots. This could be a intended override, but in most cases indicates a broken mod.
[11janv.2021 22:34:14.077] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Items registered!
[11janv.2021 22:34:14.112] [Render thread/INFO] [Bookshelf/]: Registered 11 GlobalLootModifierSerializer entries.
[11janv.2021 22:34:14.115] [Render thread/INFO] [Cursed/]: Registered 1 GlobalLootModifierSerializer entries.
[11janv.2021 22:34:14.117] [Render thread/INFO] [TerraForged/]: Registering level types
[11janv.2021 22:34:14.175] [Render thread/INFO] [druidcraft/]: Tile Entities registered.
[11janv.2021 22:34:14.196] [Render thread/INFO] [randomenchants/]: Registered 43 enchantments!
[11janv.2021 22:34:14.204] [Render thread/INFO] [Cursed/]: Registered 16 Enchantment entries.
[11janv.2021 22:34:14.209] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for camels:camel
[11janv.2021 22:34:14.210] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for variant16x:boat
[11janv.2021 22:34:14.211] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for vanillaboom:prismarine_arrow
[11janv.2021 22:34:14.211] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for vanillaboom:custom_painting
[11janv.2021 22:34:14.212] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for potionofbees:splash_potion_of_bees
[11janv.2021 22:34:14.217] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for guardvillagers:guard
[11janv.2021 22:34:14.236] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for paraglider_wind
[11janv.2021 22:34:14.238] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for betterendforge:end_fish
[11janv.2021 22:34:14.240] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for betterendforge:dragonfly
[11janv.2021 22:34:14.241] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for betterendforge:shadow_walker
[11janv.2021 22:34:14.244] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for betterendforge:end_slime
[11janv.2021 22:34:14.246] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for betterendforge:cubozoa
[11janv.2021 22:34:14.248] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for physical_body
[11janv.2021 22:34:14.253] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for crystal_spider
[11janv.2021 22:34:14.253] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for crystal_web_projectile
[11janv.2021 22:34:14.253] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for crystal_web_projectile
[11janv.2021 22:34:14.254] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for fairylights:fastener
[11janv.2021 22:34:14.256] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for lurkermod:lurker
[11janv.2021 22:34:14.257] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for buildersaddition:seat
[11janv.2021 22:34:14.264] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for honey_slime
[11janv.2021 22:34:14.264] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_gear:ice_cloud
[11janv.2021 22:34:14.265] [Render thread/INFO] [druidcraft/]: Entities registered.
[11janv.2021 22:34:14.266] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:armored_zombie
[11janv.2021 22:34:14.268] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:jungle_zombie
[11janv.2021 22:34:14.271] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:frozen_zombie
[11janv.2021 22:34:14.274] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:armored_skeleton
[11janv.2021 22:34:14.275] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:mossy_skeleton
[11janv.2021 22:34:14.278] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:skeleton_vanguard
[11janv.2021 22:34:14.281] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:skeleton_horseman
[11janv.2021 22:34:14.286] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:necromancer
[11janv.2021 22:34:14.288] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:armored_vindicator
[11janv.2021 22:34:14.290] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:armored_pillager
[11janv.2021 22:34:14.293] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:royal_guard
[11janv.2021 22:34:14.295] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:iceologer
[11janv.2021 22:34:14.297] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:geomancer
[11janv.2021 22:34:14.299] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:windcaller
[11janv.2021 22:34:14.301] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:vindicator_chef
[11janv.2021 22:34:14.301] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:illusioner_clone
[11janv.2021 22:34:14.302] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:mountaineer
[11janv.2021 22:34:14.303] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:armored_mountaineer
[11janv.2021 22:34:14.304] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:icy_creeper
[11janv.2021 22:34:14.307] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:wraith
[11janv.2021 22:34:14.310] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:conjured_slime
[11janv.2021 22:34:14.313] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:redstone_cube
[11janv.2021 22:34:14.317] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:redstone_golem
[11janv.2021 22:34:14.319] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:whisperer
[11janv.2021 22:34:14.323] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:leapleaf
[11janv.2021 22:34:14.325] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:quick_growing_vine
[11janv.2021 22:34:14.326] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:poison_quill_vine
[11janv.2021 22:34:14.328] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:squall_golem
[11janv.2021 22:34:14.329] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:wraith_fireball
[11janv.2021 22:34:14.329] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:slimeball
[11janv.2021 22:34:14.330] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:cobweb_projectile
[11janv.2021 22:34:14.330] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:cobweb_trap
[11janv.2021 22:34:14.332] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:geomancer_wall
[11janv.2021 22:34:14.333] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:geomancer_bomb
[11janv.2021 22:34:14.334] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:redstone_mine
[11janv.2021 22:34:14.335] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:ice_cloud
[11janv.2021 22:34:14.337] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for dungeons_mobs:tornado
[11janv.2021 22:34:14.351] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for abnormals_core:boat
[11janv.2021 22:34:14.352] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for buzzier_bees:grizzly_bear
[11janv.2021 22:34:14.352] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for buzzier_bees:black_bear
[11janv.2021 22:34:14.352] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for buzzier_bees:bumblebee
[11janv.2021 22:34:14.352] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for buzzier_bees:moobloom
[11janv.2021 22:34:14.353] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for extraboats:chest_boat
[11janv.2021 22:34:14.353] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for extraboats:furnace_boat
[11janv.2021 22:34:14.354] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for extraboats:large_boat
[11janv.2021 22:34:14.354] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for super_glue
[11janv.2021 22:34:14.354] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for contraption
[11janv.2021 22:34:14.354] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for stationary_contraption
[11janv.2021 22:34:14.354] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for seat
[11janv.2021 22:34:14.356] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for outer_end:spectrafly
[11janv.2021 22:34:14.358] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for outer_end:purpur_golem
[11janv.2021 22:34:14.360] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for outer_end:himmelite
[11janv.2021 22:34:14.361] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for outer_end:entombed
[11janv.2021 22:34:14.361] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for decorative_blocks:dummy
[11janv.2021 22:34:14.363] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:portal
[11janv.2021 22:34:14.366] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:nether_portal_new
[11janv.2021 22:34:14.368] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:end_portal
[11janv.2021 22:34:14.369] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:mirror
[11janv.2021 22:34:14.371] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:breakable_mirror
[11janv.2021 22:34:14.372] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:global_tracked_portal
[11janv.2021 22:34:14.373] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:border_portal
[11janv.2021 22:34:14.375] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:end_floor_portal
[11janv.2021 22:34:14.376] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:general_breakable_portal
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for immersive_portals:loading_indicator
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for neapolitan:bananarrow
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for neapolitan:banana_peel
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for neapolitan:monkey
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for neapolitan:plantain_spider
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:sonar_wave
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:nautilus
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:pike
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:lionfish
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:thrasher
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:great_thrasher
[11janv.2021 22:34:14.377] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:flare
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:ululu
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:goose
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:glow_squid
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:box_jellyfish
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:cassiopea_jellyfish
[11janv.2021 22:34:14.378] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for upgrade_aquatic:immortal_jellyfish
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:poise_cluster
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:bolloom_fruit
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:boof_block
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:puff_bug
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:bolloom_balloon
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:bolloom_knot
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:booflo_baby
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:booflo_adolescent
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for endergetic:booflo
[11janv.2021 22:34:14.380] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for atmospheric:passionfruit_seed
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:creepie
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:griefer
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:mischief_arrow
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:skeleton_villager
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:creeper_spore_cloud
[11janv.2021 22:34:14.381] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:spore_bomb
[11janv.2021 22:34:14.382] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:burning_banner
[11janv.2021 22:34:14.382] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:rune_prison
[11janv.2021 22:34:14.383] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:executioner
[11janv.2021 22:34:14.386] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:iceologer
[11janv.2021 22:34:14.386] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:iceologer_ice_chunk
[11janv.2021 22:34:14.387] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for savageandravage:iceologer_ice_cloud
[11janv.2021 22:34:14.387] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for autumnity:snail
[11janv.2021 22:34:14.387] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for autumnity:turkey
[11janv.2021 22:34:14.387] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for autumnity:turkey_egg
[11janv.2021 22:34:14.387] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for autumnity:falling_head_block
[11janv.2021 22:34:14.388] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for sit:entity_sit
[11janv.2021 22:34:14.389] [Render thread/ERROR] [net.minecraft.util.Util/]: No data fixer registered for byg:boat
[11janv.2021 22:34:14.389] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Entities registered!
[11janv.2021 22:34:14.430] [Render thread/INFO] [druidcraft/]: GUI registered.
[11janv.2021 22:34:14.450] [Render thread/INFO] [druidcraft/]: Particles registered.
[11janv.2021 22:34:14.494] [Render thread/INFO] [Bookshelf/]: Registered 22 ingredient serializers.
[11janv.2021 22:34:14.494] [Render thread/INFO] [Bookshelf/]: Registered 5 IRecipeSerializer entries.
[11janv.2021 22:34:14.498] [Render thread/ERROR] [net.minecraft.util.registry.SimpleRegistry/]: Adding duplicate value 'farmersdelight:cooking' to registry
[11janv.2021 22:34:14.499] [Render thread/ERROR] [net.minecraft.util.registry.SimpleRegistry/]: Adding duplicate value 'farmersdelight:cutting' to registry
[11janv.2021 22:34:14.507] [Render thread/INFO] [druidcraft/]: Recipes registered.
[11janv.2021 22:34:14.569] [Render thread/INFO] [druidcraft/]: Sound events registered.
[11janv.2021 22:34:14.654] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: An unexpected critical error was encountered
Index: 15
Listeners:
0: NORMAL
1: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@5acdded3 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
2: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@15036029 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
3: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@c4df6aa handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
4: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3d15de69 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
5: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3659499e handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
6: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@14a9aeca handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
7: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@79d2aad7 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
8: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@74e3d808 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
9: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@333d200 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
10: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3dfb3f5e handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
11: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@46c0f3ff handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
12: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@4a55fff6 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
13: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerStructures(Lnet/minecraftforge/event/RegistryEvent$Register;)V
14: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerFeatures(Lnet/minecraftforge/event/RegistryEvent$Register;)V
15: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerBiomes(Lnet/minecraftforge/event/RegistryEvent$Register;)V
16: LOW
17: ASM: class mod.beethoven92.betterendforge.common.init.ModConfiguredSurfaceBuilders$RegistrationHandler register(Lnet/minecraftforge/event/RegistryEvent$Register;)V
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223)
at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121)
at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131)
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119)
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructureFromStream(StructureHelper.java:58)
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructure(StructureHelper.java:45)
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructure(StructureHelper.java:37)
at mod.beethoven92.betterendforge.common.world.structure.EternalPortalStructure.(EternalPortalStructure.java:33)
at mod.beethoven92.betterendforge.common.init.ModStructures.(ModStructures.java:27)
at mod.beethoven92.betterendforge.common.init.ModConfiguredStructures.(ModConfiguredStructures.java:13)
at mod.beethoven92.betterendforge.common.world.biome.MegalakeBiome.(MegalakeBiome.java:35)
at mod.beethoven92.betterendforge.common.init.ModBiomes.(ModBiomes.java:70)
at mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents.registerBiomes(BetterEnd.java:110)
at net.minecraftforge.eventbus.ASMEventHandler_163_WorldGenRegistryEvents_registerBiomes_Register.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
at net.minecraftforge.fml.ModContainer$$Lambda$3263/938056719.run(Unknown Source)
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618)
at net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:56)
at net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:40)
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:230)
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:196)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2944/2083341208.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2945/822982084.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
Caused by: org.spongepowered.asm.mixin.throwables.MixinError: Encountered undecorated Accessor method in ultra_amplified_dimension.mixins.json:features.TemplateInvoker applying to net.minecraft.world.gen.feature.template.Template
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.isAlreadyMerged(MixinApplicatorStandard.java:632)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.mergeMethod(MixinApplicatorStandard.java:548)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1054)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 49 more

[11janv.2021 22:34:14.657] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Registerminecraft:worldgen/biome dispatch for modid betterendforge
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) ~[modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.6.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructureFromStream(StructureHelper.java:58) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructure(StructureHelper.java:45) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.util.StructureHelper.readStructure(StructureHelper.java:37) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.world.structure.EternalPortalStructure.(EternalPortalStructure.java:33) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.init.ModStructures.(ModStructures.java:27) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.init.ModConfiguredStructures.(ModConfiguredStructures.java:13) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.world.biome.MegalakeBiome.(MegalakeBiome.java:35) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.common.init.ModBiomes.(ModBiomes.java:70) ~[?:1.16.4-1.3.0]
at mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents.registerBiomes(BetterEnd.java:110) ~[?:1.16.4-1.3.0]
at net.minecraftforge.eventbus.ASMEventHandler_163_WorldGenRegistryEvents_registerBiomes_Register.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) [?:35.1]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) [?:?]
at net.minecraftforge.fml.ModContainer$$Lambda$3263/938056719.run(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
at net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:56) [?:?]
at net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:40) [?:?]
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243) [?:?]
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:230) [?:?]
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:196) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2944/2083341208.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2945/822982084.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103) [?:?]
at net.minecraft.client.Minecraft.(Minecraft.java:437) [?:?]
at net.minecraft.client.main.Main.main(Main.java:149) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.36.jar:35.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source) [forge-1.16.4-35.1.36.jar:35.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?]
Caused by: org.spongepowered.asm.mixin.throwables.MixinError: Encountered undecorated Accessor method in ultra_amplified_dimension.mixins.json:features.TemplateInvoker applying to net.minecraft.world.gen.feature.template.Template
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.isAlreadyMerged(MixinApplicatorStandard.java:632) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.mergeMethod(MixinApplicatorStandard.java:548) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1054) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
... 49 more
[11janv.2021 22:34:15.680] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Biomes registered!
[11janv.2021 22:34:15.689] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Registering block placer types!
[11janv.2021 22:34:15.700] [Render thread/INFO] [TerraForged/]: Registering decorators
[11janv.2021 22:34:15.715] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Decorators registered!
[11janv.2021 22:34:15.716] [Render thread/INFO] [TerraForged/]: Registering features
[11janv.2021 22:34:15.842] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Features registered!
[11janv.2021 22:34:15.845] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Could not initialize class mod.beethoven92.betterendforge.common.init.ModStructures
Index: 13
Listeners:
0: NORMAL
1: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@5acdded3 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
2: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@15036029 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
3: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@c4df6aa handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
4: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3d15de69 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
5: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3659499e handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
6: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@14a9aeca handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
7: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@79d2aad7 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
8: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@74e3d808 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
9: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@333d200 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
10: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@3dfb3f5e handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
11: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@46c0f3ff handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
12: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@4a55fff6 handleEvent(Lnet/minecraftforge/event/RegistryEvent$Register;)V
13: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerStructures(Lnet/minecraftforge/event/RegistryEvent$Register;)V
14: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerFeatures(Lnet/minecraftforge/event/RegistryEvent$Register;)V
15: ASM: class mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents registerBiomes(Lnet/minecraftforge/event/RegistryEvent$Register;)V
16: LOW
17: ASM: class mod.beethoven92.betterendforge.common.init.ModConfiguredSurfaceBuilders$RegistrationHandler register(Lnet/minecraftforge/event/RegistryEvent$Register;)V
java.lang.NoClassDefFoundError: Could not initialize class mod.beethoven92.betterendforge.common.init.ModStructures
at mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents.registerStructures(BetterEnd.java:117)
at net.minecraftforge.eventbus.ASMEventHandler_161_WorldGenRegistryEvents_registerStructures_Register.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
at net.minecraftforge.fml.ModContainer$$Lambda$3263/938056719.run(Unknown Source)
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618)
at net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:56)
at net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:40)
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243)
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:230)
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:196)
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2944/2083341208.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123)
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2945/822982084.run(Unknown Source)
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103)
at net.minecraft.client.Minecraft.(Minecraft.java:437)
at net.minecraft.client.main.Main.main(Main.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)

[11janv.2021 22:34:15.846] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegistryEvent.Registerminecraft:worldgen/structure_feature dispatch for modid betterendforge
java.lang.NoClassDefFoundError: Could not initialize class mod.beethoven92.betterendforge.common.init.ModStructures
at mod.beethoven92.betterendforge.BetterEnd$WorldGenRegistryEvents.registerStructures(BetterEnd.java:117) ~[?:1.16.4-1.3.0]
at net.minecraftforge.eventbus.ASMEventHandler_161_WorldGenRegistryEvents_registerStructures_Register.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) [?:35.1]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) [?:?]
at net.minecraftforge.fml.ModContainer$$Lambda$3263/938056719.run(Unknown Source) [?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
at net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:56) [?:?]
at net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:40) [?:?]
at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243) [?:?]
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:230) [?:?]
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:196) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$1(ClientModLoader.java:103) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2944/2083341208.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123) [?:?]
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2945/822982084.run(Unknown Source) [?:?]
at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:103) [?:?]
at net.minecraft.client.Minecraft.(Minecraft.java:437) [?:?]
at net.minecraft.client.main.Main.main(Main.java:149) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.36.jar:35.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source) [forge-1.16.4-35.1.36.jar:35.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?]
[11janv.2021 22:34:15.905] [Render thread/INFO] [com.nhwhite3118.cobbler.Cobbler/]: onRegisterStructures start
[11janv.2021 22:34:15.908] [Render thread/INFO] [com.nhwhite3118.cobbler.Cobbler/]: register start
[11janv.2021 22:34:15.908] [Render thread/INFO] [com.nhwhite3118.cobbler.Cobbler/]: register end
[11janv.2021 22:34:15.909] [Render thread/INFO] [com.nhwhite3118.cobbler.Cobbler/]: onRegisterStructures end
[11janv.2021 22:34:15.912] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Structures registered!
[11janv.2021 22:34:15.917] [Render thread/INFO] [corgiaoc.byg.BYG/]: BYG: Surface builders Registered!
[11janv.2021 22:34:15.939] [Render thread/INFO] [com.legacy.structure_gel.StructureGelCompat/]: Checking for biome dictionary registry methods in other mods.
[11janv.2021 22:34:16.221] [Render thread/FATAL] [net.minecraftforge.registries.GameData/]: Detected errors during registry event dispatch, rolling back to VANILLA state
[11janv.2021 22:34:16.647] [Render thread/FATAL] [net.minecraftforge.registries.GameData/]: Detected errors during registry event dispatch, roll back to VANILLA complete
[11janv.2021 22:34:16.652] [Render thread/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event LOAD_REGISTRIES, 2 errors found
[11janv.2021 22:34:16.673] [Render thread/WARN] [net.minecraft.client.GameSettings/]: Removed resource pack mod_resources from options because it doesn't seem to exist anymore
[11janv.2021 22:34:16.698] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[11janv.2021 22:34:16.722] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Block to a broken mod state
[11janv.2021 22:34:16.723] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ColorHandlerEvent$Item to a broken mod state
[11janv.2021 22:34:17.136] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ParticleFactoryRegisterEvent to a broken mod state
[11janv.2021 22:34:17.146] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded
[11janv.2021 22:34:17.189] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, ComplementaryResources 3.10.zip, quark-emote-pack
[11janv.2021 22:34:17.205] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading textures ***
[11janv.2021 22:34:17.206] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Resource packs: ComplementaryResources 3.10.zip, quark-emote-pack
[11janv.2021 22:34:17.258] [Render thread/WARN] [mixin/]: Mixin apply failed outer_end.mixins.json:CapeMixin -> net.minecraft.client.network.play.NetworkPlayerInfo: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on OUTER_END_getLocationCape could not find any targets matching 'Lnet/minecraft/client/network/play/NetworkPlayerInfo;getLocationCape()Lnet/minecraft/util/ResourceLocation;' in net.minecraft.client.network.play.NetworkPlayerInfo. Using refmap outer_end.refmap.json [ -> handler$zhb000$OUTER_END_getLocationCape(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on OUTER_END_getLocationCape could not find any targets matching 'Lnet/minecraft/client/network/play/NetworkPlayerInfo;getLocationCape()Lnet/minecraft/util/ResourceLocation;' in net.minecraft.client.network.play.NetworkPlayerInfo. Using refmap outer_end.refmap.json [ -> handler$zhb000$OUTER_END_getLocationCape(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at sun.reflect.GeneratedConstructorAccessor29.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.0.6.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_51]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) [?:1.8.0_51]
at java.lang.Class.getDeclaredMethods(Class.java:1975) [?:1.8.0_51]
at net.optifine.reflect.ReflectorMethod.getMethods(ReflectorMethod.java:249) [?:?]
at net.optifine.reflect.ReflectorMethod.getTargetMethod(ReflectorMethod.java:58) [?:?]
at net.optifine.reflect.ReflectorMethod.exists(ReflectorMethod.java:108) [?:?]
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.(ChunkRenderDispatcher.java:106) [?:?]
at net.optifine.Config.updateChunkUpdates(Config.java:2540) [?:?]
at net.optifine.Config.frameStart(Config.java:2900) [?:?]
at net.minecraft.client.renderer.GameRenderer.frameInit(GameRenderer.java:1177) [?:?]
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:664) [?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?]
at net.minecraft.client.main.Main.main(Main.java:184) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.36.jar:35.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source) [forge-1.16.4-35.1.36.jar:35.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?]
[11janv.2021 22:34:17.277] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Forge ***
[11janv.2021 22:34:17.277] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelRegistryEvent to a broken mod state
[11janv.2021 22:34:17.278] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[11janv.2021 22:34:17.302] [Worker-Main-7/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:17.302] [Worker-Main-8/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:17.304] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.ModContainer
[11janv.2021 22:34:17.306] [Worker-Main-8/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:17.306] [Worker-Main-7/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:17.317] [Render thread/INFO] [net.optifine.reflect.Reflector/]: [OptiFine] *** Reflector Vanilla ***
[11janv.2021 22:34:17.394] [Worker-Main-9/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:17.394] [Worker-Main-9/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:19.774] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:19.782] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[11janv.2021 22:34:19.785] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/bookshelf/bookshelf.properties
[11janv.2021 22:34:19.786] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/glass/glass.properties
[11janv.2021 22:34:19.789] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/glass/glass_pane.properties
[11janv.2021 22:34:19.791] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/red_sandstone/red_sandstone.properties
[11janv.2021 22:34:19.791] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/sandstone/sandstone.properties
[11janv.2021 22:34:19.791] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[11janv.2021 22:34:19.793] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties
[11janv.2021 22:34:19.802] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties
[11janv.2021 22:34:19.808] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties
[11janv.2021 22:34:19.815] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties
[11janv.2021 22:34:19.821] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties
[11janv.2021 22:34:19.829] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties
[11janv.2021 22:34:19.836] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties
[11janv.2021 22:34:19.843] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties
[11janv.2021 22:34:19.849] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties
[11janv.2021 22:34:19.857] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties
[11janv.2021 22:34:19.863] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties
[11janv.2021 22:34:19.870] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties
[11janv.2021 22:34:19.877] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties
[11janv.2021 22:34:19.884] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties
[11janv.2021 22:34:19.890] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties
[11janv.2021 22:34:19.897] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties
[11janv.2021 22:34:19.904] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties
[11janv.2021 22:34:19.912] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties
[11janv.2021 22:34:19.918] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties
[11janv.2021 22:34:19.926] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties
[11janv.2021 22:34:19.933] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties
[11janv.2021 22:34:19.940] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties
[11janv.2021 22:34:19.947] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties
[11janv.2021 22:34:19.954] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties
[11janv.2021 22:34:19.961] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties
[11janv.2021 22:34:19.968] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties
[11janv.2021 22:34:19.974] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties
[11janv.2021 22:34:19.982] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties
[11janv.2021 22:34:19.987] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties
[11janv.2021 22:34:19.994] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties
[11janv.2021 22:34:20.000] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties
[11janv.2021 22:34:20.007] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties
[11janv.2021 22:34:20.014] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties
[11janv.2021 22:34:20.021] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties
[11janv.2021 22:34:20.027] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multipass connected textures: false
[11janv.2021 22:34:20.029] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[11janv.2021 22:34:21.985] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 4
[11janv.2021 22:34:21.985] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.080] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.087] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.087] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.087] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.092] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.136] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.136] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.136] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.164] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.207] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.207] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.207] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.234] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.242] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.242] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.242] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.249] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.262] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.262] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.262] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.273] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Multitexture: false
[11janv.2021 22:34:23.288] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Sprite size: 64
[11janv.2021 22:34:23.289] [Worker-Main-6/INFO] [net.optifine.Config/]: [OptiFine] Mipmap levels: 6
[11janv.2021 22:34:23.289] [Worker-Main-6/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Pre to a broken mod state
[11janv.2021 22:34:23.320] [Render thread/ERROR] [DynamicSurroundings/Lib]: Failed to load program AURORA
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: java.io.FileNotFoundException: environs:shaders/aurora.vert
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.resources.SimpleReloadableResourceManager.func_199002_a(SimpleReloadableResourceManager.java:63)
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at org.orecruncher.lib.shaders.ShaderManager.createShader(ShaderManager.java:209)
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at org.orecruncher.lib.shaders.ShaderManager.createProgram(ShaderManager.java:196)
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at org.orecruncher.lib.shaders.ShaderManager.loadShaders(ShaderManager.java:187)
[11janv.2021 22:34:23.320] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at org.orecruncher.lib.shaders.ShaderManager.lambda$initShaders$0(ShaderManager.java:180)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at org.orecruncher.lib.shaders.ShaderManager$$Lambda$7271/980471287.func_195410_a(Unknown Source)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.resources.IResourceManagerReloadListener.lambda$reload$0(IResourceManagerReloadListener.java:18)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.resources.IResourceManagerReloadListener$$Lambda$12760/168016905.run(Unknown Source)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.resources.AsyncReloader$$Lambda$12943/1720036222.run(Unknown Source)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:172)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:134)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:115)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:947)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraft.client.main.Main.main(Main.java:184)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[11janv.2021 22:34:23.321] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at java.lang.reflect.Method.invoke(Method.java:497)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$490/897303688.call(Unknown Source)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[11janv.2021 22:34:23.322] [Render thread/INFO] [STDERR/]: [org.orecruncher.lib.logging.ModLog:error:162]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[11janv.2021 22:34:23.421] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized.
[11janv.2021 22:34:23.422] [Render thread/INFO] [SoundControl/SoundUtils]: Enhanced sounds are enabled. Will perform sound engine reconfiguration.
[11janv.2021 22:34:23.451] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started
[11janv.2021 22:34:23.452] [SoundControl Sound Processor/INFO] [SoundControl/SoundFXProcessor]: Threads allocated to SoundControl sound processor: 1
[11janv.2021 22:34:23.628] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[11janv.2021 22:34:23.629] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 1024x512, mipmaps: 4
[11janv.2021 22:34:23.629] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 1024x512, mipmaps: 4
[11janv.2021 22:34:23.650] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 43
[11janv.2021 22:34:23.651] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.652] [Thread-11/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler
java.lang.NullPointerException: null
at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:62) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) [eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:21) [eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:20) [eventbus-3.0.5-service.jar:3.0.5+64+master.ec454d4]
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.0.6.jar:?]
at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.0.6.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
at net.minecraft.client.renderer.GlDebugTextUtils.func_209244_a(GlDebugTextUtils.java:163) [?:?]
at net.minecraft.client.renderer.GlDebugTextUtils$$Lambda$2907/939556525.invoke(Unknown Source) [?:?]
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.653] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.654] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.659] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.659] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.659] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.659] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.660] [Thread-11/ERROR] [net.minecraft.client.renderer.GlDebugTextUtils/]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. Size and/or offset out of range.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[11janv.2021 22:34:23.662] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[11janv.2021 22:34:23.666] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 256x128, mipmaps: 4
[11janv.2021 22:34:23.666] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 256x128, mipmaps: 4
[11janv.2021 22:34:23.666] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.666] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.666] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[11janv.2021 22:34:23.667] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 4
[11janv.2021 22:34:23.667] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 4
[11janv.2021 22:34:23.667] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.667] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.667] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[11janv.2021 22:34:23.668] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 4
[11janv.2021 22:34:23.668] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 4
[11janv.2021 22:34:23.668] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.668] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.668] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[11janv.2021 22:34:23.670] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 4
[11janv.2021 22:34:23.670] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 4
[11janv.2021 22:34:23.670] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.670] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.670] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[11janv.2021 22:34:23.671] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 4
[11janv.2021 22:34:23.671] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 4
[11janv.2021 22:34:23.671] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.671] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.671] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[11janv.2021 22:34:23.672] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 4
[11janv.2021 22:34:23.672] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 4
[11janv.2021 22:34:23.672] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:23.672] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:23.961] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.ModelBakeEvent to a broken mod state
[11janv.2021 22:34:24.099] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[11janv.2021 22:34:24.099] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 0
[11janv.2021 22:34:24.099] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 0
[11janv.2021 22:34:24.100] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:24.100] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:24.101] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[11janv.2021 22:34:24.101] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 0
[11janv.2021 22:34:24.101] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 0
[11janv.2021 22:34:24.102] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:24.102] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:24.102] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[11janv.2021 22:34:24.102] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map normal: 128x128, mipmaps: 0
[11janv.2021 22:34:24.102] [Render thread/INFO] [net.optifine.shaders.SMCLog/]: [Shaders] Allocate texture map specular: 128x128, mipmaps: 0
[11janv.2021 22:34:24.102] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Animated sprites: 0
[11janv.2021 22:34:24.102] [Render thread/ERROR] [net.minecraftforge.fml.ModLoader/]: Cowardly refusing to send event net.minecraftforge.client.event.TextureStitchEvent$Post to a broken mod state
[11janv.2021 22:34:24.105] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] *** Reloading custom textures ***
[11janv.2021 22:34:24.115] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Natural Textures: Parsing default configuration "optifine/natural.properties"
[11janv.2021 22:34:24.115] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Natural Textures: Valid only for textures from default resource pack
[11janv.2021 22:34:24.185] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] CustomColors: Colormap optifine/colormap/redstone.png
[11janv.2021 22:35:00.570] [Render thread/INFO] [net.optifine.Config/]: [OptiFine] Disable Forge light pipeline
[11janv.2021 22:35:00.572] [Render thread/INFO] [net.optifine.Log/]: [OptiFine] Set ForgeConfig.CLIENT.forgeLightPipelineEnabled=false
[11janv.2021 22:35:00.621] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID a22c018d-2abd-465c-8c20-46e76555439d
[11janv.2021 22:35:00.621] [Render thread/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:340]: Negative index in crash report handler (23/26)
[11janv.2021 22:35:00.638] [Render thread/FATAL] [net.minecraftforge.fml.client.ClientModLoader/]: Crash report saved to C:\Users\cyril\AppData\Roaming.minecraft\crash-reports\crash-2021-01-11_22.35.00-fml.txt
[11janv.2021 22:35:01.670] [Render thread/ERROR] [net.optifine.shaders.SMCLog/]: [Shaders] OpenGL error: 1281 (Invalid value), program: none, at: pre-useProgram

Can you see what's wrong please ?
Thank ! Have a good day !

[QUESTION] Will this mod ever be backported to 1.7.10?

1.7.10 still is a very popular version for modding and, as there is not a single mod in 1.7.10 just like yours, will this mod ever be backported to 1.7.10? Obviously, stuff like the end biome would have to either be changed or removed.
You don't have to do that if you don't want to, I just absolutely love your world generation and kind of miss it when playing on 1.7.10.

Limited Oregen

Most mods ores only generate in spawn chunks of 1.15.2 UA overworld dimension, when using UA overworld worldgen. UA is only generating Vanilla, UA, plus ONE other mod's ores (Silent Gems) even as a separate dimension. Mod pack with Silent Gems, Silent Mechanism, Omega, Powah, and Large Ore Deposits, only generates Silent Gems outside small area around spawn. Other Dimension (Dream/Nightmare) and world gen types (Island Generator) have no issues generating these ores.

Possible Corrupt Newly Generated Region/Chunk

I'm not sure if this is a UA issue. I had a player on our test server at a location where he kept timing out. However, other players on the server were not affected, including me. I /tp to him and then I too timed out. At that point, neither of us could join the world. BTW: It was a freshly generated chunk. When we /tp ourselves via ssh console to spawn, we were able to enter the world again. We thought it must be a corrupt chunk/region. Here is the location where I timed-out -5570, 99, 9226.

  • Minecraft Version: 1.15.2
  • Operating System: Linux (amd64) version 4.15.0-99-generic
  • Java Version: 1.8.0_251, Oracle Corporation
  • Forge: 31.2.0
  • ultra_amplified_dimension-1.15.2-8.0.2

latest.log

r.-11.-19.mca.zip

Glowgrass missing? [1.15.2]

Looks like you don't get many bug reports. That's a good thing. But sadly I'm here to add one more. I'm not sure why, but I keep getting this error and crash when I try and launch Minecraft. There's a couple things that set this apart from normal crashes I've received over the years.

  1. I was playing with this mod just two days ago and I haven't done anything to change any of my mods between then and now.
  2. I copy my custom pack over to my brother's computer, and there's no error for him, as I just checked 5 minutes ago.

crash-2020-04-18_22.34.03-client.txt

Edit: It's possible this may be a twitch-induced problem, but I think it's still best that I reported it anyways

Chunks not generating correctly

In my pack, Survival in Chaos, which is being reworked at Create in Chaos we are seeing in testing that chunks are not fully generating with sections sliced down the middle as shown in the screenshots.

Minecraft 1.16.5
Forge 36.1.31
UAD 1.16.5-9.2.0-forge

2021-06-15_17 58 41
2021-06-15_17 56 42

This is the pack in ALPHA: Create in Chaos 1.16.5-0.8.1 ALPHA

Serialization Issue

Hi o/

I believe biome features of Ultra Amplified Dimension are serialized incorrectly, which can cause issues when other mods try to generate them - In this case, the mod TerraForged.

It doesn't cause any issues because UAD biome features aren't used in the Overworld, but I thought you'd prefer to have it reported anyhow.

Version

  • ultra_amplified_dimension-1.15.2-7.2.3

Log

https://gist.github.com/NillerMedDild/0874052ed233231120ee0e1f8c99b749

Original report on TerraForged's issue tracker: https://github.com/TerraForged/TerraForged/issues/29

Portal conflicts with Create

Create renamed polished Granite and polished Diorite to Layered Granite and Layered Diorite. The corner blocks can be replaced with a datapack but the center diorite block can not meaning with both mods one can't access the dimension without re-enabling the polished blocks via create.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.