Skip to content

Commit

Permalink
エンドポータルフレームと1.21.50で追加するものをサポート
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Dec 2, 2024
1 parent 7106cfc commit f01d1c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ const instruments = {
"_leaves": "piano", //葉系
"noteblock": "bass",
"bookshelf": "bass",
"creaking_heart": "bass", //クリーキングの心臓
"pale_oak": "bass", //ペールオーク系
"oak": "bass", //オークの木材系
"spruce": "bass", //トウヒ系
"birch": "bass", //樺系
Expand Down Expand Up @@ -193,6 +195,7 @@ const instruments = {
"beacon": "clicks_and_sticks",
"infested_": "flute", //虫食いブロック系
"glowstone": "pling_piano",
"end_portal_frame": "bass_drum",
"stone": "bass_drum", //石系
"andesite": "bass_drum", //安山岩系
"granite": "bass_drum", //花崗岩系
Expand Down Expand Up @@ -226,6 +229,7 @@ const instruments = {
"honeycomb_block": "flute",
"monster_egg": "flute",
"infested": "flute",
"resin": "flute", //レジン系
"packed_ice": "chimes",
"wool": "guitar",
"bone_block": "xylophone",
Expand Down

0 comments on commit f01d1c6

Please sign in to comment.