User Tools

Site Tools


tutorial:entity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:entity [2022/01/04 13:12] bananatutorial:entity [2022/09/18 13:47] nexus-dino
Line 13: Line 13:
   * ''AnimalEntity'' for Sheep, Cows and Pigs   * ''AnimalEntity'' for Sheep, Cows and Pigs
   * ''WaterCreatureEntity'' for things that swim   * ''WaterCreatureEntity'' for things that swim
-  * ''FishEntity'' for fishies+  * ''FishEntity'' for fishies (use instead of ''WaterCreatureEntity'' for schooling behavior)
    
 What you extend depends on what your needs and goals are.  What you extend depends on what your needs and goals are. 
Line 197: Line 197:
     }     }
          
 +    // You can use BlockBench, make your model and export it to get this method for your entity model.
     public static TexturedModelData getTexturedModelData() {     public static TexturedModelData getTexturedModelData() {
         ModelData modelData = new ModelData();         ModelData modelData = new ModelData();
tutorial/entity.txt · Last modified: 2024/04/30 20:42 by ryhon