HomeBedrockAddonsHappy Lib
Happy Lib
AddonsBedrock

Happy Lib

by HappyCannon · on CurseForge

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game.

⬇ Download for 26.10⬇ Download for 26.0.02
I don't know my version
Open Minecraft and look at the bottom-left corner of the main screen — the version is printed there, like v1.26.30.
The game writes a 1. in front; the buttons above leave it off. v1.26.30 in the game is 26.30 here.

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:

Experimental features include:

Installation

For players:

For creators:

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more