Jump to content

Uselessness

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Uselessness's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Makes the sky appear as day or night for you. Pm me if you wanna take a look at the code if you think you can help.
  2. The mod allows the player to change the time between night and day client side-only.
  3. I am porting a mod, not making one. I am not sure what the methods are actually doing. Also, 1.8.9 is the version that a lot of people are requesting this mod for so I am not using 1.12.
  4. Hi, I am working on porting a mod from 1.7.10 to 1.8.9. I have everything finished except for one method that must have changed from 1.7.10 to 1.8.9. The method onNetworkTick and onConnectionStateTransition. After checking the methods.csvs for 1.7.10 and 1.8.9, I noticed they are only in 1.7. I was wondering if anyone knew the updated method? I have looked around and could not get any help. Is there a website where I can find what's new for tasks like this in the future? Any help is greatly appreciated. Thanks!
  5. Hello, I am currently working on porting a mod from 1.8 to 1.8.9. In the process, I received an error regarding the player's session. When I hover over the word session on line 44, it tells me "'session' has private access in 'net.minecraft.client.Minecraft'" In the original mod, there is a .cfg in the META-INF folder to make session public. I am using IntelliJ and I tried adding a folder named META-INF in src.main.resources. I made a .cfg stating "public-f net.minecraft.client.Minecraft session # session" When I exported the mod, the manifest.mf exported blank so I believe that is why the .cfg didn't work either. Here is the class below: (Line 44 is the line of the error) https://pastebin.com/YuqvVK8z I am new to porting mods and using IntelliJ. Any help is greating appreciated. Thanks!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.