Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
JEIEvents.information(e => {
e.addItem('enderchests:ender_chest', [
'Cross-dimensional wireless item transfer to any chest on the same channel.',
'Use dye on the colored bars to set the channel.',
'Sneak + right-click with a diamond to switch to private channel.',
'Sneak + right-click with an ender pearl or eye of ender to increase inventory size.',
])
e.addItem('endertanks:ender_tank', [
'Cross-dimensional wireless fluid transfer to any tank on the same channel.',
'Use dye on the colored bars to set the channel.',
'Sneak + right-click with a diamond to switch to private channel.',
'Sneak + right-click with an ender pearl or eye of ender to increase tank size.',
])
e.addItem('mekanism:creative_energy_cube',[
'Needs to be energized in a Powah energizing rod with a ATM star.',
'Otherwise acts as an expensive energy trash can.',
])
e.addItem('pylons:infusion_pylon',[
'Chunkloads a single chunk. Only one pylon per player will load at a time, and only while the player is online.',
])
})