-
Posts
41 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
GhostGamesFSM's Achievements
Tree Puncher (2/8)
0
Reputation
-
I don't know if it belongs here, but I can't find where I can ask this. Hi everyone, I recently bought a laptop and now I wanted to have my Intellij project (Minecraft mod files) on my laptop as well. The project is now on my PC, but my PC isn't always on. so I can't host the project. Does anyone have an idea how I can have it on both devices without the host PC turned on? Onedrive isn't really an option. It needs to be synced. I tried a USB drive but that gives many errors on my laptop. It tries to find gradle files on the C drive, but those are on my pc.
-
How do I create a "outdated mod version" chat message?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
okay -
How do I create a "outdated mod version" chat message?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
I do have this, but I want to have a message in the ingame chat. Do I need to make a complicated java class for that? -
How do change the HUE of a texture?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
I think that this is easier. Thank you. I do know how to do that. -
How do change the HUE of a texture?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
Thank you for your help. I think I'm on the correct page. https://mcforge.readthedocs.io/en/latest/models/color/ I only need to find out how this works. -
Hello everyone, I have created some bags in my mod and now I want to add more colors. I have only 2 now (yellow, dark green). Creating a new texture for each model takes up space. I don't want that. I did see that Minecraft changes the hue of a texture for specific biomes, for example the swamp grass texture. I want to do this too to my bags. Does anyone know how to do that? I have not much experience in modding. Greetings, Damian.