fabric-carpet
Tuinity
fabric-carpet | Tuinity | |
---|---|---|
51 | 15 | |
1,758 | 616 | |
0.9% | - | |
8.5 | 8.8 | |
6 days ago | over 3 years ago | |
Java | Shell | |
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
Tuinity
-
Whats your opinion on Cardboard, the fabric and bukkit bridge?
Could also pregenerate your world with chunky. To make it quicker add Starlight, Lithium, tic-tacs(This might be incompatible with some worldgen mods, but it massively speeds up terrain gen speeds if it works), and Carpet(use the "/tick freeze" command to freeze the game so there's more resources for terrain gen). Then switch to a paper style Tuinity server and set the worldborder to keep people from moving past pregenerated chunks.
-
How many players can it handle on 1.16 with tuinity?
You can try out Tuninty for extra performance
-
Best Minecraft Server Software?
Tunity - Github Repo - (no website)
-
Issue with XP Farm on Tuinity
Strip out all plugins, make backups of & reset your yml's. Does the bug still occur after doing that? Then report on their issues tracker: https://github.com/Spottedleaf/Tuinity/issues
-
Does anyone know where to get a spigot server open source?
Tunity: https://github.com/Spottedleaf/Tuinity
-
On Server Software and Performance
Tuinity is a fork of Paper that includes optimizations that are generally tailored for servers with high player counts. It also includes Starlight: a complete rewrite of the lighting engine which greatly improves the speed of chunk generation. One benchmark has shown that Starlight can generate light 35x faster than vanilla.
-
Question about Minecraft server
Tuinity
-
School server
For server jar I would recommend using Tuinity (or maybe even Purpur). As Tuinity has some more optimizations that help for larger servers and Purpur is a fork of it that I believe has even more experimental optimizations.
-
What is Starlight?
https://github.com/Spottedleaf/Tuinity/blob/master/patches/server/0061-Rewrite-the-light-engine.patch here is the patch, at the top he writes a description that can help you read more about it.
-
Splitting a Minecraft Server into different Servers
Use Tuinity (it's a fork of Paper, optimized for higher play counts)
What are some alternatives?
lithium - A Fabric mod designed to improve the general performance of Minecraft without breaking things
Yatopia - The Most Powerful and Feature Rich Minecraft Server Software!
Essential-Commands - Configurable, permissions-backed utility commands for Fabric servers (tpa, home, warp, spawn, back, nick, rtp)
quilt-serverside-mods - A list of server-side mods for the Quilt mod loader; including many Fabric mods (which are compatible with Quilt) and some Quilt-only mods.
scarpet - Public Repository of scarpet programs for Minecraft
Airplane - A stable, optimized, well supported 1.17.1 Paper fork.
carpet-extra - Extra Features for Carpet Mod
cardboard - The Bukkit/Spigot/Paper API implementation for Fabric
BedrockIfy - A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
fabric - Essential hooks for modding with Fabric.
mcrcon - Rcon client for Minecraft
Purpur - Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.