remove excluded mods
This commit is contained in:
9
modpack/kubejs/client_scripts/client_scripts.js
Normal file
9
modpack/kubejs/client_scripts/client_scripts.js
Normal file
@@ -0,0 +1,9 @@
|
||||
ItemEvents.tooltip(event => {
|
||||
event.addAdvanced('create:mechanical_press', (item, advanced, text) => {
|
||||
text.add(Text.of('Cannot make plates!').red())
|
||||
})
|
||||
})
|
||||
|
||||
JEIEvents.information(event => {
|
||||
event.addItem('minecraft:twisting_vines', ['Can be obtained by bonemealing Warped Nylium.'])
|
||||
})
|
||||
Reference in New Issue
Block a user