Leaderboard
Popular Content
Showing content with the highest reputation on 09/21/19 in all areas
-
1 point
-
So, the world gen does this every time, there are no mods on the server, just forge, I had mods but it still has the same problem so I removed them all one by one to figure it out and nothing.1 point
-
1 point
-
1 point
-
You wouldn't. I'm not sure what you mean. You have a packet that goes from server to client right? Then the packet is handled on the client and you can use Minecraft.getInstance().player1 point
-
1 point
-
1 point
-
1 point
-
Ok try creating a new world, because this doesn't look to good; might just be a problem with the pack however. And it doesn't just stop at 15 it went up to 110. To be double sure that you are using the same config files by downloading them from the server and putting them in the config folder of your modpack folder.1 point
-
This won't even compile so I definitely didn't mean anything like that.Just don't override getNBTShareTag or getShareTag. That way all of the NBT will be sent to the client. Then you can override readNBTShareTag and use it to update your ItemStack's capability.1 point
-
Screens are separate for each player and so are containers I think. No because you would be getting it from the client player. Sync the specific data to the client whenever it changes if it can change while in the container, or if it can't change when in the container sync it when the container opens. With your own packet.1 point
-
1 point
-
getText() is already a method in all instances of GuiTextField, so you don't need to make a new one for it. Just call the method on your GuiTextField object, and it will return the text contained by said object. As a side note, I'd suggest you get much more familiar with Java in general before trying to do anything complicated with Forge, as it's not very beginner-friendly in places.1 point
-
I believe the method you are using is called on the client and the server. You can use worldIn#isRemote to check if you are on the server before casting to ServerWorld.1 point
-
Hello guys, I want to present my upcoming mod for minecraft 1.12.2. I haven't finished it yet, but sure it will be cool. The mod basically adds a lot of weapons, objects, wearables, minerals, decorations, new crafting tables, godly items... It's just HUGE. Below i am leaving some of the crafting recipes and items of the mod. Credits to Diamond Nuggets for some of the textures.1 point
-
0 points