mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
|
events.listen('recipes', function (event) {
|
||
|
if (global.packmode !== 'expert') {
|
||
|
return;
|
||
|
}
|
||
|
});
|