-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About ae2 in 2.7.0 when playing normal mode #13
Comments
This can be because AE2 is adding recipe ingredients in a non-standard way, but it will take me some time to investigate into it. Before a new version released, you can try |
I used oredictionificator,but it seemed didn't work T T |
Not found the tablet. |
well, this is because Oredictionificator only allows several predefined tags. There are two solutions to this:
onEvent('recipes', (event) => {
if (global.isExpertMode) {
return;
}
event
.custom({
type: 'appliedenergistics2:inscriber',
mode: 'inscribe',
ingredients: {
top: toJsonWithCount('appliedenergistics2:silicon_press'),
middle: toJsonWithCount('emendatusenigmatica:silicon_gem')
},
result: toJsonWithCount('appliedenergistics2:printed_silicon')
})
.id('appliedenergistics2:inscriber/silicon_print');
}); this will replace the existing inscriber recipe with a new recipe where you can use EE silicon for inscribing #Oredictionificator Settings
[general.oredictionificator]
#The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add in accidental conversions of things that are not actually equivalent.
validItemFilters = ["forge:dusts/", "forge:ingots/", "forge:nuggets/", "forge:ores/", "forge:storage_blocks/", "forge:silicon"] you can see Both of the two options require your game closed to prevent problems |
They worked.Thanks! |
Without the Si from ae2 when you make Si board.
The only synthesizable formula can't be used in AE2
The text was updated successfully, but these errors were encountered: