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.

Mister Cow

Members
  • Joined

  • Last visited

  1. So basically I need to replace the value of a string in my References.java file. For example replacing: public static final String VERSION = "@VERSION@"; so instead of @VERSION@ it is 1.0 or 1.1 or something. Thanks
  2. yes, I would like to add a kind of tickevent. Also would like to edit in game gui menu Edit: and add text to nametags on players (health ect)
  3. What I would like to do is modify the dirt blocks so it is burnable, and add code in the game loop
  4. Is there a way to edit the Minecraft source files (Minecraft.java ect.) using eclipse IDE? I cannot edit referenced libraries so is there a way to edit the source folders. I have seen other modders do this though they never provided instruction on how.
  5. Version I am using is 1.12.2. MCP (Minecraft coder pack) is in the title because I am using MCP
  6. How do I get the server and client ping and TPS preferably 1.12.2 but any version is fine Thanks
  7. Mister Cow joined the community
  8. I am having problems with crating my custom fluid (crude_oil). when i place it it is untextured and blocky (as in the fluid blocks render as cubes instead of a slope) can anyone help? Here is the console log: [12:14:08] [main/INFO] [GradleStart]: Extra: [] [12:14:08] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/scott/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [12:14:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:14:08] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [12:14:08] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [12:14:08] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [12:14:08] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading [12:14:08] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_241, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_241 [12:14:08] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [12:14:08] [main/ERROR] [FML]: Full: C:\Users\scott\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [12:14:08] [main/ERROR] [FML]: Trimmed: c:/users/scott/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [12:14:08] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [12:14:08] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs. 2020-04-06 12:14:09,824 main WARN Disabling terminal, you're running in an unsupported environment. [12:14:09] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [12:14:09] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [12:14:09] [main/INFO] [FML]: Searching C:\Users\scott\Desktop\Minecraft Modding\TechCraft\run\.\mods for mods [12:14:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [12:14:09] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [12:14:09] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [12:14:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:14:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:14:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [12:14:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:14:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [12:14:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:14:14] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [12:14:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [12:14:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [12:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [12:14:15] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [12:14:15] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [12:14:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [12:14:17] [main/INFO] [minecraft/Minecraft]: Setting user: Player128 [12:14:20] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [12:14:20] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [12:14:22] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_241, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 832866200 bytes (794 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 432.00' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2' [12:14:22] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized [12:14:22] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [12:14:22] [main/INFO] [FML]: Replaced 1036 ore ingredients [12:14:22] [main/INFO] [FML]: Searching C:\Users\scott\Desktop\Minecraft Modding\TechCraft\run\.\mods for mods [12:14:24] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [12:14:24] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, techcraft] at CLIENT [12:14:24] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, techcraft] at SERVER [12:14:24] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 259650600 nanos [12:14:25] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:TechCraft [12:14:25] [main/INFO] [FML]: Processing ObjectHolder annotations [12:14:25] [main/INFO] [FML]: Found 1168 ObjectHolder annotations [12:14:25] [main/INFO] [FML]: Identifying ItemStackHolder annotations [12:14:25] [main/INFO] [FML]: Found 0 ItemStackHolder annotations [12:14:25] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [12:14:25] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [12:14:25] [main/INFO] [FML]: Applying holder lookups [12:14:25] [main/INFO] [FML]: Holder lookups applied [12:14:25] [main/INFO] [FML]: Applying holder lookups [12:14:25] [main/INFO] [FML]: Holder lookups applied [12:14:25] [main/INFO] [FML]: Applying holder lookups [12:14:25] [main/INFO] [FML]: Holder lookups applied [12:14:25] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null [12:14:25] [main/INFO] [FML]: Applying holder lookups [12:14:25] [main/INFO] [FML]: Holder lookups applied [12:14:25] [main/INFO] [FML]: Injecting itemstacks [12:14:25] [main/INFO] [FML]: Itemstack injection complete [12:14:32] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem... [12:14:32] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL [12:14:32] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [12:14:32] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized. [12:14:33] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started [12:14:45] [main/INFO] [FML]: Max texture size: 16384 [12:14:47] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas [12:14:50] [main/INFO] [FML]: Applying holder lookups [12:14:50] [main/INFO] [FML]: Holder lookups applied [12:14:50] [main/INFO] [FML]: Injecting itemstacks [12:14:50] [main/INFO] [FML]: Itemstack injection complete [12:14:50] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [12:14:50] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [12:14:50] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded [12:14:51] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id [12:15:39] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2 [12:15:39] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair [12:15:39] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance [12:15:39] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world techcraft:crude_oil [12:15:40] [Server thread/INFO] [FML]: Applying holder lookups [12:15:40] [Server thread/INFO] [FML]: Holder lookups applied [12:15:40] [Server thread/INFO] [FML]: Loading dimension 0 (TEST WORLD) (net.minecraft.server.integrated.IntegratedServer@4a745e1b) [12:15:41] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements [12:15:41] [Server thread/INFO] [FML]: Loading dimension -1 (TEST WORLD) (net.minecraft.server.integrated.IntegratedServer@4a745e1b) [12:15:41] [Server thread/INFO] [FML]: Loading dimension 1 (TEST WORLD) (net.minecraft.server.integrated.IntegratedServer@4a745e1b) [12:15:41] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0 [12:15:42] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 25% [12:15:43] [Server thread/INFO] [FML]: Unloading dimension -1 [12:15:43] [Server thread/INFO] [FML]: Unloading dimension 1 [12:15:43] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 12, from 10 [12:15:44] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [12:15:44] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [12:15:44] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],[email protected],[email protected] [12:15:44] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [12:15:44] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [12:15:44] [Server thread/INFO] [minecraft/PlayerList]: Player128[local:E:a47e7584] logged in with entity id 225 at (-190.17283338694, 66.0, -117.51146568634506) [12:15:44] [Server thread/INFO] [minecraft/MinecraftServer]: Player128 joined the game [12:15:44] [Server thread/INFO] [minecraft/MinecraftServer]: Player128 has reached the goal [Sky's the Limit] [12:15:46] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game... [12:15:46] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'TEST WORLD'/overworld [12:15:47] [main/INFO] [minecraft/GuiNewChat]: [CHAT] Player128 has reached the goal [Sky's the Limit] [12:15:47] [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@ffe8ca3[id=7dc80f62-93ab-31a4-97b1-46f4b80402c9,name=Player128,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3181) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_241] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_241] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241] at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] [12:15:47] [main/INFO] [minecraft/AdvancementList]: Loaded 5 advancements [12:16:27] [main/INFO] [minecraft/Minecraft]: Stopping! [12:16:27] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [12:16:27] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [12:16:27] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [12:16:27] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'TEST WORLD'/overworld [12:16:28] [Server thread/INFO] [FML]: Unloading dimension 0 [12:16:28] [Server thread/INFO] [FML]: Applying holder lookups [12:16:28] [Server thread/INFO] [FML]: Holder lookups applied [12:16:28] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down... [12:16:28] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release Here is my crude_oil blockstate json file: { "forge_marker": 1, "defaults": { "model": "forge:fluid", "custom": { "fluid": "crude_oil" } }, "variants": { "fluid": [{ }], "inventory": [{ }] } } Here is my fluidbase class: package techcraft.fluids; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fluids.Fluid; public class FluidBase extends Fluid { public FluidBase(String fluidName, ResourceLocation still, ResourceLocation flowing) { super(fluidName, still, flowing); } } Here is my blockfluidbase class: package techcraft.fluids; import net.minecraft.block.material.Material; import net.minecraftforge.fluids.BlockFluidClassic; import net.minecraftforge.fluids.Fluid; public class BlockFluidBase extends BlockFluidClassic { public BlockFluidBase(Fluid fluid, Material material) { super(fluid, material); } } Thanks in advance :)

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.