Skip to content

Commit

Permalink
✅ 添加铜灯
Browse files Browse the repository at this point in the history
  • Loading branch information
wendavid552 committed Jun 25, 2024
1 parent 7ff67ad commit ac52bae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added assets/copper_bulb.webp
Binary file not shown.
Binary file added assets/copper_bulb_lit.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion imageStuff.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ const blockNames = [
'ice',

//crafter
'crafter'
'crafter',

//copper_bulb
'copper_bulb',
'copper_bulb_lit'
]

//probably shouldve used a spritesheet xd
Expand Down

0 comments on commit ac52bae

Please sign in to comment.