Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomalbrc/tsa-planks
Toms Server Additions: Planks
https://github.com/tomalbrc/tsa-planks
Last synced: 27 days ago
JSON representation
Toms Server Additions: Planks
- Host: GitHub
- URL: https://github.com/tomalbrc/tsa-planks
- Owner: tomalbrc
- License: mit
- Created: 2024-04-20T18:13:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:38:16.000Z (3 months ago)
- Last Synced: 2024-10-22T02:22:05.721Z (3 months ago)
- Language: Java
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vertical and Chiseled Planks!
This mod adds chiseled and vertical planks of every wood type 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
- Line of 3 (1x3) Planks vertically for vertical planks
- 2x2 vertical planks for chiseled planks# Command
The blocks are in the "tsa" namespace, so to /give chiseled or vertical planks, do:
```
/give @... tsa:vertical_oak_planks```
```
/give @... tsa:chiseled_oak_planks
```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-planks)
- [GitHub](https://github.com/tomalbrc/tsa-planks)
- [Discord](https://discord.gg/9X6w2kfy89)