import crafttweaker.api.item.IItemStack;
import crafttweaker.api.tag.MCTag;

//More Wood Tags
//<tag:forge:chests/wooden>.addItems([
//<item:morewood:spruce_chest>,
//<item:morewood:birch_chest>,
//<item:morewood:acacia_chest>,
//<item:morewood:dark_oak_chest>,
//<item:morewood:jungle_chest>,
//<item:morewood:crimson_chest>,
//<item:morewood:warped_chest>,
//<item:morewood:cherry_chest>,
//<item:morewood:dead_chest>,
//<item:morewood:fir_chest>,
//<item:morewood:hellbark_chest>,
//<item:morewood:jacaranda_chest>,
//<item:morewood:magic_chest>,
//<item:morewood:mahogany_chest>,
//<item:morewood:palm_chest>,
//<item:morewood:redwood_chest>,
//<item:morewood:umbran_chest>,
//<item:morewood:willow_chest>
//]);


//Fish

<tag:forge:rawfish>.addItems([
<item:aquaculture:fish_fillet_raw>
]);

//Earplugs

<tag:crafttweaker:buttons>.createItemTag();
<tag:crafttweaker:buttons>.addItems([
<item:minecraft:oak_button>,
<item:minecraft:spruce_button>,
<item:minecraft:birch_button>,
<item:minecraft:acacia_button>,
<item:minecraft:dark_oak_button>,
<item:minecraft:jungle_button>,
<item:minecraft:crimson_button>,
<item:minecraft:warped_button>,
<item:biomesoplenty:cherry_button>,
<item:biomesoplenty:dead_button>,
<item:biomesoplenty:fir_button>,
<item:biomesoplenty:hellbark_button>,
<item:biomesoplenty:jacaranda_button>,
<item:biomesoplenty:magic_button>,
<item:biomesoplenty:mahogany_button>,
<item:biomesoplenty:palm_button>,
<item:biomesoplenty:redwood_button>,
<item:biomesoplenty:umbran_button>,
<item:biomesoplenty:willow_button>
]);
craftingTable.addShapeless("moreEarplugs", <item:iceandfire:earplugs>, [<tag:crafttweaker:buttons>, <tag:crafttweaker:buttons>], null);
