another attempt to fix shipping containers on contraptions

This commit is contained in:
Pyritie
2026-03-16 14:39:04 +00:00
parent 69de82464e
commit f4666002b8

View File

@@ -68,7 +68,9 @@ function registerCreateDecoBlockTags(event) {
event.add("minecraft:mineable/pickaxe", `createdeco:${metalBars}_bars_overlay`);
});
event.add('create:chest_mounted_storage', '#createdeco:shipping_containers')
global.MINECRAFT_DYE_NAMES.forEach((color) => {
event.add("createdeco:chest_mounted_storage", `createdeco:${color}_shipping_container`);
});
const lampColors = ['blue', 'green', 'red', 'yellow'];
const lampTypes = ['zinc', 'brass', 'iron', 'industrial_iron', 'copper', 'andesite'];