Posted January 16, 201510 yr Hi, ive got a problem with this line of code. i know that i've just got the texture path wrong because it comes up black and purple but if i use an inbuilt mc texture it works private final ResourceLocation texture = new ResourceLocation("DC", "textures/entities/DEATH.png"); This is my workspace sctucture
January 16, 201510 yr private final ResourceLocation texture = new ResourceLocation("DC" + ":" + "textures/entities/DEATH.png"); I only know this will work (works for me). Always used this constructor, just saying. Also - use lowercase maybe? If it doesn't - what does (the fox say) the error log say (the path missing)? 1.7.10 is no longer supported by forge, you are on your own.
January 16, 201510 yr Mod-ID most be lowercase. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
January 16, 201510 yr Author [22:15:39] [Client thread/WARN]: Failed to load texture: dc:textures/entities/death.png java.io.FileNotFoundException: dc:textures/entities/death.png this is what the fox is saying
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.