-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of server-side only option? #20
Comments
I don't know, myself - the available docs when I did the rewrite didn't note a difference and the existing code from before the rewrite also ran on both sides. |
Man thanks for looking into this. I came across this mod because I was
looking for an easy way to modify loot tables for a custom server I am
building. This is really a great way to incorporate added mob drops
without messing with the original loot tables.
I especially liked the way it could incorporate fishing which I haven't
found in very many mods. I tried this out on my server but required the
client to I have it installed. My goal for this server is to be able to
connect to it without using any mods. I would love to use this mod if I
could but I need it to be able to let clients connect without having to
install it if possible. Thanks for your help looking into this and
hopefully able to edit it to make it work.
…On Sun, Sep 13, 2020, 12:00 AM dshadowwolf ***@***.***> wrote:
I don't know, myself - the available docs when I did the rewrite didn't
note a difference and the existing code from before the rewrite also ran on
both sides.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOHUGNJH7QHWG2CQ3ED7HKDSFQ7XJANCNFSM4RKGOY3Q>
.
|
Not a problem. I cannot find information in any of the available documentation as to whether this needs to be on both sides or not, so when writing it, as I said, I defaulted to just having it required on both sides. |
I took a quick glance through the code, I don't see anything that looks like it should be required on the client if the server has it loaded. Honestly, you could probably just stick |
With the code being set for both client and server it is needed. At that it is needed for single-player runs. I'll do some testing in a bit, as I have some extensions to the setup that should allow for both non-vanilla loot tables being modified and adding the ability to flatly override any table. |
The singleplayer aspect of it is why I suggested |
Minecraft Forge v14.23.5.2854
I'm not sure how or if the client really interacts with the loot tables, I'd like to think that it doesn't? Is there a possible way to have this mod load as a server-only option?
Thank you for your willingness to look into this.
The text was updated successfully, but these errors were encountered: