Posted June 5, 20214 yr I've been tring for a while to get this to work but I can't seem to find the problem. I'm trying to add a block to the game called example_block but when I load into the game the texture shows as transparent and I can see the bottom of the world through the block. I'm not getting any file not found errors so I don't think I am having file structure problem (but I might be wrong). Here is a github link to the project: https://github.com/FTSheepy/modAttempt4 Let me know if I need to attach more files please.
June 5, 20214 yr Author I tried changing the Blocks folder and it didn't fix anything. The post you sent didn't help me because it had to do more with the new naming system than the block textures. Thanks though
June 7, 20214 yr Author The logs are inside the run folder, that's why I removed the .gitignore file. I figured that the logs were important to finding the problem. I see the line you mentioned, is something incorrectly pluralised? Edited June 8, 20214 yr by Cooper Lutz
June 8, 20214 yr Author I fixed the problem, thanks. I can't belive i spent hours of my life trying to figure it out when the cause was a single 's'. Also, shouldn't this have caused some error that would help diagnose the problem?
June 8, 20214 yr Errors don't appear because the argument is in quotes. The computer recognizes it as a proper argument even though it's not. (It still should always be in quotes though)
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.