Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-spider/just-vertical-slabs
Minecraft mod adding vertical slabs for every block already having horizontal slabs, vanilla or not.
https://github.com/crystal-spider/just-vertical-slabs
building-blocks decoration-blocks forge-mod minecraft minecraft-mod mod
Last synced: 19 days ago
JSON representation
Minecraft mod adding vertical slabs for every block already having horizontal slabs, vanilla or not.
- Host: GitHub
- URL: https://github.com/crystal-spider/just-vertical-slabs
- Owner: Crystal-Spider
- License: gpl-3.0
- Created: 2022-04-05T11:56:28.000Z (over 2 years ago)
- Default Branch: 1.19.2
- Last Pushed: 2024-04-22T19:13:15.000Z (7 months ago)
- Last Synced: 2024-10-11T09:59:07.825Z (about 1 month ago)
- Topics: building-blocks, decoration-blocks, forge-mod, minecraft, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs
- Size: 3.62 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Just Vertical Slabs banner](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/banner.gif)
---
![Minecraft](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/minecraft/minecraft.svg)[![1.19.2](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/minecraft/1-19-2.svg)](https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/all?filter-status=1&filter-game-version=2020709689%3A9366)![Separator](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/separator.svg)[![1.18.2](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/minecraft/1-18-2.svg)](https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/all?filter-status=1&filter-game-version=2020709689%3A9008)![Loader](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/loader/loader.svg)[![Forge](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/loader/forge.svg)](https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/files/all?filter-status=1&filter-game-version=2020709689%3A7498)
![Overlay](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/side/client-server.svg)
![Issues](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/github/issues.svg)[![GitHub](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/github/github.svg)](https://github.com/Nyphet/just-vertical-slabs/issues)
---
## **Important note!!!**
This mod is currently on hold, it won't receive updates or bug fixes for quite some time.
Thank you for your patience!## **Description**
Minecraft has always been lacking something important: vertical slabs.
Because of this most mods adding new slabs do not include vertical slabs and you'd have to download addon mods to add them, in the rare case they even exist.
This mod aims to fix all of the above, adding vertical slabs dynamically for Vanilla and each mod installed!See some screenshots [here](https://www.curseforge.com/minecraft/mc-mods/just-vertical-slabs/screenshots)!
***Important note:***
*All and only blocks that already have slab variants will also get vertical slab variants, this to keep a Vanilla-like game style that nicely adapts to any eventual mod.*
*If you want more vertical slabs it's sufficient to add more slabs. Then, automatically, vertical slabs will be added to the game.*## **Features**
- **Works out of the box with any mod!**
- Vertical Slab variants for any block with slab variants, Vanilla or not!
![Variants](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/variants.png)
- Vertical Slabs combine like stairs do!
![Combining](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/combining.png)
- Vertical Slabs craftings! See next section for more details.
- Creative Tab with all available Vertical Slabs!
![Creative tab](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/creative-tab.png)## **Craftings**
- 3 of the same block in a column to craft a vertical slab.
![Full to vertical](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/full-to-vertical.png)
- 2 of the same vertical slab in a row to craft a full block.
![Vertical to full](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/vertical-to-full.png)
- 2 of the same slab in a column to craft a full block.
![Horizontal to full](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/horizontal-to-full.png)
- Vertical slabs can be crafted into slabs and vice versa just by putting them alone in the crafting.
![Vertical to horizontal](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/vertical-to-horizontal.png)![Horizontal to vertical](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/horizontal-to-vertical.png)
- Waxing works as usual, both in-world and in-crafting.
![Waxing](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/waxing.png)![Waxing](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/waxing.gif)
- Stonecutter recipes are available.
![Stonecutter](https://raw.githubusercontent.com/Nyphet/mod-fancy-assets/main/just-vertical-slabs/stonecutter.png)
It must be noted that, due to some implementation restrictions, a block can be stonecut only in its main vertical slab. To obtain the other vertical slab variants of that block the crafting recipes above must be used.## **Credits**
A very big thank you goes to the Forge team that allowed anyone to mod Minecraft for free and their support in the Forge Forums.
In particular I want to thank *diesieben07* that followed me throughout most of the initial development.## **License and right of use**
Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link [here](https://github.com/Nyphet/just-vertical-slabs#readme).
This project is published under the [GNU General Public License v3.0](https://github.com/Nyphet/just-vertical-slabs/blob/master/LICENSE).## **For developers**
For slab items to be recognized as slabs they must have the *minecraft:slabs* tag, as they should. If they don't, there's no way to understand whether they are slabs or not, so they are assumed to be not.
If another mod adds slabs that are not recognized by this mod, it's most probably for this reason, so check it and ask the other mod author to fix that.## **Support me**
[![Bisect Hosting](https://www.bisecthosting.com/partners/custom-banners/d559b544-474c-4109-b861-1b2e6ca6026a.webp "Bisect Hosting")](https://bisecthosting.com/crystalspider)