CurseForge · Minecraft mod
Placeable
Utility to manually assign any block to an item for placement. i.e. custom placeable items
Quick answer
Which Placeable release matches 1.12.2 Forge?
placeable-1.12.2-1.0.1.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Placeable required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does placeable-1.12.2-1.0.1.jar need?
placeable-1.12.2-1.0.1.jar on 1.12.2 Forge. Every mod below is checked against that same setup.
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 Placeable without breaking your instance.
Built for placeable-1.12.2-1.0.1.jar on 1.12.2 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use placeable-1.12.2-1.0.1.jar. It targets 1.12.2 with Forge; 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
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside placeable-1.12.2-1.0.1.jar. It opens that exact file at the source.
About this project
What does Placeable add?
What
Block-Item Tweaker is a straightforward utility for modpacks that allows to assign any arbitrary block to an arbitrary item by configuring their relation in a reloadable JSON. It effectively merges both, so that when you "place" the item, the block will be placed.
Block-items can be defined to be placed by right-clicking and shift-right-clicking (vanilla behavior) or ony when shift-right-clicking (useful for items with right-click uses)
Do note you will have to manually tweak the drops of the block to drop back the item with a mod like Dropt or CraftTweaker.
Why
What can you do with this? Well, you will have to create the blocks yourself with another mod (ContentTweaker, Content Creator, BBLSOhMy, etc) or think of existing relations that make sense, but to give an example, placeable vanilla sticks, bowls, paper, books, etc, etc. Just asign a block to them.
How
Go to config\placeable.json or create the file if it doesn't exist, then define the item:block relationship. Below is a ready-to-test example.
Use command /placeable reload to test your changes in-game
{
"normal": {
"minecraft:stick": "minecraft:planks",
"minecraft:coal": {
"block": "minecraft:stained_glass",
"mode": "direct",
"state": {
"color": "red"
}
},
"minecraft:coal:1": {
"block": "minecraft:stonebrick",
"mode": "set_item",
"meta": 0
},
"minecraft:dye": "minecraft:wool",
"minecraft:golden_apple": {
"block": "minecraft:wool",
"mode": "set_item"
}
},
"sneaking": {
"minecraft:coal": {
"block": "minecraft:stained_glass",
"mode": "direct",
"state": {
"color": "green"
}
},
"minecraft:iron_ingot": "minecraft:iron_block"
}
}
Item metadata is definided directly on the item key; block meta/state must be defined in the dedicated fields.
Entries have a "mode" field, which can be "direct", "held_item", or "set_item". This is to solve the problem of some block placement logic possibly requiring the player to be actually holding a stack of the block.
- the default if not defined is "held_item" mode, which just uses the specified item
- in "set_item" mode, it'll temporarily change the player's held item to the block, try to do the placement, then change it back to whatever the original item was
- in "direct" mode, it directly sets the block in the world without going through the normal block item logic (particularly useful for placing blocks that don't have associated items, like fire)
Do note this mod's placement bypasses the forge block placement events, which means other mods might not be able to tell that the player placed the blocks; a potentiual issue with e.g. claim protection mods and the like.
Here is a demo of the mod as seen in Rebirth of the Night
Using the following config:
{
"normal": {
"minecraft:stick": {
"mode": "set_item",
"item": "betterwithmods:grate",
"meta": 0
},
"minecraft:bone": {
"mode": "set_item",
"item": "betterwithmods:grate",
"meta": 1
},
"simpleores:mythril_rod": {
"mode": "set_item",
"item": "betterwithmods:grate",
"meta": 2
},
"minecraft:bowl": "contenttweaker:bowl",
"minecraft:paper": {
"mode": "set_item",
"item": "bblsom:paper"
},
"minecraft:glass_bottle": "contenttweaker:bottle"
}
}
Who
Graciously coded in its entirety by phantamanta44
Idea and logo by Foreck
Addenda
PSA: mixinbooter versions 11.5 to 11.14 are incompatible with Fermium and thus BBLSOhMy if you want to use both loaders, it is recommended to downgrade mixinbooter or wait for a fix
Used in the demo video are Papers: BBLSOhMy's litter blocks; Bowl: ContentTweaker; and Stick: remodeled/retextured grate from Better With Mods
Project description from CurseForge.
Pick your setup
Placeable by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Placeable versions and loaders
placeable-1.12.2-1.0.1.jar
18 Aug 2026
blockitemtweaker-1.12.2-1.0.0.jar
16 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.