I do have them in a custom creative tab just for some reason it registers one block then some items and then the second block last separating them. In the image the second collector is way off
@SubscribeEvent
public static void registerModels(ModelRegistryEvent evt) {
registerBlock(ObjectHandler.collectorMK4);
registerBlock(ObjectHandler.collectorMK5);
//registerBlock(ObjectHandler.collectorMK6);
//Items that have different properties or textures per meta value.
//registerFuels();
registerMatter();
}
and thats the code i use so idk why they are not registered next to eachother
Does the same when they are the only things being registered