
About
Welcome to Happy Lib, a component and feature library for Minecraft Bedrock!
Features
Happy Lib offers a range of useful features to make Add-On development just a bit easier!
Features include:
- Stairs
- Slabs
- Walls
- Fences
- Fence Gates
- Doors
- Trapdoors
- Locked Doors
- Locked Trapdoors
- Suspicious Blocks
Experimental features include:
- Climable Blocks
- Buttons
- Pressure Plates
- Torches
- Chains
Installation
For players:
- Just download and install!
For creators:
- Check later for links to documentation and example packs
Q&A For Players
Q: What do I need to do?
A: Just download the Add-On, install it into Minecraft, and you should be good!
Q&A For Creators
Q: How does it work?
A: When Happy Lib is loaded in the world, you should be able to use components and the block update feature when using blocks like fences, stairs, doors, etc.
Q: Do you have documentation on how to use features?
A: I currently do not have any documentation, only examples I've made that work with the library. If you want to get started, check out the example packs when they're up!
Q: How do I include the library with my Add-On?
A: Add a dependency linking to this Add-On in the dependencies in BP/manifest.json in your behavior pack, like below:
{//happy lib uuid
"uuid": "b49ecb2f-efb0-4f94-9aa3-9245ac319aa9",
"version": [
1,
0,
2
]
}
Then, inform downloaders to download this Add-On and install it. After that, Happy Lib should automatically be enabled on the worlds that have your Add-On enabled.