-
Posts
3284 -
Joined
-
Last visited
-
Days Won
62
Everything posted by ChampionAsh5357
-
[1.19.2] Dynamic change of texture and model, item JSON
ChampionAsh5357 replied to Luckydel's topic in Modder Support
That's not what I said? You can bake the models in using the normal procedure and just have your custom model loader consume the baked models and render them all at specific offsets. Once again, take a look at existing custom model loaders (the composite model loader comes to mind here). -
Produces unregistered item minecraft:shears
ChampionAsh5357 replied to VileKayn's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
Minecraft Server crashing after a while
ChampionAsh5357 replied to VileKayn's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
Minecraft keeps not launching with my modpack!
ChampionAsh5357 replied to ENuget's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
Forge denies 1.19.1 forge-42.0.9 profile
ChampionAsh5357 replied to this_Arctic's topic in Support & Bug Reports
Why not use latest Forge 1.19.2 instead of 1.19.1? -
the game does not turn on at all
ChampionAsh5357 replied to Sodz1aX's topic in Support & Bug Reports
Can you provide the entire debug.log? This not not express any issues but a warning. -
fml.modloading.dupedmod
ChampionAsh5357 replied to cornelis ten klei's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS).
-
Cannot find commands for mods on my server
ChampionAsh5357 replied to DaSuperFreakDP's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
It seems to be taking too long to grab the data, which could be a bottleneck of your wifi, or potentially as part of the settings on your machine. In order to root out one of the more common issues, we'll need to see your hosts file. Here's the steps to getting this file. 1) Press the Win + R key on your keyboard. 2) Paste the following into the prompt that opens: 'notepad %windir%\system32\drivers\etc\hosts' 3) Use Ctrl+A to select everything in the file, then Ctrl+C into the textbox to post to this thread.
-
Provide the debug.log.
-
Minecraft Crashing with exit code 1
ChampionAsh5357 replied to olwalkey's topic in Support & Bug Reports
We are not Fabric, ask wherever they provide support. -
Cant start my forge 1.16.5 server
ChampionAsh5357 replied to CorpseQ's topic in Support & Bug Reports
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.2 (Latest) and 1.18.2 (LTS). -
Minecraft Skin Bug (Vanilla or Mods?)
ChampionAsh5357 replied to CappyKid's topic in Support & Bug Reports
You haven't provided a log containing what your current game state is or a descriptive version of the problem. We also cannot say without that information whether it is a vanilla or modded bug. So please provide a debug.log for us to potentially address the issue. -
Just replace the recipe in a datapack with an uncraftable one. It doesn't matter for creative mode as they can do whatever anyways.
-
[1.19.2] Dynamic change of texture and model, item JSON
ChampionAsh5357 replied to Luckydel's topic in Modder Support
The baked model is necessary as it represents the model, but it doesn't do anything if you don't register an associated ModelLoader to read the JSONs as that format. This process is not well documented and has recently gotten a massive overhaul, so the best thing to do is look at other model loaders already present and mimic them. Also, if everything is null, things will crash. Yes, they are for the context of an ItemStack, getQuads is typically in the context of the world (so, blocks). You can have those, though whether they'll be read depends on if the vanilla model accepts them (don't think they do for some of the group fields).