-
Posts
41 -
Joined
-
Last visited
Everything posted by GhostGamesFSM
-
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.
-
Hello everyone, I have custom furnace block. I have created a little window in it, but I can't figure out how I make the glass transparent. I tried these codes: @Override public boolean isTransparent(BlockState state) { return super.isTransparent(state);} @Override public boolean isTransparent(BlockState state) { return true;} These 2 codes doesn't work. Not how I did it. Can someone help me with this? Also here's the block code: CODE
-
Hello everyone! A few days ago someone asked for a working vending machine in my mod, but I don't know how I do that. my vending machine is now only decoration but I want it to be interactable. Like a real vending machine. I have custom money in my mod that I want to use in the vending machine. I also don't know how to get a vending machine hitbox 2 blocks high. only on the bottom side the hitbox is 2 blocks high, but on the upper part there's nothing. I can even place something there. I have uploaded my vending machine class here. (I've seen that I need a "vending_machine_upper" block but I don't know what I need to do with that.)
-
It's already fixed.
-
(1.16.4/1.16.5) How do I make a update screen for my mod?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
okay, but thanks for the help. -
(1.16.4/1.16.5) How do I make a update screen for my mod?
GhostGamesFSM replied to GhostGamesFSM's topic in Modder Support
yes it does, but do you know how I can create a pop-up screen? because there's only a green icon on the mods button. Half of the players won't see that unfortunately. (sorry for the late response. that was due to a gateway timeout on the website)