Jump to content

Recommended Posts

Posted

Hi, hopefully someone can help me out with this. 

 

Situation:

I'm trying to spawn a modified version of an existing Entity (in this case a Rabbit) with simple server-only modifications like Pathfinder etc.

First, I have managed to register it successfully on a SpongeVanilla server (this question has nothing todo with Sponge) via mcp at the EntityList class, the rabbit is visible at the client and everything is working.

Second, now I also want it to spawn on a SpongeForge server, however the field where entities are registered is gone and I cannot register it the same way. (Probably patched somewhere else by Forge)

 

Question:

How can I register my entity, the CustomRabbit.class, on a Forge server, so that the client sees a ordinary rabbit? It's currently not rendered. 

 

What I have tried:

 

1. Manually registering the entity

final RegistryNamespaced<ResourceLocation, Class<? extends Entity>> registry = EntityList.REGISTRY;

Results in a NoSuchFieldException.

 

2. Using the forge EntityRegistry on startup

 

EntityRegistry.registerModEntity(new ResourceLocation("mymodid", "CustomRabbit"), CustomRabbit.class, "CustomRabbit",1, myModInstance, 50, 20, true);

Results in an error message when the client tries to connect to the server? "Fatally missing registry entries."

Posted

You shouldn't.

Read this for issues with server only entities: https://github.com/MinecraftForge/MinecraftForge/issues/4870

However, you're slightly trying to do something different.

You want to have your entity pretend to be something different on the client.

That.. is actually a semi-plausible idea.

