#Custom IE blueprints?
9 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
You just need to make an engineer table recipe with a new blueprint type and it'll automatically make it
You'd need to add your own lang entry for it
also in client scripts name your blueprint
"desc.immersiveengineering.info.blueprint.newcategory"
Is the lang key, replacing 'newcategory' obviously
Ticket re-opened!
ClientEvents.lang('en_us', event => {
event.add("desc.immersiveengineering.info.blueprint.machines_T1")
})
so like that??