-
Posts
150 -
Joined
-
Last visited
Everything posted by Anonomys
-
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
Congrats, for solving the issue yourself. -
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
You are probably getting this error because you updated your mappings. -
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
Just choose options until one works. -
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
And there is also an non-efficient way to get the name, and that is to just see the recommendations that your coding program gives you. -
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
Though, i am not getting errors for that function. -
[1.16.1]what is the new name for func_243248_b
Anonomys replied to 20ChenM's topic in Modder Support
You should provide more details such as screenshots and logs (if you ran the game with the erros) -
If you already didn't search it up then here. if you did and nothing worked, you should try calling your ISP and asking them to open the port you want.
-
So, i just tried to upgrade my mod to 1.16.3, and everything worked fine, but when i tried to run the task "genIntelliJRuns" it throws an error Failed to get asset: minecraft/lang/az_az.json Some assets failed to download or validate, try running the task again. Idk what to do, i saw the threads before, that i should delete the .gradle folder and try again, and i did that but still nothing. i also tried making a new project 3 times, and yet still nothing...
- 1 reply
-
- 1
-
-
[SOLVED] Problem with 1.16.1 mod! Armor issues.
Anonomys replied to Anonomys's topic in Modder Support
it works. -
[SOLVED] Problem with 1.16.1 mod! Armor issues.
Anonomys replied to Anonomys's topic in Modder Support
Here https://github.com/ItzVik/iMOD it took a long time to upload the files, my internet is not very good right now. the files might not appear immediately tho. -
As most of you know i have an mod called HystelMC (now called iMOD) but when i tried to update it to 1.16.1 everything was fine until i put my armor on, it didnt crash. It just doesnt have an texture, it looks like this
-
okay I changed it to "hystelmc
-
im using IntelliJ Idea btw
-
hey, do you know a way to change my mod id without going separately into each file?
-
Oh I forgot I had that, I actually deleted it but forgot to commit it to GitHub.
-
https://gist.github.com/ItzVik/c463217b62d43d335b0c883b11868062
-
where pastebin doesn't support that large text
-
I updated forge and downgraded my java and I loaded my world and it crashes. Here's the crash-report : https://pastebin.com/n6SxjuBH
-
So, here's my crash log : https://pastebin.com/PwN4CtXq I don't know what is wrong, so im putting it here. I hope someone can help me.
-
IllegalArgumentException : After running mod after 3 months
Anonomys replied to Anonomys's topic in Modder Support
okay thanks. -
IllegalArgumentException : After running mod after 3 months
Anonomys replied to Anonomys's topic in Modder Support
1.15.2 -
Achievement not working - please help (MC 1.7.10)
Anonomys replied to tsant2009's topic in Modder Support
1.7.10 is not supported here anymore. Update to the newer versions. -
Okay nevermind i fixed it.
-
So i got a message that someone opened an issue on my github page last night, i checked it, and it said: "Hey, just had a crash when I tried to equip the rainbow boots via right clicking.". And he also mentioned me on discord. I tested it out myself, it was true. You get a crash when you try to equip armor via right clicking in hotbar (inventory). Here's his crash log https://pastebin.com/Lx9Qi0Jc . I dont have any errors in my code. Btw it works when you drag it into the armor slot. Looked at minecraft code and fixed it.