Jump to content

Nike_Schuh

Members
  • Posts

    2
  • Joined

  • Last visited

Nike_Schuh's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello I need an TextureAtlasSprite from an ResourceLocation, but i cannot find how to get it. @OnlyIn(Dist.CLIENT) @Mod.EventBusSubscriber(bus=Mod.EventBusSubscriber.Bus.MOD) public static class RegistryEvents { @SubscribeEvent public void onTextureStiching(final TextureStitchEvent event) { Sprites.GURADIAN_EYE = event.getMap().getSprite(Sprites.guradianEyeSprite); } } This i tried, but it seems to be null.
  2. When I try to add items the model wont load.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.