Code Monkey home page Code Monkey logo

createdeco's People

Contributors

ckenja avatar cofl avatar ithundxr avatar kayladillo avatar talrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

createdeco's Issues

Crash on server launch

[Error] Failed to create mod instance. ModID: createdeco, class com.github.talrey.createdeco.CreateDecoModjava.lang.reflect.InvocationTargetException: null at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[javafmllanguage-1.18.1-39.0.10.jar%23158!:?] at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[fmlcore-1.18.1-39.0.10.jar%23157!:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]Caused by: java.lang.NoSuchMethodError: 'com.simibubi.create.repack.registrate.util.nullness.NonNullConsumer com.simibubi.create.foundation.data.CreateRegistrate.connectedTextures(com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour)' at com.github.talrey.createdeco.Registration.lambda$registerBlocks$128(Registration.java:858) ~[createdeco-1.2.2-1.18.jar%2371!:1.2.2-1.18] at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?] at com.github.talrey.createdeco.Registration.registerBlocks(Registration.java:797) ~[createdeco-1.2.2-1.18.jar%2371!:1.2.2-1.18] at com.github.talrey.createdeco.CreateDecoMod.<init>(CreateDecoMod.java:57) ~[createdeco-1.2.2-1.18.jar%2371!:1.2.2-1.18] ... 14 more.

Minecraft Forge 1.18.1 (39.0.10)
createdeco-1.2.2-1.18.jar

Crash with Immersive Weathering

Not sure if this would be on Create Deco or Immersive Weathering, so I am opening a ticket with both

Game crashes when Immersive Weathering checks for the block property 'weathering' in createdeco:blue_bricks_stairs

Cannot set property EnumProperty{name=weathering, clazz=class com.ordana.immersive_weathering.common.blocks.Weatherable$WeatheringState, values=[FALSE, TRUE, STABLE]} as it does not exist in Block{createdeco:blue_bricks_stairs}

Decals seem to determine where they will be placed incorrectly

In the image below, if I right click the decal on the wall, nothing will happen.

image

That's because it's actually trying to place it on another block, even though that's not the one I'm interacting with. Here is where it would be placed if I had a block behind it

image

It seems that the block is trying to determine what its orientation is going to be based on where the player is looking at (like signs when placed on the floor), instead of which side of the block was clicked (like signs when placed on walls)

Version: 1.3.0-1.18.2

Catwalks over conveyors do not block player movement

If a catwalk is placed directly over a conveyor belt and a player stands on the catwalk, they will still be moved by the conveyor.
I thought this might be useful a way to cover up floor-level conveyors being used to transfer rotation instead of carrying items, but the motion of the conveyor does not seem to be affected by the catwalk.

Crash on dedicated server init stage (your mod might have a lot of client only methods incorrectly tagged)

    Mod File: createdeco-1.1.2-1.16.5.jar
    Failure message: Create Deco (createdeco) has failed to load correctly
            java.lang.NoSuchMethodError: com.simibubi.create.foundation.block.connected.CTSpriteShifter.getCT(Lcom/simibubi/create/foundation/block/connected/CTSpriteShifter$CTType;Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/util/ResourceLocation;)Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;
    Mod Version: 1.1.2-1.16.5
    Mod Issue URL: NOT PROVIDED
    Exception message: java.lang.NoSuchMethodError: com.simibubi.create.foundation.block.connected.CTSpriteShifter.getCT(Lcom/simibubi/create/foundation/block/connected/CTSpriteShifter$CTType;Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/util/ResourceLocation;)Lcom/simibubi/create/foundation/block/connected/CTSpriteShiftEntry;

