Jump to content

Items Texture issue


Avanyt

Recommended Posts

1 minute ago, 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

wow TIL

Link to comment
Share on other sites

2 minutes ago, 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

so than the code is gonna be?

Link to comment
Share on other sites

10 minutes ago, Cadiboo said:

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

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.

Link to comment
Share on other sites

1 minute ago, Avanyt said:

so than the code is gonna be?

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

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

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)

Link to comment
Share on other sites

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 : [email protected],[email protected],[email protected],[email protected],[email protected]
[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

 

Link to comment
Share on other sites

1 minute ago, 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.

Yes both on in there.

Link to comment
Share on other sites

2 minutes ago, 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?

[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]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

Link to comment
Share on other sites

2 hours ago, Avanyt said:

the files exist but it says it don't

What part of

10 hours ago, Draco18s said:

rc:models/item/broken_heart.json

does not match

rc:models/items/broken_heart.json

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

10 hours ago, Draco18s said:

your folder names don't match exactly.

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.

Link to comment
Share on other sites

37 minutes ago, 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.

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

Link to comment
Share on other sites

7 hours ago, 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.

 

6 hours ago, Tschipp said:

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

 

8 hours ago, diesieben07 said:

This is not a ticket.

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

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

Link to comment
Share on other sites

Just now, Avanyt said:

 

 

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

Cool beans, I'm happy for you.

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.

Link to comment
Share on other sites

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

    • Slot depo 5k merupakan situs slot depo 5k yang menyediakan slot minimal deposit 5rb atau 5k via dana yang super gacor, dimana para pemain hanya butuh modal depo sebesar 5k untuk bisa bermain di link slot gacor thailand terbaru tahun 2024 yang gampang menang ini.   DAFTAR & LOGIN AKUN PRO SLOT DEPO 5K ⭐⭐⭐ KLIK DISINI ⭐⭐⭐  
    • Slot deposit 3000 adalah situs slot deposit 3000 via dana yang super gacor dimana para pemain dijamin garansi wd hari ini juga hanya dengan modal receh berupa deposit sebesar 3000 baik via dana, ovo, gopay maupun linkaja untuk para pemain pengguna e-wallet di seluruh Indonesia.   DAFTAR & LOGIN AKUN PRO SLOT DEPOSIT 3000 ⭐⭐⭐ KLIK DISINI ⭐⭐⭐  
    • OLXTOTO: Menikmati Sensasi Bermain Togel dan Slot dengan Aman dan Mengasyikkan Dunia perjudian daring terus berkembang dengan cepat, dan salah satu situs yang telah menonjol dalam pasar adalah OLXTOTO. Sebagai platform resmi untuk permainan togel dan slot, OLXTOTO telah memenangkan kepercayaan banyak pemain dengan menyediakan pengalaman bermain yang aman, adil, dan mengasyikkan. DAFTAR OLXTOTO DISINI <a href="https://imgbb.com/"><img src="https://i.ibb.co/GnjSVpx/daftar1-480x480.webp" alt="daftar1-480x480" border="0" /></a> Keamanan Sebagai Prioritas Utama Salah satu aspek utama yang membuat OLXTOTO begitu menonjol adalah komitmennya terhadap keamanan pemain. Dengan menggunakan teknologi enkripsi terkini, situs ini memastikan bahwa semua informasi pribadi dan keuangan para pemain tetap aman dan terlindungi dari akses yang tidak sah. Beragam Permainan yang Menarik Di OLXTOTO, pemain dapat menemukan beragam permainan yang menarik untuk dinikmati. Mulai dari permainan klasik seperti togel hingga slot modern dengan fitur-fitur inovatif, ada sesuatu untuk setiap selera dan preferensi. Grafik yang memukau dan efek suara yang mengagumkan menambah keseruan setiap putaran. Peluang Menang yang Tinggi Salah satu hal yang paling menarik bagi para pemain adalah peluang menang yang tinggi yang ditawarkan oleh OLXTOTO. Dengan pembayaran yang adil dan peluang yang setara bagi semua pemain, setiap taruhan memberikan kesempatan nyata untuk memenangkan hadiah besar. Layanan Pelanggan yang Responsif Tim layanan pelanggan OLXTOTO siap membantu para pemain dengan setiap pertanyaan atau masalah yang mereka hadapi. Dengan layanan yang ramah dan responsif, pemain dapat yakin bahwa mereka akan mendapatkan bantuan yang mereka butuhkan dengan cepat dan efisien. Kesimpulan OLXTOTO telah membuktikan dirinya sebagai salah satu situs terbaik untuk penggemar togel dan slot online. Dengan fokus pada keamanan, beragam permainan yang menarik, peluang menang yang tinggi, dan layanan pelanggan yang luar biasa, tidak mengherankan bahwa situs ini telah menjadi pilihan utama bagi banyak pemain. Jadi, jika Anda mencari pengalaman bermain yang aman, adil, dan mengasyikkan, jangan ragu untuk bergabung dengan OLXTOTO hari ini dan rasakan sensasi kemenangan!
    • Slot deposit dana adalah situs slot deposit dana yang juga menerima dari e-wallet lain seperti deposit via dana, ovo, gopay & linkaja terlengkap saat ini, sehingga para pemain yang tidak memiliki rekening bank lokal bisa tetap bermain slot dan terbantu dengan adanya fitur tersebut.   DAFTAR & LOGIN AKUN PRO SLOT DEPOSIT DANA ⭐⭐⭐ KLIK DISINI ⭐⭐⭐  
    • Slot deposit dana adalah situs slot deposit dana minimal 5000 yang dijamin garansi super gacor dan gampang menang, dimana para pemain yang tidak memiliki rekening bank lokal tetap dalam bermain slot dengan melakukan deposit dana serta e-wallet lainnya seperti ovo, gopay maupun linkaja lengkap. Agar para pecinta slot di seluruh Indonesia tetap dapat menikmati permainan tanpa halangan apapun khususnya metode deposit, dimana ketersediaan cara deposit saat ini yang lebih beragam tentunya sangat membantu para pecinta slot.   DAFTAR & LOGIN AKUN PRO SLOT DEPOSIT DANA ⭐⭐⭐ KLIK DISINI ⭐⭐⭐  
  • Topics

×
×
  • Create New...

Important Information

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