Jump to content

Recommended Posts

Posted
  On 8/6/2018 at 8:02 AM, Cadiboo said:

Currently in 1.12.2 Vanilla uses "/models/item" for models and "/textures/items" for textures

However in 1.13 Vanilla with be using "/models/item" and "/textures/item"

The texture folder can be called whatever you want. you just have to reference it correctly from code & JSON

Expand  

wow TIL

Posted
  On 8/6/2018 at 8:02 AM, Cadiboo said:

Currently in 1.12.2 Vanilla uses "/models/item" for models and "/textures/items" for textures

However in 1.13 Vanilla with be using "/models/item" and "/textures/item"

The texture folder can be called whatever you want. you just have to reference it correctly from code & JSON

Expand  

so than the code is gonna be?

Posted (edited)
  On 8/6/2018 at 8:02 AM, Cadiboo said:

Currently in 1.12.2 Vanilla uses "/models/item" for models and "/textures/items" for textures

Expand  

And since this is still 1.12 he should use textures/items

Edited by Animefan8888

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
  On 8/6/2018 at 8:05 AM, Avanyt said:

so than the code is gonna be?

Expand  

Its not the code thats the problem the code is perfectly correct. Its your JSON models pointing to locations that don't exist.

{
  "parent": "item/generated",
  "textures": {
      "layer0": "rc:items/broken_heart"
  }
}

You do notice that layer0 points to /textures/items/broken_heart.png

but the file is in /texures/item/broken_heart.png

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted

so i been checking ths youtuber github page maybe to help me

https://github.com/HarryTechRevs/MinecraftModding/tree/HarryTechRevs-1.12.2-Tutorials

 

Log Says:

 