Stacktrace:
at com.github.talrey.createdeco.connected.SpriteShifts.populateMaps(SpriteShifts.java:26) ~[createdeco:1.1.2-1.16.5] {re:classloading}
at com.github.talrey.createdeco.connected.SpriteShifts.(SpriteShifts.java:18) ~[createdeco:1.1.2-1.16.5] {re:classloading}
at com.github.talrey.createdeco.Registration.lambda$registerBlocks$113(Registration.java:821) ~[createdeco:1.1.2-1.16.5] {re:classloading}
at java.util.HashMap.forEach(HashMap.java:1290) ~[?:1.8.0_312] {}
at com.github.talrey.createdeco.Registration.registerBlocks(Registration.java:768) ~[createdeco:1.1.2-1.16.5] {re:classloading}
at com.github.talrey.createdeco.CreateDecoMod.(CreateDecoMod.java:58) ~[createdeco:1.1.2-1.16.5] {re:classloading}

[Question] - Fabric Build

Sorry for asking here, but I don't use Discord.

Are there any pre-built .jar files for the 1.18 - Fabric Branch?

Bars cause graphics glitch

MC 1.16.5
Create create-mc1.16.5_v0.3.2g
CreateDeco createdeco-1.1.2-1.16.5

I have a contraption - a gate out of a column of blocks (superglue) on top of Mechanical bearing and Gold Bars (CreateDeco) attached to them using superglue. After turning the contraption only the block directly on top of mechanical bearing stays visible. Others only become visible again if I relog, or leave the area and come back, i.e. chunk reloads presumably. I've tried using different blocks including linear chassis, attaching gates to chassis using slimeball instead of superglue, different combinations of other blocks including vanilla iron bars instead of gold bars, everything works fine everytime, except with CreateDeco bars: gold bars, andesite bars...

I haven't tested if it's the Mechanical Bearing only or any kind of contraption.

In one screenshot you can see the gates in process of turning, thats how they are supposed to look like. In another screenshot you can see a single block with superglue on two sides, that's all that's left after the contraption stops.

2022-09-30_06 11 20
2022-09-30_06 11 15

Game breaking when placing decal on the ground

When trying to put decals on the ground (allowed only on the sides of the block), my game crashes with this error:

image

I tried twice and it gave me the same result, so it's not a one-time error.

Recipe Errors with Worn Brick block variants

I noticed this hasn’t been submitted as an issue yet but I have found that the Worn Bricks (specifically) have some problems with their block variants such as the long bricks, tiles, etc .
For every other brick variant you place the block in the stonecutter or the mechanical saw with the desiree recipe. The Worn brick blocks display their recipes as being a result of smelting the brick item to get all of the variants.

Catwalks have incorrect particle and sound positions

When running on catwalks, you can't hear your footsteps; however, if you are jumping and running at the same time, you can see the particles, but only when you reach the top of the block. So it seems that they only produce particles and sounds on the level of their railings.

Flywheel should not be required in a dedicated server

Flywheel has specifically rejected bugs when running on a server, so CreateDeco should not rely on its presence in a dedicated server environment.

