BLKKILLEUR Posté(e) le 18 janvier 2024 Posté(e) le 18 janvier 2024 (modifié) Minecraft version: 1.19.2 Skript version: 2.6.4 Addons used: skellett, skrayfall, skquery Hello, I created a skript to create a custom drop on some blocks. Except the problem is that it doesn't drop. my code : on mine of clay: clear the drops set {_drop} to 1 stone button named "&x&9&a&a&3&b&3Particule d'Argile" drop {_drop} without velocity when I remove "of clay" (line 1) the drop works for all blocks. I only want it on one type of block. When the custom drop doesn't work, the block drops the block's natural loot (clay drop 4 clay balls and not the named stone button). Modifié le 19 janvier 2024 par BLKKILLEUR
1 Enrique45210 Posté(e) le 8 février 2024 Posté(e) le 8 février 2024 maybe: on mine: if event-block is clay: ....
0 Romitou Posté(e) le 14 février Posté(e) le 14 février Le sujet a été résolu. Il a donc été verrouillé. Cordialement, l'équipe.
Question
BLKKILLEUR
Minecraft version: 1.19.2
Skript version: 2.6.4
Addons used: skellett, skrayfall, skquery
Hello,
I created a skript to create a custom drop on some blocks. Except the problem is that it doesn't drop.
my code :
on mine of clay:
clear the drops
set {_drop} to 1 stone button named "&x&9&a&a&3&b&3Particule d'Argile"
drop {_drop} without velocity
when I remove "of clay" (line 1)
the drop works for all blocks.
I only want it on one type of block.
When the custom drop doesn't work, the block drops the block's natural loot (clay drop 4 clay balls and not the named stone button).
Modifié par BLKKILLEUR2 réponses à cette question
Messages recommandés