
Chuckinator
Members-
Posts
45 -
Joined
-
Last visited
Everything posted by Chuckinator
-
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Thanks that worked. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Give me an example code. You are doing a great job of explaining but I learn better when I see it. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I don't understand that part -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Ok I get that but I still don't know what to put for method params. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
It says it cannot resolve symbol -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
A couple of years. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I am getting an error with my items on line 57 and 58 https://gist.github.com/Chuckinator2020/84420fd45208f2aeab9395d834671a1b -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Thats a little advanced. Can u send me a link to registeringModels in george docs? -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Is it in your testmod3? -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
The cube. Now that stated all of that I dont think I have that texture or model registration in my code. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Everything is up to date I am getting no errors but still no textures. WHY WHY WHY -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Ok https://gist.github.com/Chuckinator2020/4e271dcdb38caf7feaefa39d0163dcc0 -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I have no way of getting you the files becuz I dont know how to use the gist and pastbin and I cant upload it here becuz there is always a processing error -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I am not good at doing that -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Ok I added flashmod: to items/dark_banshee but and have it set up just like your Testmod3 but the textures are still not showing up. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Ok Do you have that part set up in your TestMod3? -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
In what file? -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Ok the setup worked but I am still getting texture errors?.? [12:48:08] [main/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [12:48:08] [main/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [12:48:08] [main/ERROR] [TEXTURE ERRORS]: ================================================== [12:48:08] [main/ERROR] [TEXTURE ERRORS]: DOMAIN minecraft [12:48:08] [main/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [12:48:08] [main/ERROR] [TEXTURE ERRORS]: domain minecraft is missing 2 textures [12:48:08] [main/ERROR] [TEXTURE ERRORS]: domain minecraft has 3 locations: [12:48:08] [main/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default [12:48:08] [main/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Forge Mod Loader [12:48:08] [main/ERROR] [TEXTURE ERRORS]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Minecraft Forge [12:48:08] [main/ERROR] [TEXTURE ERRORS]: ------------------------- [12:48:08] [main/ERROR] [TEXTURE ERRORS]: The missing resources for domain minecraft are: [12:48:08] [main/ERROR] [TEXTURE ERRORS]: textures/items/flash_sword.png [12:48:08] [main/ERROR] [TEXTURE ERRORS]: textures/items/dark_banshee.png [12:48:08] [main/ERROR] [TEXTURE ERRORS]: ------------------------- [12:48:08] [main/ERROR] [TEXTURE ERRORS]: No other errors exist for domain minecraft [12:48:08] [main/ERROR] [TEXTURE ERRORS]: ================================================== [12:48:08] [main/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I did the command with --debug inside the intellij terminal and it says Error: Could not download ForgeGradle(net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT): No cached version available. Is 2.4 snapshot out. I let in through my firewall. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
gradle.log -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Does it make a file? I tryed uploading pictured of the error in run tab but it failed. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Well i am getting an error in the dependencies/ forgebin-1.12-14.21.1.2390:2390 -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
Do you do anything different when setting up the new forge environment. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
I am using forge-1.12-14.21.1.2387. So I will upgrade and put it on github if it doesnt work. -
[1.12] Minecraft creating and registering items and blocks
Chuckinator replied to Chuckinator's topic in Modder Support
So... I tried adding the texture files and model files but I still get the black and purple block. Code below src.7z