Code Monkey home page Code Monkey logo

custommodel's People

Contributors

gamepiaynmo avatar laysdragon 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

custommodel's Issues

Variables & Tick Variables cannot be accessed from eyeHeight (presumably others as well)

I've only tested this with eyeHeight, but I would assume it probably affects boundingBox and maybe others as well.
The player's eye height cannot be modified based on variables or tick variables. Attempting to load a model where an eye height value references a variable will not successfully update the player's model and will print Failed to load model pack : For input string "xxx", where xxx is just the variable being referenced.

Allowing eyeHeight to refer to variables would be very handy in certain circumstances, such as when one is moving the playermodel's head up or down and wishes for their viewpoint to reflect that. Assuming boundingBox also has this limitation, it would also be useful for that to be able to refer to variables, so that the bounding box can be adjusted to match the changing eye height. I'm not sure if the limitation is an intentional decision or a bug, but either way I'd love to see this possibility opened up if possible.

时装工坊兼容问题

和时装工坊0.50.5.642好像有点兼容问题,时装工坊的武器皮肤主视角能看到但第三人称视角看不到,更低版本的没试过,单机

Particles in horizontal animations not moving down

When in the swimming animation/crawling/flying with elytra, particle do not move relative to the player model.

How to reproduce

Use a model with particles (like the "black_rock_shooter" example model) and go into one of the animations listed above

Screenshots

The red bar is from another mod
Swimming
Crawling
Flying

Command block bug

Hello,
It's impossible to use command block with the mod :/ (solo and server)
and on console to, there are always this: "You must specify which player you wish to perform this action on."
But, the command is correct.
I'm on 1.12.2, can you repair this please? ^^
You will save me!

Crash when unloading dimensions, (and maybe) improper config sync, unable to preserve player model after logout.

  • Java Version: 1.8.0_181
  • Minecraft: 1.12.2
  • Forge: 14.23.5.2847
  • OptiFine: 1.12.2_HD_U_F6_pre1
  • Mod present: Only CPM

Well, first of all this is really an amazing mod, and I really enjoyed it. (And sorry for my bad English)

But the problem is that whenever I return to Overworld from Nether, the game crashes with "No OpenGL context found" when "release ModelPack", and the problem can be easily reproduced (even with models in Example like Steve), and the problem stayed there though I tried to compile a "latest version" from the code on Github. The crash report is in the attached file.

crash-2020-01-23_12.52.48-server.txt

So, I just brutally deleted the release operation when unloading worlds in the code and the problem magically disappeared.

  • The version I edited is the version uploaded on yesterday noon.

However I found that after an cross-dimensional trip, the config seemed to be messed up, and my Bounding Box is reset to default (1.8 blocks). So, I deleted the initServerStatus() in onWorldUnload as well. (onWorldUnload now does nothing) That problem magically disappeared as well.

Buuut there comes another problem which is that the player's model is set to default when the player log in, and manually edit the json file (custom-models.json) on both sides before logging in doesn't fix it. (model in both json files become "default" when I log in) I guess there may be something wrong with the network part?

I didn't manage to fix that so here's the issue. Or maybe I messed something up when deleting the contents in onWorldUnload?

Hope this got fixed and the mod becomes better and better!

Besides, the Gui of the newly added but not released feature is just empty, and the command "select" doesn't seem to work on server side, giving an error of "you must specify a player to perform this action on" or something, but the client can type and execute it well, apart from the tab function for selecting models doesn't work. Maybe is feature is under progress and not finished?

Inventory character glitched

When opening the inventory, some rotations are fixed to the in-game player and some on the inventory-player (see screenshot).
Inventory

Affects the latest version

How it should look like:
grafik

[Suggestion] It would be nice if there was an import/converter from something like optifine models or java entity models

Because it's really annoying to model things through text files, it would really really be helpful if it imported something like an optifine mob model or a .java entity model since alot of minecraft modeling software can export to these model types..
I am personally modeling using BlockBench so it would be also sweet if instead there was an export plugin to CustomModel models.

In-game gui for adjusting parts

A gui would really help make it easier to edit your model and see what it'll look like in-game. I might be able to help make the gui stuff you'd need for that if you want!

Lack of a rotation offset

As the title implies, for making parts like wings and using another object, such as the body, as a parent, rotating it causes some weird rotations due to the axis being the center of the parent object with no option to offset the point at which the part can rotate.

Particle emitters do not respect Real First Person 2's model offset

