// priority: 99 JEIEvents.information(event => { const itemsAndPages = [ ['industrialforegoing:mycelial_rocket',['Takes firework Rockets as fuel. Only tier 1 and higher rockets will work not basic rockets. To craft higher tier rockets add more gunpowder to the crafting recipe. Up to 3 additional gunpowder + paper is supported with higher tier rockets lasting longer as fuel.']], ['hyperbox:hyperbox', ['The single chunk within the hyperbox dimension will remain loaded while the chunk containing the hyperbox block is loaded']], ['mekanism:dust_coal', ["Hold some flint in your offhand and 3 or more coal in your main hand, then shift right-click a block of obsidian, crying obsidian or a grindstone to produce early powdered coal."]] ] for (let [item, info] of itemsAndPages) { event.addItem(item, info) } })