fabric-carpet
lithium
fabric-carpet | lithium | |
---|---|---|
51 | 35 | |
1,758 | 1,970 | |
0.9% | 0.9% | |
8.5 | 9.5 | |
6 days ago | 7 days ago | |
Java | Java | |
MIT License | GNU Lesser General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fabric-carpet
-
Mods used in skyblock series
Carpet Mod - Carpet Mod is a mod for vanilla Minecraft that allows you to take full control of what matters from a technical perspective of the game.
-
Breaking the Limits: How Folia Made 1k Player Minecraft Server a Reality
I would say out of those, Paper, mainly due to lack of toolchain complexity or unusual concepts like mixins. I'd say it's a great introduction to Java.
But other things you should also be looking into:
Skript provides an interesting easy-to-use DSL language for Paper/Spigot servers - https://github.com/SkriptLang/Skript
Scarpet provides an interesting easy-to-use DSL language for Fabric servers - https://github.com/gnembon/fabric-carpet/blob/master/docs/sc...
Opencomputers and Computercraft are mods that adds computers to Minecraft, running Lua. OpenGlasses2 lets you code your own augmented reality glasses in Minecraft, because why not? https://www.curseforge.com/minecraft/mc-mods/opencomputers https://www.computercraft.info/
Minecraft Pi Edition was an ARM-only release of Minecraft Pocket Edition that is scriptable using TCP sockets, with APIs for various programming languages. Unfortunately, it was dead by the time it was finished, as it never got any updates after the initial release and doesn't have ARM64 support, and is a very limited version of the game https://www.minecraft.net/en-us/edition/pi
Minecraft Education edition has a Scratch-like programming system, but it's only available to teachers and is another thing they sorta dropped the ball on https://education.minecraft.net/en-us
-
Terrible Friends [SMP] {Fabric} {Redstone Friendly} {Whitelist} {1.20}
Carpet: Moderation tools, such as tick manipulation. Also displays TPS on the tab list. (not updated)
-
Wood farm causing lag?
I don't own an Apple M1, so I have no idea. You can try setting up a fabric server with carpet mod on your M1, and use the /log command to see the server mspt.
-
[Lightly Modded] Sand Generator using Carpet Mod/Carpet Extras
In my current world, I'm using some light mods to add things I think should be in vanilla - movable block entities, dispensers placing blocks, vanilla autocrafting, and renewable sand via anvils. This is all done with Carpet Mod, Carpet Extras, and the Vanilla Autocrafting extension. Because of this, I am doing a no duping challenge, so I need renewable sand somehow. So, using the mechanic of anvils crushing cobblestone into sand that was added in Carpet Extras, I made this contraption that produces about 25 stacks per hour (rough guess). Not terribly fast, but hey, it's renewable and it isn't duping, so I'm happy.
-
How to install and run carpet scripts
This GitHub page should have every info you'd need
-
Need fake player mod
You can spawn bots with Carpet Mod . You can also do a lot of other things with but you can read that on github. Just type /player Name(your name, or what ever) spawn. It will spawn a bot with the right skin for that player.
-
SciCraft like server setup
Carpet Mod (logging, fake players and more)
-
How to count blocks produced by a farm with command blocks? (Tutorial)
If you want to make a multi-hour test, you can try using CarpetMods tick warp feature. By using the command /tick warp 72000 for example, your game will run as fast as your PC can handle for 72000 ticks. If you are in a void world, this can let your game run at over 100x speed, letting you test your farms for "hours" in just a few minutes.
-
Why is my TNT not dropping 100% of the blocks it destroys? 1.19.3 Fabric, mod list inside
There was a bug in carpet mod, now it resolved in recent release: https://github.com/gnembon/fabric-carpet/releases/tag/1.4.92
lithium
-
Terrible Friends [SMP] {Fabric} {Redstone Friendly} {Whitelist} {1.20}
Lithium: General performance boost. (not updated)
-
Best laptop for OpenBSD?
For Minecraft specifically, regardless of hardware and OS, you should be using Sodium and Lithium. These are third-party mods that fix a ton of performance issues - they make a huge impact especially on lower-spec'd machines.
-
Attempting to stop Vault Hunters from Freezing every 2minutes
i can confirm what mrspinn has posted but I would use rubidium and not magnesium(both ports of sodium, just a different authors on the ports.), this works with magnesium/rubidium extras as well for things like a better zoom function(runs off the sodium base so both ports are fine). Then if you'd like shaders with this you can use oculus(port of iris), this works with optifine shader packs. Road runner is good for cleaning up a lot of the overhead in things like game physics, AI, block ticking, etc (port of lithium, don't know why this one didn't keep the chemical name). Starlight again is good at what it does, even to the point of being integrated into papermc(which is why it's on their github and not the spottedleaf's personal anymore), don't know if you've sent much time around plugin servers. I also then use Ferritecore this greatly helps bring down memory requirements of the pack(I can run on 4gb, given I have fairly fast memory).
-
Native Vulkan for Minecraft
Lithium (further optimization, also by Sodium devs)
-
Meteor and Optifine
Sodium Phosphor Lithium also get iris but I don't have download link
-
Item shadowing is so satisfying tp from anywhere in the overworld to spawn near instantly
Here’s a page on the config file if you want more info:github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File
-
So basically mc looks like this for me and it said that memory is full maybe because of that?
Are you using Optifine? That's the largest contributor to graphical issues. Instead, try Sodium and Lithium.
-
Sodium, what is it?
It's just that. It's a free and open source optimization mod that aims to improve fps, and fixes other issues. Along with that, Sodium is free and open source (available on GitHub). By default, Sodium does not provide shader support, and shader support can be done with Iris (Iris is also open source and free as well). But if you want to optimize your fps even more, you can bring in Lithium and Starlight (Lithium targets overall optimization, like the AI and other stuff without breaking the game, and Starlight is a complete rewrite of the vanilla lighting engine to be even more faster and fixes so much stuff with the lighting engine). And you can tack on more mods, like FerriteCore, Enchaned Block Entities (EBE) in order to optimize other parts of the game
-
What's your performance mod combo?
Lithium v0.7.6
- fabric for 1.18 isn't working for me , it shows this error whenever i open it. i have lithium ,sodium and phosphor for 1.16.1 in mods thats it
What are some alternatives?
Essential-Commands - Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)
Indium - Sodium addon providing support for the Fabric Rendering API, based on Indigo
scarpet - Public Repository of scarpet programs for Minecraft
sodium - A Minecraft mod designed to improve frame rates and reduce micro-stutter
carpet-extra - Extra Features for Carpet Mod
LambDynamicLights - The most feature-complete dynamic lighting Minecraft mod for Fabric.
BedrockIfy - A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
krypton - A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
Tuinity - [Moved to: https://github.com/Tuinity/Tuinity]
Starlight - Rewrites the light engine to fix lighting performance and lighting errors
mcrcon - Rcon client for Minecraft
lithium-forge - A port of Lithium for Minecraft Forge.