Jump to content

Novârch

Members
  • Posts

    422
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Novârch

  1. 9 minutes ago, diesieben07 said:

    Breaking the check down an entity is being rendered if all the following are true:

    1. The entity is inside the view frustrum or being ridden by the player.
    2. The entity is not the renderViewEntity or third person mode is active or the entity is sleeping.
    3. The entity is not a player or is the renderViewEntity.

    1 and two are satisfied (the player will be inside the view frustrum and it will not be the renderViewEntity).

    The third one is the problem here, it is a player and not the renderViewEntity. There does not seem to be a way to bypass this.

    What about making a custom entity and setting it's position to the player's?

  2. 14 hours ago, diesieben07 said:

    The logic for when an entity is being rendered or not is in WorldRenderer#updateCameraAndRender (look at the for loop at the end where it calls renderEntity). You have to make sure that the conditions there are met.

    I don't think that's what I'm looking for, one of the conditions is !(entity instanceof ClientPlayerEntity), my issue is the player not rendering, the renderViewEntity renders just fine up to a certain distance from the player.

  3. On 5/14/2020 at 9:29 AM, DeadMoroz said:

    namely how to turn into a monster from a person

    Well, I'd set the player invincible as that seems to make mobs ignore him and set the renderViewEntity to your custom mob or whatever mob you want to use, then use some keybind magic to make it move, I'm actually working on something similar right now, namely a remote controlled plane.

  4. Just now, diesieben07 said:

    So you want to write a mod to cheat on servers...?

     

    9 minutes ago, InfinitePower563 said:

    to use on anarchy servers

    Let him be, he probably just watched the FitMC video on combat and thought it would be cool to make his own client.

  5. 4 minutes ago, Hanekawa said:

    What else do i need to write? I can say that I tried allocating less/more memory. Allocating less memory just makes it work even worse so i let it use all my 16 gigs and it uses like 12 or 13 gigs (the minecraft itself server uses only like 1.5 gigs) and that is also strange since i have only 30 mods, why would it need that much ram.

    Forge version, mod list.

  6. 28 minutes ago, ryan_zhou said:

    I wanted to show a 2d texture in hotbar and a 3d model in my hand.

    But ```IFlexibleBakedModel``` and ```IPerspectiveAwareModel``` has been removed from 1.12.2. What should I do?

     

    The same needs as

    https://www.minecraftforge.net/forum/topic/37633-189-different-item-model-for-inventoryheld-in-hand/

     

    1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.

  7. 15 hours ago, ImpoliteSand868 said:

    How do I make a button with text on it, and when you click it, it changes the size of the height, and another for the width of a limb of my choosing and lists it the current size in the text.

    Or a slider with text under it with every time you turn it up, the body part goes up in height and another slider/ for the width and same for going down it goes down in height or width.

    I've got gradle and eclipse, so those are the two I'm using for this project. 

     

    AbstractGui and Button or a class that extends AbstractButton. Other than that it seems like you're asking the forum to make your mod for you.

  8. 28 minutes ago, Hanekawa said:

    So, I made a "modpack" for me and my friends (just threw a bunch of mods together) for 1.15.2 version to play with my friends. I made a server with the same mods and run it on my pc parallel with my mc but i think it can handle both since my pc is pretty decent. I have only about 30 mods and most of them are just small Qol mods that dont practically add anything new to the game and weigh mere Kb not even 1 mb but i do have mods like botania and etc that are a little bigger but only like 5 of big mods. My pc specas are: i7 7700k, GTX 1080, samsung 1 tb ssd (windows and minecraft are both on it) and 16gb of ram (but its quite slow ram, runs at 2133hz) but that was enough for ftb academy modpack which had a lot more mods and i ran it plus the server both on my pc and was getting great fps (limited it to 144 fps due to my refresh rate on my monitor and it always was 144 only dropped to like 120 fps when there were a lot of particles like rain) but im surprised my pc cant handle only 30 mods on 1.15.2 version. So can someone help me? I dont think there is a virus or anything on my computer because task manager doesnt show any processes that eat ram/cpu/gpu and shows that the only programs that are using them is minecraft and discord others processes use only about 10mb or so and dont affect cpu at all. When playing i also close my Chrome browser because it eats ram like crazy. 

    More context is required.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.