To prevent the player's body from blocking the player's view when looking downwards, RFP2 pushes the playermodel backwards by a configurable amount. When the a CPM model is loaded, this offsets boxes & quads as expected, but does not change the position at which particles are displayed, causing them to appear in front of where they should in first-person view. The issue seems to occur regardless of which bone the particles are attached to, it is not exclusive to arms.

Screenshots:
2020-02-17_00 53 58
2020-02-17_00 54 04

Model used for screenshots:
steve_particle_bracelet.zip
(Steve example model, slightly modified to demonstrate the issue)

Request - float variables for the current biome's Temperature and Humidity?

All biomes from vanilla or from mods have a Temperature and Humidity value used to control rainfall behavior. I feel like some custom models could benefit from being able to check these values for whatever biome the player is currently in, such as swapping out water particles for snow particles in snowy biomes, or making a character sweat when they sprint in a hot biome.

Lower boxes, quads, & particles do not render behind higher translucent textures

When any translucent texture is included in a custom model, regardless of whether it is part of a skin or an included texture and regardless of whether it's in a box or a quad, it will prevent any model parts created below where it is created from rendering behind it.

I've put together a slightly modified version of the example Asada Shino model to demonstrate the issue:
asada_shino_lens.zip
I added a black "lens" at the very top of the bone list, and a purpley-pink "lens" a bit lower down. Both lenses are just translucent quads attached to the Body bone, that float a short distance in front of the player. She has also been made to be permanently blinking, just to make the issue a little easier for me to screenshot.

Because the black "lens" is defined at the top, the entire model is invisible behind it:
image

However, because the purpley-pink "lens" is defined below some elements, some parts of the model can be seen behind it:
image
The elements that are visible (one arm, her blinking texture) are visible because they are defined above the purpley-pink lens. Any elements defined below, such as her body or her head's boxes, do not display properly.

Request - keyboard variables

For example, key.up returns a boolean value indicating whether the key is pressed.
More postures will be possible if users can check if certain key is pressed.

Request - float variable for player's forward / sideways speeds

Player speeds on the X, Y, and Z axis are available but using these variables to calculate the player's speed along their forward vector would be extremely difficult within a playermodel, if not impossible. It would be really handy if there were a variable that'd make that accessible for the model. Some possible uses for this could be to have the player lean forwards or backwards according to their momentum, or to have a playermodel that turns and looks over their shoulder when backing up, or potentially any number of other such features that could add interesting and dynamic movements to a playermodel.

(By the way, I'm sorry about having submitted more than my fair share of tickets here lately - let me know if I'm being overbearing or something. I'm having an absolute blast playing around with this mod to make the perfect model for me, and occasionally I run into something I'd like to do that isn't available. But if I'm leaving too many requests and reports, let me know and I will 100% tone it down. 👍 Love the mod, hope you keep up the awesome work with it!)

Server mod issue.

After trying to just install the mod inside a server, I couldn't seem to join in due to an internal error. Only two mods installed are this mod and CustomNPCs, on both server and client.

EDIT: Right, I should probably mention the version. 1.12.2 for Forge.

