Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomalbrc/tsa-concrete

Another minecraft mod in the TSA series for server-side content for fabric servers
https://github.com/tomalbrc/tsa-concrete

Last synced: about 1 month ago
JSON representation

Another minecraft mod in the TSA series for server-side content for fabric servers

Awesome Lists containing this project

README

        

# Concrete Bricks!

This mod adds new concrete brick blocks for all 16 concrete blocks to your server (but also works in singleplayer).

It uses a resourcepack and distributes it to clients using polymer autohost.

No additional setup needed!

To disable the autohost functionality, set "forceAutoHost" to "false" in the filament config and disable it in the polymer configs!

---
Requires:
- [polymer](https://modrinth.com/mod/polymer)
- [filament](https://modrinth.com/mod/filament)

and fabric api (used by both dependencies)

---

# Recipes

- 2x2 concrete blocks of any color for concrete bricksin that color

# Command

The blocks are in the "tsa" namespace, so to /give chiseled or vertical planks, do:

```
/give @... tsa:lime_concrete_bricks

```

```
/give @... tsa:black_concrete_bricks
```

You can also `/polymer creative` to open polymer's creative menu and the filament blocks icon to access the blocks

## Caveat:
This mod uses noteblocks to display the custom blocks on a server without requiring the client to have installed any mods. This means that resourcepacks that use noteblocks may not work correctly for players

---

- [Modrinth](https://modrinth.com/mod/tsa-concrete)
- [GitHub](https://github.com/tomalbrc/tsa-concrete)
- [Discord](https://discord.gg/9X6w2kfy89)