[1.7.10][Solved]Make the message (IMessage) repeat itself.
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Hello again! Back with how everything ended in case anyone got the same error. We talked to the support team of our server provider and they decided to move our data and change our IP. I guess that kinda changes the hardware too? Again, I dont have much idea about all of this and the support team didnt explain it either. Anyway, they did that and problem solved. Im guessing they moved our minecraft server to another host with more space or something. Best of all, we can keep playing our world! I dont know if the corruption is not game breaking or if its something that we will have to deal with down the line, but as of right now, no problem at all. Thanks again for the help!
-
By diesieben07 · Posted
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) and 1.18.2 (LTS). -
By diesieben07 · Posted
Use a "forge:separate-perspective" model. Look at SeparatePerspectiveModel.Loader for the format. -
By Infinitas64 · Posted
Thanks. @Mod.EventBusSubscriber(modid = "modid") public class ModNameEvents { @SubscribeEvent public static void modifyFuelBurnTime(FurnaceFuelBurnTimeEvent event) { ItemStack stack = event.getItemStack(); Item item = stack.getItem(); if (item == DIAMOND) { event.setBurnTime(2560); } } } Why doesn't this work? Didn't I subscribe to the event? -
By diesieben07 · Posted
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19 (Latest) and 1.18.2 (LTS).
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.