[19:41:39] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$PlayerTickEvent@76e48480:
java.lang.NoClassDefFoundError: net/minecraft/client/entity/AbstractClientPlayer
at com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler.onPlayerUpdate(PlayerStatureHandler.java:54) ~[cpm-1.0.11-forge-mc1.12.2-beta.jar:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_PlayerStatureHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:365) [FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190) [aed.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) [oq.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) [pa.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) [NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) [gw.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.AbstractClientPlayer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
... 16 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@23aae55 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
... 16 more
Caused by: java.lang.RuntimeException: Attempted to load class bua for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
... 16 more
[19:41:39] [Server thread/ERROR] [FML]: Index: 3 Listeners:
[19:41:39] [Server thread/ERROR] [FML]: 0: NORMAL
[19:41:39] [Server thread/ERROR] [FML]: 1: ASM: noppes.npcs.ServerTickHandler@1d00b68f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[19:41:39] [Server thread/ERROR] [FML]: 2: ASM: class com.github.gamepiaynmo.custommodel.server.CustomModel onPlayerUpdate(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[19:41:39] [Server thread/ERROR] [FML]: 3: ASM: class com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler onPlayerUpdate(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[19:41:39] [Server thread/ERROR] [FML]: 4: ASM: noppes.npcs.ScriptPlayerEventHandler$ForgeEventHandler@156e7bd1 forgeEntity(Lnet/minecraftforge/fml/common/eventhandler/Event;)V
[19:41:39] [Server thread/ERROR] [FML]: 5: ASM: noppes.npcs.ScriptPlayerEventHandler@278e71c1 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
[19:41:39] [Server thread/WARN] [minecraft/NetworkSystem]: Failed to handle packet for /76.95.12.164:49968
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:459) ~[oq.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) ~[pa.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) ~[gw.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/AbstractClientPlayer
at com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler.onPlayerUpdate(PlayerStatureHandler.java:54) ~[cpm-1.0.11-forge-mc1.12.2-beta.jar:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_PlayerStatureHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:365) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190) ~[aed.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) ~[oq.class:?]
... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.AbstractClientPlayer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
at com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler.onPlayerUpdate(PlayerStatureHandler.java:54) ~[cpm-1.0.11-forge-mc1.12.2-beta.jar:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_PlayerStatureHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:365) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190) ~[aed.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) ~[oq.class:?]
... 9 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@23aae55 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
at com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler.onPlayerUpdate(PlayerStatureHandler.java:54) ~[cpm-1.0.11-forge-mc1.12.2-beta.jar:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_PlayerStatureHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:365) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190) ~[aed.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) ~[oq.class:?]
... 9 more
Caused by: java.lang.RuntimeException: Attempted to load class bua for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ~[forge-1.12.2-14.23.5.2847-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_151]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_151]
at com.github.gamepiaynmo.custommodel.mixin.PlayerStatureHandler.onPlayerUpdate(PlayerStatureHandler.java:54) ~[cpm-1.0.11-forge-mc1.12.2-beta.jar:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_PlayerStatureHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:365) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:190) ~[aed.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) ~[oq.class:?]
... 9 more

Ceiling Suffocation When There Shouldn't Be Any

Video Example (First Person View): https://youtu.be/FbYD2-p5lMg
CPM Version: Forge 1.12.2

Edit: Forgot to mention that this only seems to occur with "solid," whole blocks. Tree leaves and Slabs don't cause any suffocation from jumping up at them.

As seen, I cleared my player model thinking this was only an issue with the custom models I was working on. No matter my adjustments to their Bounding and EyeHeight properties, they suffer this for Survival Mode.

If this can be fixed with any specific numbers (or number combinations in Bounding's arrays), it would help to know what does this! However, I don't know what these can do when the cleared, non-custom model is having the issue as well.

I have tested this exact thing without CPM as well. It strictly happens with this mod and no other that I'm using. It doesn't occur in Vanilla Minecraft either, of course.

Only one of my custom models is exempt from this because it's a small critter, so its properties are smaller than even the cleared/vanilla player model. Could there be a slight numerical mistake for the vanilla player when it's interacting with this mod?

Until this can possibly be resolved, I will tread this mod with caution in Survival and give my friends some heads up on when we play it together sometime this month or next month. Been having tons of fun with this mod otherwise!

Thank you in advanced for your time looking into this when/if you do.

1.15.2 fabric Compatibility?

Crash at startup with error:

Mods:
[✔️] advancements-enlarger-1.0.0
[✔️] appleskin-mc1.15-fabric-1.0.8
[✔️] Autofish-0.8.5-fabric-mc1.15
[✔️] borderless-mining-1.0.0
[✔️] cpm-1.1.0-fabric-mc1.14.4
[✔️] durabilityviewer-1.15.2-fabric0.4.23-1.7
[✔️] dynamic-fps-1.1.1
[✔️] easierchests-1.15-fabric0.4.23-1.4
[✔️] fabric-api-0.5.1+build.294-1.15
[✔️] fabricmod_VoxelMap-1.9.16_for_1.15.2
[✔️] Hwyla-fabric-1.15.2-1.9.21-72
[❌] immersive-portals-0.25(forMc1.15withFabric).jar (disabled)
[✔️] LightOverlay-4.3
[✔️] lithium-mc1.15.2-fabric-0.4.6-mod
[📁] mamiyaotaru (folder)
[✔️] MixinBootstrap-1.0.2
[✔️] modmenu-1.10.2+build.32
[✔️] notenoughcrashes-1.2.3+1.15.1
[✔️] optifabric-1.0.0-beta8
[✔️] orderly-1.2.1+build.4-1.15
[✔️] phosphor-fabric-mc1.15.2-0.5.2+build.6
[✔️] preview_OptiFine_1.15.2_HD_U_G1_pre13
[✔️] rer-1.3.2
[✔️] RoughlyEnoughItems-3.6.7
[✔️] shulkerboxtooltip-1.4.5+1.15
[✔️] suppress-unknown-item-2.0.0+mc1.15.2

Params:
--username --version MultiMC5 --gameDir D:/Games/MultiMC/instances/Fabric Latest/.minecraft --assetsDir D:/Games/MultiMC/assets --assetIndex 1.15 --uuid --accessToken --userType --versionType release

Window size: 1366 x 768

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms2048m, -Xmx6144m, -Duser.language=en]

