Creating fake mods
Suspicious activities
Last updated
Suspicious activities
Use the following methods in startup_scripts:
Platform.registerFakeMod("<nonexistant_modid>").displayName("Some Display Name")Platform.registerFakeMod("notarealmodid").displayName("Hello World!")
onEvent('item.registry', event => {
event.create('notarealmodid:thing')
})
Last updated