Help with rendering item model on block with tile entity 1.12.2
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Hey there! If you are looking for a new vanilla Minecraft server to play on you can come and check us out. We just started this server to enjoy this awesome game. The welcoming community will probably make you feel right at home with us! Join the Discord: https://discord.gg/pNbZW6KJWn and see if this server is something for you.
-
no, i'm serious. all i did was install optifine from the official optifine website, and all 3 errors vanished, admittedly a new error popped up, but that was because i was using the 1.18.1 version of a mod instead of the 1.18.2 version of that mod.
-
Hi! I am new to Forge modding (not java), and I am trying to build a statistics mod to keep track of things like how many blocks of X type has a player mined, how many times the player have received damage and how much damage has been received, xp obtained... But I am constantly finding the problem of things working on a single player mode but not on multiplayer. Events like PlayerXpEvent.PickupXp are firing only when the server is hosted by the client. I understand this is because this events are handled server side, and I have found workarounds like using the players inventory to keep track of the blocks, but this is very limiting. I was wondering if there was a way to listen to those events also in the client side. I have searched and searched this forum and Google but I only find outdated or dead posts. My code (Really simple): @Mod.EventBusSubscriber(modid = Minestats.MODID, bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT) public class Events { @SubscribeEvent public static void onItemPickup(final PlayerXpEvent.PickupXp event) { Minestats.saveNewXpValue(event.getOrb().getValue(), new Timestamp(System.currentTimeMillis())); // This just saves it in a JSON file } }
-
well i ran it again and it did not work, i went into the logs folder for the modpack and i do not see debug.log
-
By diesieben07 · Posted
If your game works now there is no point posting it. And no, I specifically asked for the debug.log.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts