another attempt to fix shipping containers on contraptions
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user