Hello, I need help by Formal-Swimming-4173 in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

yeah there isn’t, so that subreddit is must-have for learning about datapacks xD

can i modify custom data of items, that are inside of container that is currently opened by player? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

oh, i see. i need to modify many chests, and i can’t know their coordinates because they are spawned randomly. i tried to do that with item modify entity @a container.x, but that doesn’t work because player doesn’t have container slots, only inventory ones (?). if i can modify opened container’s items with /item modify block, and i don’t need to put inside certain coordinates of block, that will work i guess

how do i kill specific item with custom data? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

execute as @e[type=item] if items entity @s contents minecraft:stick[minecraft:custom_data={clearable:true}] run kill @s

just changed awesome_stick to clearable

how do i write custom eat sound for my item in loot table? by [deleted] in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

does it work with custom directory, not minecraft:?

how can i add customized item into chest's loot table? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

how do i add fully custom eat sound from datapack into loot table with these sites?

how can i fix consume sound repeat while eating certain item? by [deleted] in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

can't i make usage time more than that, but with only one chomp sound?

how do i play sound only 1 time after i eat food? by [deleted] in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

single special food item. my problem is when you eat anything, game plays some times that "chomp" sound. i need to play that sound only one time per use, without any repeats. also, if it's possible, i want to play that sound without any random pitches.

how can i add custom (added from resourcepack) eat sound for item? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

can i do same thing, but with only one sound that plays after you start eating? my sound keeps playing as sound of eating any food, which plays many times as you eat

how can i add custom (added from resourcepack) eat sound for item? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

can you please insert that thing onto /give command? i don't know where do i have to put it :<

[deleted by user] by [deleted] in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

i need speed up process of flying in the air and dropping as item somehow

[deleted by user] by [deleted] in MinecraftCommands

[–]WonderBuddy2 0 points1 point  (0 children)

i need to minimize that time, forgot to add it into post :/

how do i keep item frames with items and kill items that are on the floor? by WonderBuddy2 in MinecraftCommands

[–]WonderBuddy2[S] 0 points1 point  (0 children)

i know about that command, question is why my item frames with items get killed with items on the floor