All Activity
This stream auto-updates
- Past hour
-
C0RiX joined the community
-
Same problem. Found no fix so far. And he says they don't install .jar files as it is unnecessary but I still had one downloaded anyways on the latest version ((that one works but I am recently trying to install an older forge version for older mods) Also not saying he's wrong.I wouldn't know. just posting my experience). But yeh Idk how to fix. : \
-
[1.14.4] Am I adding dimensions into the game right?
DragonITA replied to kaydogz's topic in Modder Support
Have you find a solution to your problem. -
DragonITA started following [1.14.4] Am I adding dimensions into the game right?
- Today
-
BitNet_ changed their profile photo
-
[1.12.2]Double-part block breaking problem
LorenzoPapi replied to LorenzoPapi's topic in Modder Support
But as you said, I can't use offset, because the other "HALF" of the block won't be above or below. And btw I already have those two properties. -
BitNet_ started following [1.12.2] Exception loading model
-
Forgive me if I'm being blind, but apparently I'm missing a model even though I'm pretty sure the model does exist in the right directory. Here is my error: [07:15:52] [main/ERROR] [FML]: Exception loading model for variant assets/complexcooking:flour#inventory for item "assets/complexcooking:flour", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model assets/complexcooking:item/flour with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.io.FileNotFoundException: assets/complexcooking:models/item/flour.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more [07:15:52] [main/ERROR] [FML]: Exception loading model for variant assets/complexcooking:flour#inventory for item "assets/complexcooking:flour", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model assets/complexcooking:flour#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:132) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_231] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_231] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_231] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more My Item class and the registerItemRenderer function: package io.github.b1tnet.complexcooking.objects.items; import io.github.b1tnet.complexcooking.Main; import io.github.b1tnet.complexcooking.init.ItemInit; import io.github.b1tnet.complexcooking.util.IHasModel; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class ItemBase extends Item implements IHasModel { public ItemBase(String name) { setTranslationKey(name); setRegistryName(name); setCreativeTab(CreativeTabs.MISC); ItemInit.ITEMS.add(this); } @Override public void registerModels() { Main.proxy.registerItemRenderer(this, 0); } } @Override public void registerItemRenderer(Item item, int meta) { ModelLoader.setCustomModelResourceLocation(item, meta, new ModelResourceLocation(item.getRegistryName(), "inventory")); } And the src/main/resources folder:
-
BitNet_ joined the community
-
Is there a way to render a block (NOT tile entity) fully illuminated without having it emit light itself? I know there used to be a way pre-1.9, because it was a feature in the mod I am now updating, but that method is no longer available.
-
1.8.9 is no longer supported on this forum due to its age. Please update to a modern version of Minecraft to receive support.
-
SvenCode started following Forge 1.8.9 Error
-
Hey Forge forums! Before I proceed, I'd like to acknowledge that I know I am using an old version of Forge. However, I am certain this is an issue with Forge, not me - that can be fixed by Forge developers. I wish to be able to use Forge to play on the Hypixel Server with all of my favorite cosmetic mods. While launching the game, the game crashes. The crash log is provided below. https://pastebin.com/5465MhQ5 Please look past this being an outdated version of Forge, and attempt to help me. I will greatly appreciate it!
-
[1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes
DaemonUmbra replied to saxon564's topic in Modder Support
Why do you appear to have a base EntityMoChicken that has not just copypasted vanilla code rather than extending the vanilla chicken, but also the code for every specialized chicken that (at least I would think) should be split into each respective special chicken? -
Comment out updateJSONURL in mods.toml, or replace the URL with a functioning one
-
SvenCode joined the community
-
There is this: [07Dec2019 21:24:35.481] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 28.1.98, --version, MOD_DEV, --assetIndex, 1.14, --assetsDir, C:\Users\Dad\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}] [07Dec2019 21:24:35.485] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_231 by Oracle Corporation [07Dec2019 21:24:36.480] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [07Dec2019 21:24:37.335] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\Dad\.gradle\caches\forge_gradle\assets, --assetIndex, 1.14, --username, Dev, --accessToken, ????????, --userProperties, {}] [07Dec2019 21:24:39.841] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [07Dec2019 21:24:50.488] [Client thread/INFO] [net.minecraft.client.Minecraft/]: LWJGL Version: 3.2.2 build 10 [07Dec2019 21:24:51.530] [modloading-worker-9/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.98, for MC 1.14.4 with MCP 20190829.143755 [07Dec2019 21:24:51.530] [modloading-worker-9/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.98 Initialized [07Dec2019 21:24:51.703] [Client thread/INFO] [com.example.examplemod.ExampleMod/]: HELLO from Register Block [07Dec2019 21:24:54.443] [Client thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded [07Dec2019 21:24:54.578] [modloading-worker-4/INFO] [com.example.examplemod.ExampleMod/]: HELLO FROM PREINIT [07Dec2019 21:24:54.579] [modloading-worker-4/INFO] [com.example.examplemod.ExampleMod/]: DIRT BLOCK >> minecraft:dirt [07Dec2019 21:24:54.710] [modloading-worker-11/INFO] [com.example.examplemod.ExampleMod/]: Got game settings net.minecraft.client.GameSettings@2398c858 [07Dec2019 21:24:54.712] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [07Dec2019 21:24:56.205] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: OUTDATED Current: 28.1.98 Target: 28.1.104 [07Dec2019 21:24:56.205] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [examplemod] Starting version check at http://myurl.me/ [07Dec2019 21:24:56.585] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_231] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_231] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_231] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_231] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_231] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_231] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/ at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_231] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_231] at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_231] at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] ... 3 more [07Dec2019 21:25:00.700] [modloading-worker-11/INFO] [com.example.examplemod.ExampleMod/]: Hello world from the MDK [07Dec2019 21:25:00.700] [modloading-worker-11/INFO] [com.example.examplemod.ExampleMod/]: Got IMC [Hello world] [07Dec2019 21:25:01.174] [Client thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized. [07Dec2019 21:25:01.174] [Client thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started [07Dec2019 21:25:01.312] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512 textures-atlas [07Dec2019 21:25:01.894] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/particle-atlas [07Dec2019 21:25:01.895] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256 textures/painting-atlas [07Dec2019 21:25:01.895] [Client thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128 textures/mob_effect-atlas [07Dec2019 21:25:02.413] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient/]: Could not authorize you against Realms server: Invalid session id [07Dec2019 21:25:41.394] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
-
Please read the Logs section of my signature below and provide the appropriate log in the appropriate manner.
-
Whenever I startup forge 1.12.2 it crashes immediately and I don't have any mods installed
-
There should be a debug.log in run/logs
-
My Forge 1.12 and 1.12.2 Keep Crashing when i start it up
DaemonUmbra replied to Kuaka's topic in Support & Bug Reports
Please don't hijack other people's threads. If you have an issue please make your own thread. -
vajeto joined the community
-
Yes, it changed. Worldgen is threaded now. You have to create a Feature and register it with each biome (biome.addFeature(...)) you want it to appear in. Note that it is more complicated than that, as Features require a FeatureConfig class. NoFeatureConfig does exist if you don't need anything special. An example: https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderores/world/HardOreFeature.java#L16 I recommend at least looking over how vanilla uses these classes and their methods.
-
My Forge 1.12 and 1.12.2 Keep Crashing when i start it up
vajeto replied to Kuaka's topic in Support & Bug Reports
I'm on 1.12.2 and I don't have any mods but it still crashes on startup -
I actually pulled all of my source (.java) files and ran the runClient with just the gradle files and received the same error message. Minecraft loads. No error message is generated in the logs subfolder of .Minecraft. The gradle files are: gradlew, build.gradle, gradle.properties, and gradlew.bat, with the folders: build, gradle, run and src. The error message listed in the opening post is within IntelliJ.
-
Bigman joined the community
-
It would help if you provided the full debug.log
-
I have a mod compiled with JDK 1.6 that I attempted to recompile with Java 1.8, i.e. want to update a 1.7.10 mod and play it in 1.14.4. I have the source code. Working on Windows 10 with IntelliJ 2019.3 Build #IC-193.5233.102, Forge MDK-1.14.4-28.1.98-mdk. When testing updated mod, runClient, got "Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/" Any pointers in resolving this issue/updating the mod are greatly appreciated.
-
I'm attempting to replace water with a custom block based on its biome. But seem to be having an issue figuring out the proper way to handle this in 1.14. I believe earlier versions had an event for population. But am unclear of a way in 1.14 I never messed with world gen in the earlier versions, but looks like its changed in 1.14 from what I can tell. Any help to some reading material or examples would be great.
-
Pythor joined the community
-
[1.14.4] [UNSOLVED] Server Thread Freezes After Entity Explodes
saxon564 replied to saxon564's topic in Modder Support
Unfortunately that was not the case, there was no change in the result at all. -
EA171510 joined the community
-
CanadaMan joined the community
-
Okay so I'm trying to join one of my friends modded server and it said that illegal state of wheat was stopping me from joining
-
Vacinillamin joined the community
-
@Draco18s I have been figuring everything out since then, by going through the default code and getting information on how to do something
-
AntonBespoiasov started following attackEntityFrom() doesn't work. 1.12.2
-
public ItemStack onItemUseFinish(ItemStack stack, World worldIn, EntityLivingBase entityLiving) { Entity entity = ModMath.getMouseOver(Minecraft.getMinecraft().getRenderPartialTicks(), 0); // Gets entity that entityLiving is looking at if (entity != null && entity instanceof EntityLiving) { ((EntityLiving)entity).attackEntityFrom(DamageSource.MAGIC, 2.0f); ((EntityLiving)entity).setRevengeTarget(entityLiving); } return stack; } Using item that has the implementation of the method above doesn't damage entity. Debugging it showed that attackEntityFrom() is called, code within if statement is executed but entity isn't attacked. I looked into Minecraft's files that use attackEntityFrom() and observed that they just call attackEntityFrom(), just one line of code(I assume that something else that can affect entity attacking process was called before attackEntityFrom() in that files). How can I solve this problem? How can I deal damage to entity?