Ore Dictionary [SOLVED]

Started by Idaccio on

Topic category: Help with modding (Java Edition)

Last seen on 11:19, 2. Nov 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ore Dictionary [SOLVED]
Tue, 04/14/2020 - 07:37 (edited)

Do anybody know, how to set up ore dictionary in 2020.2? (I know, there are lots of forums on this topic, but they are all outdated.) I have a block (for example some kind of rail) with more models and behaviours (they are all unique blocks). In they're procedures I check, if there is any other "rail" on the left, and if so then replace the block. My issue is that i have tons of these states and I need to check for ALL of them. Is there way to create something like a "group" of them (like built-in "any wood" or "any concrete" etc.), so I have to check only for the group? Hope you understood this and I am looking forward for your answers :). (sorry for my bad English)

Edited by Idaccio on Tue, 04/14/2020 - 07:37
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
tags.... and they are not…
Mon, 04/13/2020 - 12:50

tags.... and they are not outdated....

Last seen on 11:19, 2. Nov 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh... I found only stuff of…
Mon, 04/13/2020 - 16:11

Oh... I found only stuff of this kind: "Go to the code tab -> TestEnvironmentMod.java -> search for 'public void load(FMLInitializationEvent event) {' type in 'OreDictionary.registerOre('the oredict name, example oreCopper', classofyourore);' ", which is outdated (I think), but thanks!

Last seen on 11:19, 2. Nov 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But do You know how can I…
Mon, 04/13/2020 - 16:20

But do You know how can I access this "group" in my procedures?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there is a get tab procedure…
Tue, 04/14/2020 - 00:17

there is a get tab procedure block

search on the website, most pages aren't outadated

Last seen on 11:19, 2. Nov 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks!
Tue, 04/14/2020 - 07:37

Thanks!