Mari023

Results 38 comments of Mari023

en_us.json is made using datagen, if there is something missing it means either the datagen code is wrong, or something is using the wrong string (or not using the constants...

> I'm not familiar with the datagen way to checking for translatable strings. the Strings are all explicitly registered to datagen (see https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/main/src/main/java/appeng/datagen/providers/localization/LocalizationProvider.java) the code should either re-use the existing...

I did some testing for this in ae2wtlib, I think this happens because `WirelessTerminalItem#use()` always returns `new InteractionResultHolder(InteractionResult.FAIL, is)`, when it should probably return `new InteractionResultHolder(InteractionResult.sidedSuccess(level.isClientSide()), is)` (which it does...

it isn't quite as easy as I thought since ae2 does also check the return value of `MenuOpener#open()`, which is server only... tho I don't think there is a case...

> They cannot actually disable facades, just their view in JEI/EMI they might have removed the `/data/ae2/recipes/special/facade.json` marker recipe if I remove that from ae2's jar, the facade recipe doesn't...

> I am not seeing that folder path on the server, There are only two AE2 related folder in the world/Data folder it isn't quite as simple as that, this...

~~Would be really nice if this could be fixed, as I have to rely on nbtcrafting for some of my items. currently, when kubejs is installed, the recipe gets the...

ae2 currently doesn't have a JEI integration. you have to use either REI or EMI.