[modloading-worker-0/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: createdeco, class com.github.talrey.createdeco.CreateDecoMod
java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
	at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[javafmllanguage-1.18.2-40.2.2.jar%23103!/:?]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.2.2.jar%23102!/:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: java.lang.NoClassDefFoundError: com/jozufozu/flywheel/core/StitchedSprite
	at com.simibubi.create.foundation.block.render.SpriteShiftEntry.set(SpriteShiftEntry.java:13) ~[create-1.18.2-0.5.0.i.jar%2347!/:0.5.0.i]
	at com.simibubi.create.foundation.block.connected.CTSpriteShifter.getCT(CTSpriteShifter.java:20) ~[create-1.18.2-0.5.0.i.jar%2347!/:0.5.0.i]
	at com.github.talrey.createdeco.connected.SpriteShifts.populateMaps(SpriteShifts.java:27) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.connected.SpriteShifts.<clinit>(SpriteShifts.java:19) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.registry.SheetMetal.buildSheetMetalBlock(SheetMetal.java:74) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.registry.SheetMetal.lambda$registerBlocks$31(SheetMetal.java:209) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
	at com.github.talrey.createdeco.registry.SheetMetal.registerBlocks(SheetMetal.java:204) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.Registration.registerBlocks(Registration.java:396) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.CreateDecoMod.<init>(CreateDecoMod.java:52) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	... 14 more
Caused by: java.lang.ClassNotFoundException: com.jozufozu.flywheel.core.StitchedSprite
	at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:134) ~[securejarhandler-1.0.3.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:134) ~[securejarhandler-1.0.3.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	at com.simibubi.create.foundation.block.render.SpriteShiftEntry.set(SpriteShiftEntry.java:13) ~[create-1.18.2-0.5.0.i.jar%2347!/:0.5.0.i]
	at com.simibubi.create.foundation.block.connected.CTSpriteShifter.getCT(CTSpriteShifter.java:20) ~[create-1.18.2-0.5.0.i.jar%2347!/:0.5.0.i]
	at com.github.talrey.createdeco.connected.SpriteShifts.populateMaps(SpriteShifts.java:27) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.connected.SpriteShifts.<clinit>(SpriteShifts.java:19) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.registry.SheetMetal.buildSheetMetalBlock(SheetMetal.java:74) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.registry.SheetMetal.lambda$registerBlocks$31(SheetMetal.java:209) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
	at com.github.talrey.createdeco.registry.SheetMetal.registerBlocks(SheetMetal.java:204) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.Registration.registerBlocks(Registration.java:396) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	at com.github.talrey.createdeco.CreateDecoMod.<init>(CreateDecoMod.java:52) ~[createdeco-1.3.1-1.18.2.jar%2349!/:1.3.1-1.18.2]
	... 14 more

Missing Forge tags

Several items, for example, all the cast iron items, are missing forge tags that would provide compatibility with other mods.
For example, adding the Iron and storage block tags to Cast Iron blocks would allow them to be melted down in a Tinkers Constuct smeltery and recycled into an iron block once more.

Metal trapdoors are considered unmovable & Locked Doors are openable

I discovered this in v1.3.0-1.19.2 Fabric. Firstly, all five trapdoor variants in this mod cannot be moved by kinetics, and will not be assembled on trains. I tried changing the Create gameplay config to see if enabling movement for obsidian and others would fix this, but it apparently did not.

2023-04-28_21 17 37

I tested most other blocks in this mod just in case, and it seems this first issue applies only to the trapdoors. While testing this though, I accidentally discovered that all the locked doors do not behave as they're intended... They can be opened and closed normally like a regular door, and even in Survival. They still function properly with redstone though.

[1.16] Horrible Log Spam

Running latest version for 1.16, 1.1.2, and the logs are constantly being spammed while playing. This is the message that keeps repeating:

net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: minecraft:builtin/missing#missing
	at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:33) ~[?:?]
	at net.minecraft.util.ResourceLocation.<init>(ResourceLocation.java:38) ~[?:?]
	at mods.betterfoliage.config.match.MatchRules$anyModel$1.invoke(Rules.kt:150) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MatchRules$anyModel$1.invoke(Rules.kt:16) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MComparison.compare(Match.kt:146) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MatchRules.mModel(Rules.kt:100) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MatchRules.mMatchList(Rules.kt:41) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MatchRules.mNode(Rules.kt:28) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.config.match.MatchRules.visitRoot(Rules.kt:20) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.resource.discovery.RuleBasedDiscovery.processBlockModel(RuleBasedDiscovery.kt:59) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.resource.discovery.RuleBasedDiscovery.processModel(RuleBasedDiscovery.kt:43) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.resource.discovery.AbstractModelDiscovery.onModelsLoaded(ModelDiscovery.kt:26) ~[betterfoliage:2.7.1]
	at mods.betterfoliage.resource.discovery.BakeWrapperManager.handleModelLoad(BakingLifecycle.kt:94) ~[betterfoliage:2.7.1]
	at net.minecraftforge.eventbus.ASMEventHandler_1865_BakeWrapperManager_handleModelLoad_ModelDefinitionsLoadedEvent.invoke(.dynamic) ~[?:?]
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?]
	at thedarkcolour.kotlinforforge.eventbus.KotlinEventBus$post$1.invoke(KotlinEventBus.kt:369) ~[?:?]
	at thedarkcolour.kotlinforforge.eventbus.KotlinEventBus$post$1.invoke(KotlinEventBus.kt:369) ~[?:?]
	at thedarkcolour.kotlinforforge.eventbus.KotlinEventBus.post(KotlinEventBus.kt:382) ~[?:?]
	at thedarkcolour.kotlinforforge.eventbus.KotlinEventBus.post(KotlinEventBus.kt:369) ~[?:?]
	at net.minecraft.client.renderer.model.ModelBakery.handler$cbb000$onBeforeTextures(ModelBakery.java:2647) ~[?:?]
	at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:195) ~[?:?]
	at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:72) ~[forge:?]
	at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:57) ~[?:?]
	at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:20) ~[?:?]
	at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
	at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]

