
Modrinth · Minecraft mod
Bubblellaneous
Adds Furniture, Technology, Food & Miscellaneous blocks and items.
Quick answer
Which Bubblellaneous release should I use?
Bubblellaneous 3.0.6+rp targets 1.21.11, 26.1, 26.1.1 with minecraft. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Bubblellaneous required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Bubblellaneous 3.0.6+rp need?
3.0.6+rp. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Bubblellaneous without breaking your instance.
Built for Bubblellaneous 3.0.6+rp. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 3.0.6+rp. It targets 1.21.11, 26.1, 26.1.1 with minecraft; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 3.0.6+rp. It opens that exact file at the source.
About this project
What does Bubblellaneous add?
🫧 Bubblellaneous Pack
This Minecraft pack adds Furniture, Technology, Food & Miscellaneous blocks and items.
To use it you must install the data pack in your world. All players playing on your server must have the resource pack installed.
- Use
/function menu:bubblellaneousfor settings/debugging! - Use
/function give:bubblellaneous/<item_name>to give an item. - Use
/function spawn:bubblellaneous/<item_name>to spawn an item. - Use
/function place:bubblellaneous/<block_name>to place a block.
| Minecraft version | Status |
|---|---|
| 1.20.2 and earlier | 🚫 Broken due to Minecraft limitations |
| 1.20.3 | ✅ Supported (only 2.0.0) |
| 1.20.4 | ✅ Supported (only 2.0.0) |
| 1.21.0—1.21.9 | ✅ Supported (only to 2.2.3) |
| 1.21.11—26.2 | ✅ Supported (only 3.0.0 and later) |
If you wish to contribute, refer to CONTRIBUTING.md
🔖 Translations
Thanks to wonderful people you can enjoy this pack in different languages:
| Maintainer | Translation |
|---|---|
| BubbleFish | 🇺🇸 English (US) [100%] |
| BubbleFish | 🇬🇧 English (UK) [100%] |
| BubbleFish | 🇷🇺 Russian [100%] |
| Unintegrated | 🇨🇿 Czech [100%] |
| Unintegrated | 🌍 Toki Pona [100%] |
| Atten007 | 🇩🇪 German [100%] |
| Caesar_Galahad | 🇨🇳 Chinese [100%] |
| Antoha256M | 🇷🇺 Russian Pre-Reform [100%] |
| FBreakDance30 | 🇮🇹 Italian [99%] |
| Dorlonkho | 🇯🇵 Japanesse [17%] |
If you want to help with translations, refer to CONTRIBUTING.md
🖥️ About Bubblellaneous
This data pack was originally published by me on Nov 21st, 2021. This is a complete rework, designed to be great for survival, map making, and the creation of your content.
- You can obtain all custom content without memorizing recipes using Bubble Bench: Drop a glass bottle onto a crafting table!

- Many blocks/items have different variants (variating in color and material):

- Have fun with all the content! Feel free to join my discord:
📦 For Map Makers / Developers
Storing blocks
Bubblellaneous uses entities to display blocks, this may become inconvenient for mapmakers. For this reason, there's a way of restoring the block's state when loading from structures using structure blocks or /place:
- Prevent copying before you save all of the blocks:
/function bubblellaneous:blocks/copy_properties/prevent_copying. - Store blocks that you want to save:
/execute as @e[tag=bbln.block] run function bubblellaneous:blocks/copy_properties/save_to_block. - Save the structure. You can now break the blocks.
- Start copying state:
/function bubblellaneous:blocks/copy_properties/stop_prevent_copying. - Now you can place the saved structure template anywhere and it will automatically restore all data.
- If you encounter errors, create a GitHub Issue telling which block and how exactly it broke.
Events
Bubblellaneous has several events that can be used to extend the data pack logic. The way you hook to these events is by creating a Function tag in the specified path. The function tag is executed by a certain entity that you can refer to.
[!NOTE]
If your project requires more events, create a GitHub Issue or message me on Discord, and I'll add it.
Entity tag is @e[tag=bbln.<value>]. e.g. if the value is name.test, then the actual selector is @e[tag=bbln.name.test].
| Function tag | Entity tag | Description |
|---|---|---|
#bubblellaneous:settings/on_load |
- | Settings were loaded/changed |
#bubblellaneous:block/all/on_place |
block | A block was placed |
#bubblellaneous:block/all/on_break |
block | A block was broken. Use /return 1 to prevent the block from breaking |
#bubblellaneous:block/bear_trap/on_catch |
name.bear_trap | Bear Trap caught a player |
#bubblellaneous:block/bear_trap/on_release |
name.bear_trap | Bear Trap released the player |
#bubblellaneous:block/electrical_box/on_enable |
name.electrical_box | An electrical box was toggled on |
#bubblellaneous:block/electrical_box/on_disable |
name.electrical_box | An electrical box was toggled off |
#bubblellaneous:block/alarm_block/on_trigger |
name.alarm_block | An alarm block was triggered with redstone |
Bubble Bench Blacklist
You can hide certain blocks/items from Bubble Bench, preventing players from crafting them.
Substitute
<unit>/<id>with the following values:
<unit>is eitherblockoritem.<id>is the id of the block/item. The same ID is used in commands like/function give:bubblellaneous/...for reference.
Adding unit into blacklist:
data modify storage minecraft:bubblellaneous bench_blacklist append value {entry: "<unit>/<id>"}
# Example:
data modify storage minecraft:bubblellaneous bench_blacklist append value {entry: "block/acacia_table"}
Removing unit from blacklist:
data remove storage minecraft:bubblellaneous bench_blacklist[{entry: "<unit>/<id>"}]
# Example:
data remove storage minecraft:bubblellaneous bench_blacklist[{entry: "item/white_key"}]
The changes will apply on the next /reload.
🔗 Extra Links
You can leave a comment on the PMC page!
Project description from Modrinth.
Pick your setup
Bubblellaneous by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
5 loader builds26.1.1
5 loader builds26.1
5 loader builds1.21.11
5 loader builds1.21.10
1 loader build1.21.5
1 loader build1.21.1
1 loader build1.21
1 loader build1.20.4
1 loader build1.20.3
1 loader build1.19.3
1 loader buildShowing the newest 12 of 20 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Bubblellaneous versions and loaders
3.0.6+rp
bubblellaneous_RP_v3-0-6.zip
6 Aug 2026
3.0.6+mod
bubblellaneous-3.0.6.jar
6 Aug 2026
3.0.6
bubblellaneous_DP_v3-0-6.zip
6 Aug 2026
3.0.5+rp
bubblellaneous_RP_v3-0-5.zip
6 Aug 2026
3.0.5+mod
bubblellaneous-3.0.5.jar
6 Aug 2026
3.0.5
bubblellaneous_DP_v3-0-5.zip
6 Aug 2026
3.0.4
bubblellaneous_RP_v3-0-4.zip
21 Jun 2026
3.0.4+mod
bubblellaneous-3.0.4.jar
21 Jun 2026
3.0.4
bubblellaneous_DP_v3-0-4.zip
21 Jun 2026
3.0.3+mod
bubblellaneous-3.0.3.jar
2 Jun 2026
3.0.3
bubblellaneous_RP_v3-0-3.zip
2 Jun 2026
3.0.3
bubblellaneous_DP_v3-0-3.zip
2 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.