Have you tried NOT registering your entity and just having it extend EntityRabbit? Does the Entity Registry do any form of hierarchy mapping {Getting the Rabbit entry for subclasses of Rabit that don't have mappings}...

That may be something to look into.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted (edited)
32 minutes ago, LexManos said:

You shouldn't.

Read this for issues with server only entities: https://github.com/MinecraftForge/MinecraftForge/issues/4870

However, you're slightly trying to do something different.

You want to have your entity pretend to be something different on the client.

That.. is actually a semi-plausible idea.

Have you tried NOT registering your entity and just having it extend EntityRabbit? Does the Entity Registry do any form of hierarchy mapping {Getting the Rabbit entry for subclasses of Rabit that don't have mappings}...

That may be something to look into.

 

Thanks for the issue link, that's exactly what I'm trying to achieve. (haven't read all of it yet) Well actually I don't want to have some fancy server-only forge entities but use my server entity on a SpongeForge server like on my SpongeVanilla server. (without writing a client mod)

 

I have tried spawning the entity without registering it however as I said the entity does not get rendered at all. 

 

Edited by Shynixn
Posted

Hm.... when registering my entity on a SpongeVanilla server, I have accessed the field in line 7 which gets replaced by Forge.

 

https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/patches/minecraft/net/minecraft/entity/EntityList.java.patch

 

Ok, I can see that the Forge EntityRegistry is actually called via static methods so registering it there would be the correct choice. However as I mentioned before this results into  "Fatally missing registry entries." message.

Posted

You shouldn't be accessing that line at all. Use the registry registration events like you're supposed to.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

I'd like to suggest an alternate approach. I think what you're asking to do is to modify a vanilla rabbit's behavior without requiring the client to install a specific mod. If so, in that case I think you can simply spawn regular rabbits (no need to register a new type). Instead you just replace the AI task lists for the vanilla rabbits whenever they join the world by handling the join world event, checking for instanceof EntityRabbit and if true then simply change the AI task lists. The AI task lists are public fields so you're allowed to access them directly.

 

Would that do what you want to do? Or otherwise be more specific about what you want to change about the vanilla rabbit as there may be server-side hooks that are easier than fully replacing rabbits in the registry.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted
12 hours ago, jabelar said:

I'd like to suggest an alternate approach. I think what you're asking to do is to modify a vanilla rabbit's behavior without requiring the client to install a specific mod. If so, in that case I think you can simply spawn regular rabbits (no need to register a new type). Instead you just replace the AI task lists for the vanilla rabbits whenever they join the world by handling the join world event, checking for instanceof EntityRabbit and if true then simply change the AI task lists. The AI task lists are public fields so you're allowed to access them directly.

 

Would that do what you want to do? Or otherwise be more specific about what you want to change about the vanilla rabbit as there may be server-side hooks that are easier than fully replacing rabbits in the registry.

Thanks for your idea, this seems to be a good approach, however it just doesn't fit my use case as I simply want to register my mcp entity on a Forge Server like on a SpongeVanilla server. I want to avoid creating a large new AI layer and only register it as serverside entity. The entity works in general, I have already testet that and I only want to register it now as some clients have troubles (not mine) dealing with the "unknown" entity. 

 

I think I'll try to recreate the entity with 1.11 or 1.10 and check if the client shows "Fatally missing registry entries.".

 

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • You can also try to unpack your jar. Find .../forge/fml/mc-version.cfg and ../forge/fml/conf/mcp.cfg config files. If they exist then what server_md5 value are there?
    • Just shows this if this is what you mean:  Data  assets/minecraft/models/item/bamboo_mosaic_slab.json  Data  assets/minecraft/models/item/turtle_helmet_quartz_trim.json  Processor failed, invalid outputs:    /home/aron/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412- slim.jar      Expected: de86b035d2da0f78940796bb95c39a932ed84834      Actual:   aea60124ca903ecbb2e825805e318f9d89ac867c    /home/aron/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412- extra.jar      Expected: 8c5a95cbce940cfdb304376ae9fea47968d02587      Actual:   76e87dbc119daed8dc1861c17160e0c4b6f34d2e There was an error during installation Also I gave the .jar file full permissions too.
    • I checked the hash like you said and it came back as OK each time, also may I ask what you mean by debug mode during installation?  
    • My name is Clara Bennett, and I almost let cryptocurrency destroy me.  Two years ago, after selling my green e-commerce startup, I plunged headfirst into the crypto world. yield farming , I was all in. I believed I wasn’t just investing; I was participating in the next great technological revolution. Within months, my portfolio skyrocketed to $200,000. I even started sketching ideas for a blockchain-based microloan platform to empower small entrepreneurs around the world. Crypto felt like pure freedom and limitless potential. I thought I was untouchable. I thought wrong. It happened through a single email. It looked like a standard security update from my wallet provider polished, routine, and harmless. I interacted with it briefly, thinking it was legitimate. Hours later, I checked my account and realized my entire wallet had been drained. Every token, every coin, gone. I sat there in disbelief, replaying the moment over and over. I had built my career on being cautious with technology, yet somehow, I had still been compromised. The blockchain’s promise of "irreversible transactions" now felt like a cruel joke  .Devastated and desperate, I scoured forums for solutions. Most people told me there was no hope once crypto is gone, it’s gone. Still, I refused to give up. That’s when I stumbled across FUNDS RETRIEVER ENGINEER . I decided to reach out. From the beginning, they were empathetic, and honest about the challenges. They explained their process step-by-step, focusing on tracing transactions, tracking down phishing operators, and leveraging advanced blockchain analytics. It wasn't an overnight fix. It took weeks of meticulous investigation, technical recovery work, and legal coordination .But in the end, their persistence paid off. FUNDS RETRIEVER ENGINEER  was able to trace the stolen funds across multiple wallets and exchanges. Through a combination of technical expertise and strategic action, they managed to recover the full amount I had lost. Today, my crypto portfolio is intact once again. More importantly, I’ve regained my confidence though I am now much wiser and far more cautious. I learned the hard way that while crypto offers incredible opportunities, it also demands extreme vigilance. Thanks to FUNDS RETRIEVER ENGINEER , I recovered my lost funds and  also reclaimed my future in the digital economy. For help  W H A T S A P P:  +1  8  0 2 9 5 2 3 4 7 0 E   m  a I L       F U N D S R  E T R  I E V E R  [@]  E  N  G  I  N  E  E  R.  C  O  M
  • Topics

×
×
  • Create New...

Important Information

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