You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
1
data/minecraft/instrument/_all.json
Normal file
1
data/minecraft/instrument/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"admire_goat_horn":{"description":{"translate":"instrument.minecraft.admire_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.4","use_duration":7.0},"call_goat_horn":{"description":{"translate":"instrument.minecraft.call_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.5","use_duration":7.0},"dream_goat_horn":{"description":{"translate":"instrument.minecraft.dream_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.7","use_duration":7.0},"feel_goat_horn":{"description":{"translate":"instrument.minecraft.feel_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.3","use_duration":7.0},"ponder_goat_horn":{"description":{"translate":"instrument.minecraft.ponder_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.0","use_duration":7.0},"seek_goat_horn":{"description":{"translate":"instrument.minecraft.seek_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.2","use_duration":7.0},"sing_goat_horn":{"description":{"translate":"instrument.minecraft.sing_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.1","use_duration":7.0},"yearn_goat_horn":{"description":{"translate":"instrument.minecraft.yearn_goat_horn"},"range":256.0,"sound_event":"minecraft:item.goat_horn.sound.6","use_duration":7.0}}
|
||||
1
data/minecraft/instrument/_list.json
Normal file
1
data/minecraft/instrument/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["admire_goat_horn.json","call_goat_horn.json","dream_goat_horn.json","feel_goat_horn.json","ponder_goat_horn.json","seek_goat_horn.json","sing_goat_horn.json","yearn_goat_horn.json"]}
|
||||
8
data/minecraft/instrument/admire_goat_horn.json
Normal file
8
data/minecraft/instrument/admire_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.admire_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.4",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/call_goat_horn.json
Normal file
8
data/minecraft/instrument/call_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.call_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.5",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/dream_goat_horn.json
Normal file
8
data/minecraft/instrument/dream_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.dream_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.7",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/feel_goat_horn.json
Normal file
8
data/minecraft/instrument/feel_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.feel_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.3",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/ponder_goat_horn.json
Normal file
8
data/minecraft/instrument/ponder_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.ponder_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.0",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/seek_goat_horn.json
Normal file
8
data/minecraft/instrument/seek_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.seek_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.2",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/sing_goat_horn.json
Normal file
8
data/minecraft/instrument/sing_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.sing_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.1",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
8
data/minecraft/instrument/yearn_goat_horn.json
Normal file
8
data/minecraft/instrument/yearn_goat_horn.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"description": {
|
||||
"translate": "instrument.minecraft.yearn_goat_horn"
|
||||
},
|
||||
"range": 256.0,
|
||||
"sound_event": "minecraft:item.goat_horn.sound.6",
|
||||
"use_duration": 7.0
|
||||
}
|
||||
Reference in New Issue
Block a user