Skip to content

Commit b202d44

Browse files
committed
Better coordinate crystal descriptions
1 parent 764182c commit b202d44

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

kubejs/assets/kubejs/lang/en_us.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
"effect.kubejs.reach": "Reach",
2525

26+
"information.kubejs.coordinate_crystals": "Sneak and right-click with a coordinate crystal in the air to absorb its hidden knowledge.\n\nSneak and right-click with a coordinate crystal on a stargate to gain access to its dimension.",
27+
2628
"item.kubejs.sweetcorn_beer": "Sweetcorn Beer",
2729
"item.kubejs.sweetcorn_beer.tooltip": "§7A sweet drink that gives you §6Haste",
2830
"fluid.kubejs.sweetcorn_beer": "Sweetcorn Beer",
Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
JEIEvents.information(event => {
22

3-
event.addItem('kubejs:abydos_coordinate_crystal', [
4-
'Sneak and right-click with a coordinate crystal to absorb its hidden knowledge.\n'
3+
event.addItem(['kubejs:abydos_coordinate_crystal', 'kubejs:nether_coordinate_crystal', 'kubejs:end_coordinate_crystal'], [
4+
Text.translate('information.kubejs.coordinate_crystals')
55
]);
66

7-
// ['abydos'].forEach(realm => {
8-
// event.addItem(`kubejs:${realm}_coordinate_crystal`, [
9-
// 'Sneak and right-click with a coordinate crystal to consume it\n',
10-
// '\n',
11-
// 'Disclaimer:\n',
12-
// 'StarT is not responsible for any mental damage caused by the voices contained inside coordinate crystals\n',
13-
// ]);
14-
// })
15-
167
});

0 commit comments

Comments
 (0)