init
This commit is contained in:
6
kubejs/client_scripts/example.js
Normal file
6
kubejs/client_scripts/example.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// priority: 0
|
||||
|
||||
// Visit the wiki for more info - https://kubejs.com/
|
||||
|
||||
console.info('Hello, World! (Loaded client scripts)')
|
||||
|
||||
8
kubejs/client_scripts/hide_recipes.js
Normal file
8
kubejs/client_scripts/hide_recipes.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
ItemEvents.tooltip(event => {
|
||||
event.add('eeeabsmobs:heart_of_pagan', '注意:狂乱药水会导致bug。现在您获得的任何狂乱药水相关物品都会被替换成对应的力量2药水物品')
|
||||
|
||||
event.add('celestial_artifacts:catastrophe_scroll','§3在解锁任务章节§5【世界的枷锁】§3后方可装备灾厄之册')
|
||||
|
||||
event.add('celestial_artifacts:twisted_scroll','§3不要佩戴此饰品去打虚空蠕虫,会无限分裂!!!')
|
||||
})
|
||||
Reference in New Issue
Block a user