[06:34:36] [main/INFO] [GradleStart]: Extra: []
[06:34:36] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Michael/.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]
[06:34:36] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[06:34:36] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[06:34:36] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[06:34:36] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[06:34:36] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2705 for Minecraft 1.12.2 loading
[06:34:36] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181
[06:34:37] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
[06:34:37] [main/ERROR] [FML]: Full: C:\Users\Michael\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar
[06:34:37] [main/ERROR] [FML]: Trimmed: c:/users/michael/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
[06:34:37] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[06:34:37] [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
[06:34:37] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[06:34:37] [main/INFO] [FML]: Searching C:\Users\Michael\Desktop\Chad's THINGS\RoleplayCraft\run\.\mods for mods
[06:34:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[06:34:37] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[06:34:37] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[06:34:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:34:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:34:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[06:34:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:34:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:34:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:34:44] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[06:34:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:34:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[06:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[06:34:47] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:34:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[06:34:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[06:34:53] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player190
[06:35:12] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[06:35:12] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4
[06:35:16] [main/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_181, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 917495432 bytes (874 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 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: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics'
[06:35:16] [main/INFO] [FML]: MinecraftForge v14.23.4.2705 Initialized
[06:35:16] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[06:35:16] [main/INFO] [FML]: Replaced 1036 ore ingredients
[06:35:17] [main/INFO] [FML]: Searching C:\Users\Michael\Desktop\Chad's THINGS\RoleplayCraft\run\.\mods for mods
[06:35:19] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[06:35:21] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rc] at CLIENT
[06:35:21] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, rc] at SERVER
[06:35:21] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 645641033 nanos
[06:35:23] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RoleplayCraft
[06:35:23] [main/INFO] [FML]: Processing ObjectHolder annotations
[06:35:23] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[06:35:23] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[06:35:23] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[06:35:23] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
[06:35:23] [main/INFO] [FML]: Applying holder lookups
[06:35:23] [main/INFO] [FML]: Holder lookups applied
[06:35:23] [main/INFO] [FML]: Applying holder lookups
[06:35:23] [main/INFO] [FML]: Holder lookups applied
[06:35:23] [main/INFO] [FML]: Applying holder lookups
[06:35:23] [main/INFO] [FML]: Holder lookups applied
[06:35:23] [main/INFO] [FML]: Applying holder lookups
[06:35:23] [main/INFO] [FML]: Holder lookups applied
[06:35:23] [main/INFO] [FML]: Injecting itemstacks
[06:35:23] [main/INFO] [FML]: Itemstack injection complete
[06:35:24] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[06:35:25] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[06:35:33] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem...
[06:35:33] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL
[06:35:33] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[06:35:34] [Thread-5/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized.
[06:35:34] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started
[06:35:45] [main/INFO] [FML]: Max texture size: 8192
[06:35:47] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x1024 textures-atlas
[06:35:52] [main/INFO] [FML]: Applying holder lookups
[06:35:52] [main/INFO] [FML]: Holder lookups applied
[06:35:52] [main/INFO] [FML]: Injecting itemstacks
[06:35:52] [main/INFO] [FML]: Itemstack injection complete
[06:35:52] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[06:35:53] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer:
[06:35:53] [main/INFO] [com.mojang.text2speech.NarratorWindows]: Narrator library for x64 successfully loaded
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found.
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:   DOMAIN rc
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:   domain rc is missing 2 textures
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:     domain rc has 1 location:
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:       mod rc resources at C:\Users\Michael\Desktop\Chad's THINGS\RoleplayCraft\bin
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:     The missing resources for domain rc are:
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/items/cooked_poop.png
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/item/heart.png
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]:     No other errors exist for domain rc
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
[06:35:53] [main/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[06:35:57] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id
[06:36:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2
[06:36:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair
[06:36:00] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[06:36:01] [Server thread/INFO] [FML]: Applying holder lookups
[06:36:01] [Server thread/INFO] [FML]: Holder lookups applied
[06:36:01] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@2f936048)
[06:36:02] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 488 advancements
[06:36:02] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@2f936048)
[06:36:02] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@2f936048)
[06:36:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[06:36:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 2%
[06:36:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 13%
[06:36:06] [Server thread/INFO] [FML]: Unloading dimension -1
[06:36:06] [Server thread/INFO] [FML]: Unloading dimension 1
[06:36:06] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 12, from 10
[06:36:11] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[06:36:11] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[06:36:11] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,rc@1.0.0,FML@8.0.99.99,forge@14.23.4.2705,mcp@9.42
[06:36:11] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[06:36:11] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[06:36:11] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player190[local:E:06b820dd] logged in with entity id 199 at (-737.2768931399576, 4.0, -367.890416768452)
[06:36:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player190 joined the game
[06:36:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
[06:36:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/overworld
[06:36:15] [pool-2-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@21efeb9d[id=73e86b1c-09ff-3572-8fd3-6ef90ffece87,name=Player190,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:3178) [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_181]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_181]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_181]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
[06:36:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game...
[06:36:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/overworld

 

Posted
  On 8/6/2018 at 10:59 AM, diesieben07 said:

This file does not exist in your screenshot. Only textures/items/heart.png exists.

Did you create the textures/items/cooked_poop.png file before taking the screenshot? Because from that screenshot it should not be in the error log.

 

As a side note: "rc" is the worst mod id. ModIDs need to be unique. "rc" is not unique.

Expand  

Yes both on in there.

Posted

Both of the png and json files are in there. look closer and don't have to be so much so criticism over a dumb modid and NO the pic was took when you said to.  

Posted
  On 8/6/2018 at 11:26 AM, diesieben07 said:

What are you talking about?

 

Okay, so that is an old log... Post the new log then... Seriously, why do we need to ask for these things again, every time?

Expand  

[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found.
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:   DOMAIN rc
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:   domain rc is missing 2 textures
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:     domain rc has 1 location:
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:       mod rc resources at C:\Users\Michael\Desktop\Chad's THINGS\RoleplayCraft\bin
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:     The missing resources for domain rc are:
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/items/heart.png
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/items/cooked_poop.png
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]:     No other errors exist for domain rc
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
[06:40:06] [main/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Posted
  On 8/6/2018 at 11:38 AM, Avanyt said:

the files exist but it says it don't

Expand  

What part of

  On 8/6/2018 at 3:09 AM, Draco18s said:

rc:models/item/broken_heart.json

does not match

rc:models/items/broken_heart.json

Expand  

Have you failed to understand after FIVE PAGES (and at least four people trying to help) of thread?

  On 8/6/2018 at 3:05 AM, Draco18s said:

your folder names don't match exactly.

Expand  

You have done fuckall to your folder names since I went to bed. Jesus mother foxing christ on a crutch.

  • Haha 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted
  On 8/6/2018 at 2:01 PM, Draco18s said:

What part of

Have you failed to understand after FIVE PAGES (and at least four people trying to help) of thread?

You have done fuckall to your folder names since I went to bed. Jesus mother foxing christ on a crutch.

Expand  

Yeah I guess you can’t expect much more from a person that adds „raw_poop“ and „cooked_poop“ items

Posted
  On 8/6/2018 at 2:01 PM, Draco18s said:

What part of

Have you failed to understand after FIVE PAGES (and at least four people trying to help) of thread?

You have done fuckall to your folder names since I went to bed. Jesus mother foxing christ on a crutch.

Expand  

 

  On 8/6/2018 at 2:39 PM, Tschipp said:

Yeah I guess you can’t expect much more from a person that adds „raw_poop“ and „cooked_poop“ items

Expand  

 

  On 8/6/2018 at 1:20 PM, diesieben07 said:

This is not a ticket.

If you do not provide adequate information then yes, we cannot help you.

Expand  

You were all wrong. i found what it was that you didn't see 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements




  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I have used mixins once before, and it was with @At RETURN, so it worked fine. Now im trying to use it as INVOKE, and the compilation is successful, but the client crashes almost on startup (just a couple seconds after running runClient)   Im trying to inject the method finishConversion inside the ZombieVillager class. This is my Mixin class important stuff:   import net.minecraft.server.level.ServerLevel; import net.minecraft.world.entity.monster.ZombieVillager; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; @Mixin(ZombieVillager.class) public class ZombieVillagerCures { @Inject(method = "finishConversion", at = @At(value = "INVOKE_ASSIGN", target = "Lnet/minecraft/world/entity/LivingEntity;addEffect(Lnet/minecraft/world/effect/MobEffectInstance;)Z")) private void addZombieVillagerCuredAmmount(ServerLevel level, CallbackInfo info) { System.out.println("The Mixin Worked!!! " + level); } // Lnet/minecraft/world/entity/LivingEntity;addEffect(Lnet/minecraft/world/effect/MobEffectInstance;)Z } I'm sure the issue lies in the @At cuz other @At values work fine. Its probably the fully qualified name thing. idk how to get it in VS code
    • I'm wayy less skilled than you i bet, but maybe u could try to just convert one into the other?
    • wildbackport is not working
    • Through Betafort Recovery, Bitcoin scam victims can retrieve their money. I recommend Betafort Recovery to anyone who has fallen victim to a scam and has been looking for methods and techniques to recover their lost cryptocurrency or wallets. Betafort Recovery is a reliable cryptocurrency recovery firm that assists victims in recovering their stolen cryptocurrency and offers secure solutions to protect your wallets from online scammers. I must admit that I was deeply melancholy and had given up on life until these experts could restore my $23,400 to my wallet. If you've lost your cryptocurrency and you are helpless about it, contact Betafort Recovery to get your money back. One key aspect that makes Betafort Recovery stand out is its focus on providing secure solutions to protect wallets from online scammers. It's not just about recovering lost funds; it's also about preventing future incidents and ensuring that clients' digital assets are safeguarded against potential threats. This proactive approach demonstrates their commitment to the long-term financial security of their clients. Furthermore, for individuals who have lost their cryptocurrency and are feeling helpless, reaching out to Betafort Recovery could be a turning point in their situation. The reassurance that they are legitimate for seeking help and recovering lost funds can provide much-needed relief and a sense of empowerment. Betafort Recovery as a reliable cryptocurrency recovery firm is certainly well-founded. Their ability to assist scam victims in recovering stolen cryptocurrency, their focus on providing secure solutions, and their commitment to supporting clients through challenging situations make them a valuable resource for individuals navigating the complex world of digital currencies. If you or someone you know has fallen victim to a cryptocurrency scam, contacting Betafort Recovery could be the first step towards reclaiming lost funds and regaining peace of mind.  
    • Idk how i didn't notice that, but I deleted it and fixed some other issues and now I get this https://mclo.gs/YsWacqq
  • Topics

×
×
  • Create New...

Important Information

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