Sign in to follow this
Followers
0
Q - Minecraft 1.7.10 forge on right click it with a item Removes a block and rep
By
thilinkalin, in Modder Support
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
World world = mc.world; List<Entity> entities = world.loadedEntityList; public void onTick(TickEvent.PlayerTickEvent e) { int i = 0; if (i < entities.size(); i++) { if (entities.get(i) instanceof EntityPlayer) { EntityPlayer targets = (EntityPlayer) entities.get(i); } } } Hi I am pretty new to mod development and am having some issues getting the (EntityList) of the players and i am getting errors in the following code i'm not sure about that i'm not sure about and if someone could help me out i would really appreciate it. Thanks.
-
(Please forgive me for using a translator. I wanted to show strings on the display and created a project in 1.15.2. I ported from the code that worked in 1.8.9, but apparently it doesn't work in 1.15.2. In the code of 1.8.9 I used Minecraft.getInstance().fontRenderer.drawStringWithShadow() from RenderGameOverlayEvent.Pre. Since there was the same method in 1.15.2, I wrote it as it is, but it seems that it does not work. I also tried, but it didn't work. I also tried RenderGameOverlayEvent.Post and so on. Can anyone please teach me how to display the character string in the upper left corner of the screen?
-
I play modpack so when i try to connect to my world normally but it crash after finish loading world data
-
By diesieben07 · Posted
After running JarFix, simply double click. But yes, that is the installer.
-
-
Topics
-
Who's Online (See full list)