Aegide

Results 13 comments of Aegide

It's missing [translations for manaweave](https://github.com/VazkiiMods/Botania/blob/27795afb54d9034bb646f2e7a45ac42033e4deae/Common/src/main/resources/assets/botania/lang/it_it.json#L1406). It looks like subtitles and the lexicon were intentionally not translated (makes sense, it's massive). All (almost) the elements have been translated, but these translations...

idk if my setup is bad or not, but i don't see any lag ( solo world ) ![image](https://user-images.githubusercontent.com/43409914/210897551-7b43b4b3-5ceb-47ff-af6b-25a328ae8b16.png)

> Corporea indices can't request anything from the network with their localized name. I requested an orechid, using it's french localized name, and it works perfectly fine. I don't understand...

If you perform a Corporea request, the feedback that "a request was attempted" can be found in the chat. While you're using an EMI graph, you cannot see the chat,...

Another example : ![image](https://user-images.githubusercontent.com/43409914/200138305-57e79ce8-cd0c-4062-a630-7e2389738b6a.png)

It seems like it works well enough in 1.19.2 (fabric). ![image](https://user-images.githubusercontent.com/43409914/210888693-a02e6b28-d553-433f-88fe-fe9b93e944a2.png) **Left**: pool => tablet **Right**: tablet => pool

This issue is actually two issues : 1°) Laputa incompatibility with mana prisms => [it's fixed ](https://github.com/VazkiiMods/Botania/issues/4037) 2°) Laputa incompatibility with tall flower => [it's bugged](https://github.com/VazkiiMods/Botania/pull/2169) ![image](https://user-images.githubusercontent.com/43409914/210892817-e322d1e6-683e-41f2-be41-b5ad6cfd773c.png)

I found this : - Issue : https://github.com/VazkiiMods/Botania/issues/4080 - Commit : https://github.com/VazkiiMods/Botania/commit/6e6f674a2237f7ca921e6889a9659e027b9dd6fd Looks like this is fixed in 1.19 ![pick](https://user-images.githubusercontent.com/43409914/210182349-af5e966b-2805-4030-b126-5ff0c6c7ca66.gif)

Unless i didn't understand what you mean 💀 could be possible

```json { "type": "botania:crafting_multi", "heading":"botania.entry.sparkUpgrades", "text": "botania.page.sparkUpgrades5", "recipes": [ "botania:spark_upgrade_dispersive", "botania:spark_upgrade_dominant", "botania:spark_upgrade_recessive", "botania:spark_upgrade_isolated" ] } ``` `"botania.entry.sparkUpgrades": "Spark Augments"` ![image](https://user-images.githubusercontent.com/43409914/210282819-2bc50a12-21de-4cd0-a06e-ea8332d85af8.png) Currently we use the key `heading` to avoid this issue,...