Id del Processo di Minecraft: 2036

Using onesix launcher.

[12:31:37] [main/INFO]: Loading for game Minecraft 1.15.2
[12:31:45] [main/WARN]: Mod autoconfig1 (1.2.0+mc1.14.4) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[12:31:45] [main/WARN]: Mod lightoverlay (4.3) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[12:31:45] [main/WARN]: Mod cloth-config (0.2.5) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[12:31:45] [main/INFO]: [FabricLoader] Loading 69 mods: [email protected]+f08b61330c, [email protected]+dfdb52d60c, [email protected], [email protected]+1.15.1, [email protected]+build.194, [email protected], [email protected], [email protected]+b7f9825d0c, [email protected]+2ad156310c, [email protected], [email protected]+b7f9825d0c, [email protected], [email protected]+b7f9825d0c, [email protected]+821cdba70c, [email protected], [email protected]+12515ed90c, [email protected], [email protected]+mc1.14.4, [email protected], [email protected]+c6a8ea890c, [email protected], [email protected], [email protected]+5a0f9a600c, [email protected]+e08a73050c, [email protected], [email protected]+build.294-1.15, [email protected], [email protected]+dfdb52d60c, [email protected]+12515ed90c, [email protected], [email protected], [email protected]+e08a73050c, [email protected]+mc1.15.2, [email protected]+build.32, [email protected], [email protected]+build.6, [email protected]+9290e2ed0c, [email protected], [email protected], [email protected]+3b05f68e0c, [email protected]+b7f9825d0c, [email protected], [email protected]+fac69e320c, [email protected], [email protected], [email protected]+build.4-1.15, [email protected]+534104900c, [email protected]+534104900c, [email protected], [email protected], [email protected]+06c939b30c, [email protected]+b7f9825d0c, [email protected]+abd915800c, [email protected], [email protected], [email protected]+b7f9825d0c, [email protected]+f3d8141b0c, [email protected], [email protected], [email protected], [email protected]+b7f9825d0c, [email protected], [email protected], [email protected]+b7f9825d0c, [email protected]+ec40b2e10c, [email protected]+dfdb52d60c, [email protected]+1.15, [email protected]+e4c9a9c30c, [email protected]
[12:31:45] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/D:/Games/MultiMC/libraries/net/fabricmc/sponge-mixin/0.8+build.18/sponge-mixin-0.8+build.18.jar Service=Knot/Fabric Env=CLIENT
[12:31:48] [main/INFO]: Lithium's configuration file was loaded successfully
[12:31:48] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.chunk.no_chunk_locking.MixinPalettedContainer' as no configuration enables it
[12:31:48] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinRedstoneWireBlock' as no configuration enables it
[12:31:48] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinWorld' as no configuration enables it
[12:31:49] [main/WARN]: Error loading class: com/mojang/blaze3d/platform/GlStateManager$SourceFactor (java.lang.ClassNotFoundException: com/mojang/blaze3d/platform/GlStateManager$SourceFactor)
[12:31:49] [main/WARN]: Error loading class: com/mojang/blaze3d/platform/GlStateManager$DestFactor (java.lang.ClassNotFoundException: com/mojang/blaze3d/platform/GlStateManager$DestFactor)
[12:31:49] [main/WARN]: Error loading class: com/mojang/blaze3d/platform/GlStateManager$class_1032 (java.lang.ClassNotFoundException: com/mojang/blaze3d/platform/GlStateManager$class_1032)
Optifabric is still using the traditional Early Riser initialisation
Found existing patched optifine jar, using that
[12:31:50] [main/INFO]: [OptiFine] *** Reflector Forge ***
[12:31:50] [main/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[12:31:50] [main/INFO]: Transforming class net/minecraft/class_2382 using patch set 'Modify mutability flags in Vec3i'
[12:31:50] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_773.getTexture
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_1299.getTags
[12:31:51] [main/INFO]: Transforming class net/minecraft/class_2338$class_2339 using patch set 'Use mutable fields in Vec3i'
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_1309.NAMETAG_DISTANCE
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_3611.getTags
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyConflictContext
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyModifierAndCode
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.getKeyModifier
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_790.fromJson
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.preDraw
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.postDraw
[12:31:51] [main/INFO]: [OptiFine] (Reflector) Field not found: World.tileEntitiesToBeRemoved
[12:31:51] [main/FATAL]: Mixin apply failed custommodel.mixins.json:MixinEntityRenderDispatcher -> net.minecraft.class_898: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on init could not find any targets matching 'Lnet/minecraft/class_898;(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;)V' in net.minecraft.class_898. Using refmap cpm-refmap.json [PREINJECT Applicator Phase -> custommodel.mixins.json:MixinEntityRenderDispatcher -> Prepare Injections -> -> handler$zzm000$init(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on init could not find any targets matching 'Lnet/minecraft/class_898;(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;)V' in net.minecraft.class_898. Using refmap cpm-refmap.json [PREINJECT Applicator Phase -> custommodel.mixins.json:MixinEntityRenderDispatcher -> Prepare Injections -> -> handler$zzm000$init(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:543) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:280) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:259) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source) ~[?:?]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_241]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_241]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:139) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:595) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1236) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570) [sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191) [sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [sponge-mixin-0.8+build.18.jar:0.8+build.18+unknown-b18.git-unknown]
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) [fabric-loader-0.8.2+build.194.jar:0.8+build.18+unknown-b18.git-unknown]
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174) [fabric-loader-0.8.2+build.194.jar:?]
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143) [fabric-loader-0.8.2+build.194.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) [?:1.8.0_241]
at net.optifine.reflect.Reflector.(Reflector.java:450) [Optifine-mapped.jar:?]
at net.minecraft.class_128.method_559(class_128.java:101) [intermediary-minecraft-1.15.2-client.jar:?]
at net.minecraft.class_128.(class_128.java:54) [intermediary-minecraft-1.15.2-client.jar:?]
at net.minecraft.class_128.method_24305(class_128.java:414) [intermediary-minecraft-1.15.2-client.jar:?]
at net.minecraft.client.main.Main.main(Main.java:129) [intermediary-minecraft-1.15.2-client.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241]
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192) [fabric-loader-0.8.2+build.194.jar:?]
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140) [fabric-loader-0.8.2+build.194.jar:?]
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) [fabric-loader-0.8.2+build.194.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_241]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_241]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [custommodel.mixins.json:MixinEntityRenderDispatcher] from phase [DEFAULT] in config [custommodel.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:643)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:595)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.optifine.reflect.Reflector.(Reflector.java:450)
at net.minecraft.class_128.method_559(class_128.java:101)
at net.minecraft.class_128.(class_128.java:54)
at net.minecraft.class_128.method_24305(class_128.java:414)
at net.minecraft.client.main.Main.main(Main.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on init could not find any targets matching 'Lnet/minecraft/class_898;(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;)V' in net.minecraft.class_898. Using refmap cpm-refmap.json [PREINJECT Applicator Phase -> custommodel.mixins.json:MixinEntityRenderDispatcher -> Prepare Injections -> -> handler$zzm000$init(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:543)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:280)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:259)
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46)
at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:139)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:595)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1236)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388)
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:570)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 26 more
Failed to start Minecraft:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:194)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
... 8 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
... 10 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.loadClassData(KnotClassDelegate.java:174)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.optifine.reflect.Reflector.(Reflector.java:450)
at net.minecraft.class_128.method_559(class_128.java:101)
at net.minecraft.class_128.(class_128.java:54)
at net.minecraft.class_128.method_24305(class_128.java:414)
at net.minecraft.client.main.Main.main(Main.java:129)
... 15 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [custommodel.mixins.json:MixinEntityRenderDispatcher] from phase [DEFAULT] in config [custommodel.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:643)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:595)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
... 26 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on init could not find any targets matching 'Lnet/minecraft/class_898;(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;)V' in net.minecraft.class_898. Using refmap cpm-refmap.json [PREINJECT Applicator Phase -> custommodel.mixins.json:MixinEntityRenderDispatcher -> Prepare Injections -> -> handler$zzm000$init(Lnet/minecraft/class_1060;Lnet/minecraft/class_918;Lnet/minecraft/class_3296;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:543)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:280)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:267)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:259)
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.(CallbackInjectionInfo.java:46)
at sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:139)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:595)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1236)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388)
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:570)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 26 more
Exiting with -1
Il processo si è chiuso con codice -1.

Model presets

I tend to switch around my model based on the situation, and I'd love if that was easier to do. Having a way to store preset JSONs and swap them without having to directly manipulate files would be really nice.

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.