[java] Custom model register

Viewer

copydownloadembedprintName: Custom model register
  1. public OfWineAndCheese() {
  2.     ...
  3.     FMLJavaModLoadingContext.get().getModEventBus().addListener(this::registerCustomModel);
  4. }
  5.  
  6. public final void registerCustomModel(ModelRegistryEvent event) {
  7.         ModelLoader.addSpecialModel(new ResourceLocation("ofwineandcheese/item:red_wine_bottle"));
  8.     }
  9.     

Editor

You can edit this paste and save as new:


File Description
  • Custom model register
  • Paste Code
  • 03 Mar-2022
  • 313 Bytes
You can Share it: