sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
394 stars 203 forks source link

[1.20.1] Search field don't work Transmutation Table/Tablet #2306

Closed Sickelmo83 closed 7 months ago

Sickelmo83 commented 7 months ago

Tickets that do not conform to this template will be closed without comment

Exact ProjectE version (do not say "latest", "latest on Curse", or similar): ProjectE-1.20.1-PE1.0.0B

Exact Forge version: 47.2.5 (older version too)

Steps to reproduce:

  1. Open Transmutation Table / Tablet
  2. Try to enter the search field

What I expected to happen: You can enter the search field in the Transmutation Table/Tablet and search for something

What happened instead: Nothing

lucasbr2405 commented 7 months ago

This is not working the EMC version and the Tablet

Jim3535 commented 7 months ago

Having the same issue here, as well as others on discord

ridivagyokcso commented 7 months ago

main/java/moze_intel/projecte/gameObjs/gui/GUITransmutation line: 157 (mouseClicked Function)

I wrote here for information only. Based on this, this problem can be easily fixed.

lucasbr2405 commented 7 months ago

main/java/moze_intel/projecte/gameObjs/gui/GUITransmutation line: 157 (mouseClicked Function)

  • missing this.textBoxFilter.setFocused(true);

I wrote here for information only. Based on this, this problem can be easily fixed.

How do you make this correction? where to enter?

aqua-air commented 7 months ago

Same issue, how to resolve?

ridivagyokcso commented 7 months ago

@lucasbr2405 @fourthhouse

This bug has been fixed. As I looked at websites, it has not been published yet. So right now you can compile the mod for yourself. And it should be like this: For the sake of simplicity, I will use the C:/Project-mc1.20.x folder in the example.

lucasbr2405 commented 7 months ago

@lucasbr2405 @fourthhouse

Este bug foi corrigido. Conforme olhei nos sites, ainda não foi publicado. Então agora você pode compilar o mod você mesmo. E deveria ser assim: Para simplificar, usarei a pasta C:/Project-mc1.20.x no exemplo.

  • Baixe o código-fonte
  • Baixar JDK17
  • Descompacte a pasta ProjectE-mc1.20.x na unidade C:/ (é assim que obtemos acesso a C:/Project-mc1.20.x)
  • Abra o prompt de comando e use o comando cd para ir para a pasta do código-fonte baixado. (exemplo: cd C:/Projeto-mc1.20.x)
  • Então digite isto: gradlew build
  • Se a compilação for bem-sucedida, você deverá ver: BUILD SUCCESSFUL em Xs
  • Você pode encontrar o arquivo jar finalizado aqui: C:\Project-mc1.20.x\build\reobfShadowJar\output.jar

Você consegue mandar o arquivo por aqui ,tentei isto mas não deu ,devo estar fazendo algo errado pq sou leigo no assunto

ridivagyokcso commented 7 months ago

ProjectE-1.20.1-PE1.0.0B - Unofficial build.zip

I uploaded it. Due to limitations, I could only upload it in a zip file, so unpack it first.

lucasbr2405 commented 7 months ago

man you are very good, thank you so much

ProjectE-1.20.1-PE1.0.0B - Unofficial build.zip

I uploaded it. Due to limitations, I could only upload it in a zip file, so unpack it first.

man you are very good, thank you so much

aqua-air commented 7 months ago

Yeah but is curseforge going to allow a third party download into my modpack? why not just release it on forge

barkerm1031 commented 7 months ago

ProjectE-1.20.1-PE1.0.0B - Unofficial build.zip

I uploaded it. Due to limitations, I could only upload it in a zip file, so unpack it first.

MY SAVIOUR!! this issue was getting annoying lol and im not the greatest with coding so even just compiling this wouldve been a pain for me!

Yeah but is curseforge going to allow a third party download into my modpack? why not just release it on forge

Can confirm it works just fine. just make sure that you remove the "broken" mod and rename the unofficial mod to be the same as the old one. it wont show up in curseforge but it will still load without issues.

pupnewfster commented 7 months ago

Should be fixed in 1.0.1