https://github.com/ephys/mc-slabs-to-blocks
Minecraft Datapack builder to add slabs to full blocks recipes for modded blocks
https://github.com/ephys/mc-slabs-to-blocks
Last synced: 4 months ago
JSON representation
Minecraft Datapack builder to add slabs to full blocks recipes for modded blocks
- Host: GitHub
- URL: https://github.com/ephys/mc-slabs-to-blocks
- Owner: ephys
- Created: 2021-03-19T21:26:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:55:28.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:37:45.404Z (over 1 year ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modded Slabs To Block datapack
This repository contains the source code for the Slabs to Block datapack.
This datapack adds recipes to craft two slabs back into the full block.
Check the [release tab](https://github.com/Ephys/mc-slabs-to-blocks/releases) for public releases.
*This datapack does not include vanilla slab recipes, use [Vanilla Tweaks](https://vanillatweaks.net) for those*
## How to add support for new slabs and stairs ?
Follow the following steps:
- Fork & Clone this repository.
- Add the jar of the mod you want to support in the mods directory.
- Run `npm run gen-json`.
- Commit, push and send us a PR with the newly generated recipe files.
## I did all that, but the recipes did not generate
That can be caused by a few reasons,
**for slabs**:
- The mod did not tag the slabs with the `minecraft:slabs` item tag.
- The mod is missing one of these two recipes:
- 3 full blocks for 6 slabs (crafting table, shaped).
- 1 full block for 2 slabs (stone-cutter).
**for stairs**:
- The mod did not tag the slabs with the `minecraft:stairs` item tag.
- The mod is missing the following recipe
- 6 full blocks for 4 stairs (crafting table, shaped like a stair).