Make bubble columns placeable

This commit is contained in:
ForestOfLight
2025-12-14 14:23:32 -08:00
Unverified
parent 8b5b9ffc19
commit 5b53066c45
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ export const blockIdToItemStackMap = {
export const specialItemPlacementConversions = {
'water_bucket': 'bucket',
'lava_bucket': 'bucket'
}
};