User Tools

Site Tools


tutorial:custom_model

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:custom_model [2020/12/15 15:10] – [Custom Model] BLOCK_ATLAS_TEX to BLOCK_ATLAS_TEXTURE technici4ntutorial:custom_model [2021/03/02 04:49] – [Registering the model] it's the tutorial mod as said before solidblock
Line 75: Line 75:
 Not all the methods here are used by the Fabric Renderer, so we don't really care about the implementation. Not all the methods here are used by the Fabric Renderer, so we don't really care about the implementation.
 <code java> <code java>
-@Override+    @Override
     public List<BakedQuad> getQuads(BlockState state, Direction face, Random random) {     public List<BakedQuad> getQuads(BlockState state, Direction face, Random random) {
         return null; // Don't need because we use FabricBakedModel instead         return null; // Don't need because we use FabricBakedModel instead
Line 174: Line 174:
     /* ... */     /* ... */
     "client": [     "client": [
-      "tutorial.path.to.ExampleModClient"+      "net.fabricmc.example.ExampleModClient"
     ]     ]
   },   },
tutorial/custom_model.txt · Last modified: 2023/12/31 21:40 by gudenau