1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Merge branch 'master' into modloader-check-requirements

This commit is contained in:
Thomas (DJ1TJOO) 2022-02-15 12:04:02 +01:00 committed by GitHub
commit 5adb7fb3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ export const MOD_ITEM_PROCESSOR_HANDLERS = {};
* @type {Object<string, (ProccessingRequirementsImplementationPayload) => boolean>}
*/
export const MODS_PROCESSING_REQUIREMENTS = {};
/**
* @type {Object<string, ({entity: Entity}) => boolean>}
*/