Skip to content

Commit

Permalink
Fixed all item / block models
Browse files Browse the repository at this point in the history
  • Loading branch information
crispytwig committed Nov 16, 2024
1 parent 0e0c281 commit d8016d0
Show file tree
Hide file tree
Showing 104 changed files with 220 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ public HamsterWheelModel() {
super(Hamsters.id("hamster_wheel"));
}

@Override
public ResourceLocation getTextureResource(HamsterWheelBlockEntity hamsterWheel) {
return Hamsters.id("textures/block/hamster_wheel/copper.png");
}

@Override
public ResourceLocation getAnimationResource(HamsterWheelBlockEntity hamsterWheel) {
return Hamsters.id("animations/hamster_wheel.animation.json");
Expand Down
Loading

0 comments on commit d8016d0

Please sign in to comment.