-
Content Count
925 -
Joined
-
Days Won
6
poopoodice last won the day on February 8
poopoodice had the most liked content!
Community Reputation
117 ExcellentAbout poopoodice
-
Rank
Dragon Slayer
Recent Profile Visitors
4018 profile views
-
poopoodice started following Sync capabilities to each nearby player, [1.16.4] Trouble overriding renderer for mob, [1.15.2] Custom Fluid that gives potion effect? and and 7 others
-
Have you register it? Also if all you are looking for is changing the skin colour you can just add layers to the original renderer instead of override the original renderer.
-
[1.15.2] Custom Fluid that gives potion effect?
poopoodice replied to deathbyaether's topic in Modder Support
I will say in a player event, check if the player is in water, then apply the potion effect. -
Store the variables in static fields, or create an instance of that config class and store in a static field.
-
Just store the config values in static fields and access the values when needed.
-
You have a 1.15 optifine installed in 1.16, that’s not gonna work.
-
[1.16.4] I need help to fix an IllegalArgumentException
poopoodice replied to Megaton_216_'s topic in Modder Support
I'm pretty sure you are overriding the wrong method, it should be fillStateContainer or something in the latest version. -
How do I create a custom command for a mod? (1.16.4)
poopoodice replied to DaMuffin's topic in Modder Support
Are you sure this is for Forge? -
[1.15] Changing attack indicator appearance
poopoodice replied to Differentiation's topic in Modder Support
ForgeIngameGui#renderAttackIndicator, you may listen to the RenderGameOverlayEvent.Pre, element type crosshair and cancel it then render yourself. -
[1.16.5] Set custom model resourcelocation for item
poopoodice replied to RobinCirex's topic in Modder Support
Datagens can be really helpful. -
A video that describes the situation: As you can see the quad lighting is not updated when rotating (all faces shares the same white colour). Is there a way to manually update their colour or update the lighting? Thanks.
-
poopoodice changed their profile photo
-
You might need to send the player's id, get the player by id on client, then access the capability.
-
Hello, I have two questions about the settings: 1. When I edit the member title in "edit profile", it changes the text under the username, is it normal? 2. How do I request a change on the username? Thanks in advance
-
Failed to complete lifecycle event CONSTRUCT
poopoodice replied to Rudra Mathe's topic in Modder Support
Please provide a repo. -
Override createSpawnPacket and return NetworkHooks.getEntitySpawningPacket to notify the client.
-
Make the method static and use the right event bus.