mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Add Enigmatica6 kubejs files
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
events.listen('recipes', function (event) {
|
||||
if (global.packmode !== 'expert') {
|
||||
return;
|
||||
}
|
||||
});
|
@ -0,0 +1,5 @@
|
||||
events.listen('recipes', function (event) {
|
||||
if (global.packmode !== 'expert') {
|
||||
return;
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user