Skip to content

Instantly share code, notes, and snippets.

@comp500
Last active April 15, 2024 20:13
Show Gist options
  • Star 120 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save comp500/12417ee3685f6204362e933c9bcde603 to your computer and use it in GitHub Desktop.
Save comp500/12417ee3685f6204362e933c9bcde603 to your computer and use it in GitHub Desktop.
Useful Fabric server side mods
@ignamiranda
Copy link

Maybe include Cardboard, which loads Bukkit plugins in fabric https://www.curseforge.com/minecraft/mc-mods/cardboard

@Patbox
Copy link

Patbox commented Feb 21, 2021

Maybe include Cardboard, which loads Bukkit plugins in fabric https://www.curseforge.com/minecraft/mc-mods/cardboard

It's bad idea, as it breaks mods and plugins will likely malfunction anyway. And developem themself doesn't have great reputation

@ignamiranda
Copy link

ignamiranda commented Feb 22, 2021

I'm making modpack that's basically this list plus Cardboard and the only mods that have broken are engine changes like Lithium and Phosphor. Actually Phosphor works. I don't know anything about the reputation you're talking about though.

@Patbox
Copy link

Patbox commented Feb 22, 2021

I'm making modpack that's basically this list plus Cardboard and the only mods that have broken are engine changes like Lithium and Phosphor. Actually Phosphor works. I don't know anything about the reputation you're talking about though.

https://gist.github.com/jellysquid3/26b28b532b08b951852e9b5062916bec

And more advanced mods/plugins will never work, see https://github.com/CardboardPowered/cardboard/issues

@ignamiranda
Copy link

Add Snowdrift. I tested it on 1.16.5. It's like StitchedSnow but with more functionality (snow melts, configurable min/max snow height)

@ignamiranda
Copy link

I'm making modpack that's basically this list plus Cardboard and the only mods that have broken are engine changes like Lithium and Phosphor. Actually Phosphor works. I don't know anything about the reputation you're talking about though.

https://gist.github.com/jellysquid3/26b28b532b08b951852e9b5062916bec

And more advanced mods/plugins will never work, see https://github.com/CardboardPowered/cardboard/issues

Damn that sucks. Really my only attachment to it is because MCLink doesn't have a fabric version and I don't know about any other Patreon integration mods.

@samolego
Copy link

Could you add DisguiseLib? It allows you to fake the entity type seen on the client.

@tobfos2611
Copy link

tobfos2611 commented Feb 25, 2021

I hope Floodgate for Geyser comes soon for Fabric.

@MilkyPandas
Copy link

https://www.curseforge.com/minecraft/mc-mods/fat-experience-orbs is the fabric equivalent of clumps it combines the exp orbs

@IceBotYT
Copy link

Is there a one where you can switch between worlds with a command/portal?

@haykam821
Copy link

The vanilla command /execute in <dimension> run tp @s ~ ~ ~ lets you teleport between dimensions already.

@IceBotYT
Copy link

IceBotYT commented Apr 29, 2021 via email

@supersaiyansubtlety
Copy link

I don't think there's a mod that lets you change your world folder without exiting/restarting.

@IceBotYT
Copy link

IceBotYT commented Apr 29, 2021 via email

@probablypablito
Copy link

@comp500
Copy link
Author

comp500 commented May 26, 2021

That's already in the new list, see https://github.com/comp500/fabric-serverside-mods

@ignamiranda
Copy link

Not sure how to comment on the new mod list. SimpleHarvest is dead, SimplerHarvest is the new maintained fork https://www.curseforge.com/minecraft/mc-mods/simplerharvest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment