Skip to content

Commit

Permalink
feat: add christmas texture replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Dec 20, 2024
1 parent 7b72109 commit ca833ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/consumer/textureReplacements/christmas.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//@ts-nocheck
import chestNormal from '../other-textures/latest/entity/chest/christmas.png'
import chestDoubleLeft from '../other-textures/latest/entity/chest/christmas_left.png'
import chestDoubleRight from '../other-textures/latest/entity/chest/christmas_right.png'

export default {
'entity/chest/normal': chestNormal,
'entity/chest/normal_left': chestDoubleLeft,
'entity/chest/normal_right': chestDoubleRight,
}

0 comments on commit ca833ca

Please sign in to comment.