Trapdoors cannot be crafted.

Hey I can't craft the trapdoors: Andesite Trapdoor, Zinc Trapdoor, it's the same recipe as the bars. Think there are with all trapdoors from the mod.
Screenshot_35
Fabric: 1.19.2
Createdeco 1.2.13-1.19.2

Greetings Sven

Catwalks display incorrect textures on the bottom faces

I stumbled upon this while making a resource pack to fix models for all metal bars when using VanillaTweaks 3D Iron Bars (my pack does work successfully). I am using the latest 1.18.2 Fabric commit of the mod with Create 0.5.0g in a testing installation.

It seems the textures of all Catwalk blocks are incorrectly mirrored across the Z axis on only the underside of the model. All other sides seem correct.

create_deco_catwalk_issue.mp4

Compatibility with Diagonal Fences

MC 1.19.2
FAPI 0.73.0
Create Deco 1.2.12
Diagonal Fences 4.2.3

Currently, the fences from Create Deco are not fully compatible with Diagonal Fences, due to this:

[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:gold_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:netherite_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:andesite_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:brass_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:cast_iron_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:iron_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:copper_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!
[17:22:36] [Render thread/INFO]: Fence block 'Block{createdeco:zinc_mesh_fence}' is not using multipart models, diagonal fence connections will not be visible!

Could you, please, make the 2 mods compatible?

Failed to parse recipe

This is showing up in my logs, not sure if its something I can ignore or if its an issue with the mod

[00:58:39] [WARN ] Failed to parse recipe createdeco:copper_sheet_metal_from_air_stonecutting[minecraft:stonecutting]: com.google.gson.JsonSyntaxException: Item array cannot be empty, at least one item must be defined
[00:58:39] [WARN ] Failed to parse recipe 'createdeco:copper_sheet_metal_from_air_stonecutting[minecraft:stonecutting]'! Falling back to vanilla: com.google.gson.JsonSyntaxException: Item array cannot be empty, at least one item must be defined

Placing a Black Decal on the top of a block crashes the server

When you attempt to place a decal on the top side of a block, the server hangs, and crashes with this error.
This might extend to the other decals and to the 'up' orientation as well, but I haven't tested that extensively.
BTW, I'm not implying that the decals should have more orientations, but trying to place them incorrectly shouldn't crash the server.

crash-2023-04-26_20.58.42-client.txt

--Transcription of Error--

Time: 4/26/23, 8:58 PM
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot set property DirectionProperty{name=facing, clazz=class net.minecraft.core.Direction, values=[north, south, west, east]} to down on Block{createdeco:black_decal}, it is not an allowed value
at net.minecraft.world.level.block.state.StateHolder.m_61124_(StateHolder.java:125) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ferritecore.fastmap.mixin.json:FastMapStateHolderMixin,pl:mixin:A}
at com.github.talrey.createdeco.blocks.DecalBlock.m_5573_(DecalBlock.java:66) ~[createdeco-1.3.1-1.18.2.jar%23124!/:1.3.1-1.18.2] {re:classloading}
at net.minecraft.world.item.BlockItem.m_5965_(BlockItem.java:117) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,re:classloading,pl:mixin:APP:miniextras.mixins.json:BlockItemMixin,pl:mixin:A}
at net.minecraft.world.item.BlockItem.m_40576_(BlockItem.java:63) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,re:classloading,pl:mixin:APP:miniextras.mixins.json:BlockItemMixin,pl:mixin:A}
at net.minecraft.world.item.BlockItem.m_6225_(BlockItem.java:46) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,re:classloading,pl:mixin:APP:miniextras.mixins.json:BlockItemMixin,pl:mixin:A}
at net.minecraft.world.item.ItemStack.lambda$useOn$5(ItemStack.java:223) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:apotheosis.mixins.json:ItemStackMixin,pl:mixin:APP:bettercombat.mixins.json:ItemStackMixin,pl:mixin:APP:canary.mixins.json:block.hopper.ItemStackMixin,pl:mixin:APP:canary.mixins.json:item.ItemStackMixin,pl:mixin:APP:showcaseitem.mixins.json:ItemStackMixin,pl:mixin:APP:tetra.mixins.json:MixinItemStack,pl:mixin:APP:placebo.mixins.json:ItemStackMixin,pl:mixin:APP:creatures-and-beasts.mixins.json:MixinItemStack,pl:mixin:A}
at net.minecraft.world.item.ItemStack.onItemUse(ItemStack.java:238) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:apotheosis.mixins.json:ItemStackMixin,pl:mixin:APP:bettercombat.mixins.json:ItemStackMixin,pl:mixin:APP:canary.mixins.json:block.hopper.ItemStackMixin,pl:mixin:APP:canary.mixins.json:item.ItemStackMixin,pl:mixin:APP:showcaseitem.mixins.json:ItemStackMixin,pl:mixin:APP:tetra.mixins.json:MixinItemStack,pl:mixin:APP:placebo.mixins.json:ItemStackMixin,pl:mixin:APP:creatures-and-beasts.mixins.json:MixinItemStack,pl:mixin:A}
at net.minecraft.world.item.ItemStack.m_41661_(ItemStack.java:223) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,xf:fml:forge:itemstack,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:apotheosis.mixins.json:ItemStackMixin,pl:mixin:APP:bettercombat.mixins.json:ItemStackMixin,pl:mixin:APP:canary.mixins.json:block.hopper.ItemStackMixin,pl:mixin:APP:canary.mixins.json:item.ItemStackMixin,pl:mixin:APP:showcaseitem.mixins.json:ItemStackMixin,pl:mixin:APP:tetra.mixins.json:MixinItemStack,pl:mixin:APP:placebo.mixins.json:ItemStackMixin,pl:mixin:APP:creatures-and-beasts.mixins.json:MixinItemStack,pl:mixin:A}
at net.minecraft.client.multiplayer.MultiPlayerGameMode.m_105262_(MultiPlayerGameMode.java:309) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91277_(Minecraft.java:1573) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.redirect$dfc000$onDoItemUse(Minecraft.java:12401) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1855) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1670) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1021) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23333!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.1.jar%2351!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%2339!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57) [ForgeWrapper-mmc2.jar:mmc2] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
at org.polymc.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104) [NewLaunch.jar:?] {}
at org.polymc.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:176) [NewLaunch.jar:?] {}
at org.polymc.impl.OneSixLauncher.launch(OneSixLauncher.java:186) [NewLaunch.jar:?] {}
at org.polymc.EntryPoint.listen(EntryPoint.java:144) [NewLaunch.jar:?] {}
at org.polymc.EntryPoint.main(EntryPoint.java:74) [NewLaunch.jar:?] {}

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.