Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jtsfour

Members
  • Joined

  • Last visited

Everything posted by jtsfour

  1. Did you add the java jdk to your PATH variable? if you dont know try opening cmd and type "javac -version"
  2. i am using forge 13.19.0.2168 and my block spontaneously stopped working (i literally only added a .lang file) So when i start minecraft forge gives an error saying that Could not load vanilla model parent 'dwcore:models/block/dwcore_testblock' which is odd because that is the correct path I dug deeper through the error report and at the Java FileNotFoundException it says java.io.FileNotFoundException: dwcore:models/models/block/dwcore_testblock.json it adds a /models for no reason i did some testing and it appears the parser that processes the path works but at whatever point it tries to read it it gives an error to test i changed assets.dwcore.models.item.dwcore_testblock from { "parent":"dwcore:models/block/dwcore_testblock" } to this { "parent":"dwcore:block/dwcore_testblock" } and i got the same error message i think it is a forge src problem all of my code is here https://github.com/jtsfour/DynamicWorldCore 2016-11-29 23:58:49,786 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-11-29 23:58:49,787 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [23:58:49] [main/INFO] [GradleStart]: username: *************** [23:58:49] [main/INFO] [GradleStart]: Extra: [] [23:58:49] [main/INFO] [GradleStart]: Password found, attempting login [23:58:49] [main/INFO]: Logging in with username & password [23:58:50] [main/INFO] [GradleStart]: Login Succesful! [23:58:50] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, [], --assetsDir, C:/Users/**/.gradle/caches/minecraft/assets, --assetIndex, 1.11, --userType, mojang, --accessToken{REDACTED}, --version, 1.11, --uuid, ***************************, --username, jtsfour, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [23:58:50] [main/INFO] [FML]: Forge Mod Loader version 13.19.0.2168 for Minecraft 1.11 loading [23:58:50] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_51 [23:58:50] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [23:58:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [23:58:50] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [23:58:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:58:50] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [23:58:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [23:58:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [23:58:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [23:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [23:58:52] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [23:58:52] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [23:58:52] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-11-29 23:58:52,845 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-11-29 23:58:52,870 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-11-29 23:58:52,872 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [23:58:53] [Client thread/INFO]: Setting user: jtsfour [23:58:56] [Client thread/WARN]: Skipping bad option: lastServer: [23:58:56] [Client thread/INFO]: LWJGL Version: 2.9.4 [23:58:58] [Client thread/INFO]: [sTDOUT]: ---- Minecraft Crash Report ---- // Oops. Time: 11/29/16 11:58 PM Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.11 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 147019312 bytes (140 MB) / 637534208 bytes (608 MB) up to 1888485376 bytes (1801 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13423 Compatibility Profile Context FireGL 0' Renderer: 'AMD FirePro M6100' [23:58:58] [Client thread/INFO] [FML]: MinecraftForge v13.19.0.2168 Initialized [23:58:58] [Client thread/INFO] [FML]: Replaced 232 ore recipes [23:58:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [23:58:58] [Client thread/INFO] [FML]: Searching C:\Users\JT\My Files\Modding\Dynamic World\DynamicWorld-eclipse\DynamicWorldCore\mods for mods [23:58:59] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [23:58:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, dwcore] at CLIENT [23:58:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, forge, dwcore] at SERVER [23:59:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dynamic World Core [23:59:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [23:59:00] [Client thread/INFO] [FML]: Found 443 ObjectHolder annotations [23:59:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [23:59:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [23:59:00] [Client thread/INFO] [FML]: Applying holder lookups [23:59:00] [Client thread/INFO] [FML]: Holder lookups applied [23:59:00] [Client thread/INFO] [FML]: Applying holder lookups [23:59:00] [Client thread/INFO] [FML]: Holder lookups applied [23:59:00] [Client thread/INFO] [FML]: Applying holder lookups [23:59:00] [Client thread/INFO] [FML]: Holder lookups applied [23:59:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [23:59:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [23:59:00] [Client thread/INFO] [FML]: Applying holder lookups [23:59:00] [Client thread/INFO] [FML]: Holder lookups applied [23:59:00] [Client thread/INFO] [FML]: Injecting itemstacks [23:59:00] [Client thread/INFO] [FML]: Itemstack injection complete [23:59:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: BETA Target: null [23:59:02] [sound Library Loader/INFO]: Starting up SoundSystem... [23:59:02] [Thread-8/INFO]: Initializing LWJGL OpenAL [23:59:02] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [23:59:02] [Thread-8/INFO]: OpenAL initialized. [23:59:03] [sound Library Loader/INFO]: Sound engine started [23:59:06] [Client thread/INFO] [FML]: Max texture size: 16384 [23:59:06] [Client thread/INFO]: Created: 16x16 textures-atlas [23:59:07] [Client thread/INFO] [FML]: Injecting itemstacks [23:59:07] [Client thread/INFO] [FML]: Itemstack injection complete [23:59:07] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [23:59:07] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dynamic World Core [23:59:09] [Client thread/INFO]: SoundSystem shutting down... [23:59:09] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [23:59:09] [sound Library Loader/INFO]: Starting up SoundSystem... [23:59:09] [Thread-10/INFO]: Initializing LWJGL OpenAL [23:59:09] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [23:59:09] [Thread-10/INFO]: OpenAL initialized. [23:59:09] [sound Library Loader/INFO]: Sound engine started [23:59:11] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'dwcore:models/block/dwcore_testblock' for 'net.minecraft.client.renderer.block.model.ModelBlock@4c560e50 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model dwcore:models/block/dwcore_testblock with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:478) [ModelLoader$VanillaModelWrapper.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:317) [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:147) [ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [simpleReloadableResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:113) [simpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:798) [Minecraft.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:347) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:560) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:385) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51] 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_51] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_51] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] Caused by: java.io.FileNotFoundException: dwcore:models/models/block/dwcore_testblock.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[simpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1100(ModelLoader.java:118) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:868) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 26 more [23:59:12] [Client thread/INFO] [FML]: Max texture size: 16384 [23:59:12] [Client thread/INFO]: Created: 512x512 textures-atlas [23:59:12] [Client thread/WARN]: Skipping bad option: lastServer:
  3. i tried using gradle start what is the exact argument because using "GradleStart" doesnt work
  4. every time i run forge 1.8 i get this error java.lang.reflect.InvocationTargetException i have built deleted and rebuilt countless times nothing i try works pls help it appears that lwjgl isnt loading for some reason java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_45] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_45] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_45] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?] Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886) ~[?:1.7.0_45] at java.lang.Runtime.loadLibrary0(Runtime.java:849) ~[?:1.7.0_45] at java.lang.System.loadLibrary(System.java:1088) ~[?:1.7.0_45] at org.lwjgl.Sys$1.run(Sys.java:73) ~[lwjgl-2.9.1.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_45] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.Sys.loadLibrary(Sys.java:95) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.Sys.<clinit>(Sys.java:112) ~[lwjgl-2.9.1.jar:?] at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2870) ~[Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:44) ~[Main.class:?] ... 6 more
  5. i think minecraft has some sort of special render that needs a Cocoa object itself i would try to make this extend BlockCocoa
  6. i cant understand why this particle is falling through blocks instead of stopping on top of them? fyi Precipitation extends EntityFX public class DWRainFX extends Precipitation { private static final String __OBFID = "CL_00000934"; public DWRainFX(World par1World, double par2, double par4, double par6) { super(par1World, par2, par4, par6, 0.0D, 0.0D, 0.0D); this.motionX *= 0.30000001192092896D; this.motionY = (double)((float)Math.random() * 0.2F + 0.1F); this.motionZ *= 0.30000001192092896D; this.particleRed = 1.0F; this.particleGreen = 1.0F; this.particleBlue = 1.0F; this.setSize(0.01F, 0.01F); this.particleGravity = 0.06F; this.particleMaxAge = 35/*(int)(8.0D / (Math.random() * 0.8D + 0.2D))*/; } /** * Called to update the entity's position/logic. */ public void onUpdate() { this.prevPosX = this.posX; this.prevPosY = this.posY; this.prevPosZ = this.posZ; this.motionY -= (double)this.particleGravity; this.moveEntity(this.motionX, this.motionY, this.motionZ); this.motionX *= 0.9800000190734863D; this.motionY *= 0.9800000190734863D; this.motionZ *= 0.9800000190734863D; if (this.particleMaxAge-- <= 0) { this.setDead(); } if (this.onGround) { // this.worldObj.set if (Math.random() < 0.5D) { this.setDead(); } this.motionX *= 0.699999988079071D; this.motionZ *= 0.699999988079071D; //this.motionY = 0.0; } Material material = this.worldObj.getBlock(MathHelper.floor_double(this.posX), MathHelper.floor_double(this.posY), MathHelper.floor_double(this.posZ)).getMaterial(); if (material.isLiquid() || material.isSolid()) { double d0 = (double)((float)(MathHelper.floor_double(this.posY) + 1) - BlockLiquid.getLiquidHeightPercent(this.worldObj.getBlockMetadata(MathHelper.floor_double(this.posX), MathHelper.floor_double(this.posY), MathHelper.floor_double(this.posZ)))); if (this.posY < d0) { this.setDead(); } } } public int getID(){ return 1; } public String getName(){ return "rain"; } }

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.