Skip to content

Commit

Permalink
#283 is actually fixed now :P
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 30, 2022
1 parent 976a9f4 commit f95ccca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ onEvent('item.tags', (event) => {
event.add(storageBlocks, ['minecraft:glowstone']);
event.add(`${storageBlocks}/glowstone`, 'minecraft:glowstone');

event.remove(storageBlocks, 'minecraft:cut_copper');
event.remove(`${storageBlocks}/copper`, 'minecraft:cut_copper');
});

0 comments on commit f95ccca

Please sign in to comment.