
zOnlyKroks
Members-
Content Count
65 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout zOnlyKroks
-
Rank
Stone Miner
- Birthday June 26
Converted
-
Gender
Male
Recent Profile Visitors
378 profile views
-
In which class could I find it?
-
For someone who is concerned: There is an pop up where you can choose to delete or keep...
-
zOnlyKroks started following Acces Transformer, Delete Forge World, Item name and texture not showing up VER 1.16.4 and and 3 others
-
Hello, i am currently making an mod wich will delete the world if the player takes damage, but i cant seem to figure out how to actually delelte an Minecraft world. Can somebody help me with that? Lg, zOnlyKroks
-
Item name and texture not showing up VER 1.16.4
zOnlyKroks replied to GiovanniStella's topic in Modder Support
That's .class files. Maybe post it again with .java files so we can read it properly. -
Hello, i just wanted to start my mod and this error popped up: Failed to get asset: minecraft/lang/be_by.json. I tried gradlew eclipse and genEclipseRuns nothing helped. Can someone help me with this error? Lg, zOnlyKroks
-
Hello, i got no error with this, but it just wont open the chest inventory or store anything. Can you guys help? https://pastebin.com/UtnRHTUW lg, zOnlyKroks
-
I know. But I want to know how to do it if I want another private method. I just chose that method for testing.
-
We cant help without and Eeror. Please send the error or describe it further.
-
try { Class c = ComposterBlock.class; Method m = c.getMethod("registerCompostable", float.class, IItemProvider.class); m.setAccessible(true); } catch(NoSuchMethodException e) { System.out.println(e.toString()); }
-
cant get it wo work.
-
ATs are not working for me..
-
Ok but how do I have to do it for another thing if I want.
-
Hello, i wanted to acces registerCompostable for a block, so i can make it compostable. How can i acces it. AT is not working for me. lg, zOnlyKroks
-
Next question? What is the registry name of an dyed leather helmet?
-
Bump?