Code serching

Started by cuckoo on

Topic category: Help with MCreator software

Last seen on 15:52, 24. Feb 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Code serching

When i try to find 1 line or code in thousand of line it was frustrating so i suggest in 2020.4 you should add code search because the old code filter some time don't include code that i want to find for example i want to find the code that define blue in dimension code but there are 2 java and 4 json and in som java there are up to 700 line so please implement this in to 2020.4 i think it will help many modder include me.

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can code search by…
Fri, 06/26/2020 - 02:41

You can code search by looking on the top of the window, in Code } Search in code.

The dimension code has 2 .java and 4 .json. Ignore the .json, those are for textures and models and visuals. One of the .java is the dimension data and the other is the portal igniter.

The dimension one should have more lines of code, but you can distinguish the two because item extends Item and the dimension extends CustomDimension