Started by
Idaccio
on
Topic category: Help with Minecraft modding (Java Edition)
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
tags.... and they are not outdated....
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!
But do You know how can I access this "group" in my procedures?
there is a get tab procedure block
search on the website, most pages aren't outadated
*get tag
Thanks!