witam, Mam problem ze skryptem i nie wiem jak go naprawić pomoże ktoś go naprawić?
na tym screenie jest pokazany błąd: https://imgur.com/a/kLkOYdq
a tutaj skrypty:
# Crafting Stowniarki
options:
slot1: Block of Emerald
slot2: cobblestone
slot3: Block of Emerald
slot4: cobblestone
slot5: emerald
slot6: cobblestone
slot7: Golden Pickaxe
slot8: cobblestone
slot9: Golden Pickaxe
on break of stone:
{XStone.%event-block%} is true:
player is holding gold pickaxe:
set {XStone.%event-block%} to true
send "&8� &5Usunales stoniarke!"
player can hold Bedrock:
give Bedrock named "&aStoniarka" to the player
player doesn't have enough space for Bedrock named "&aStoniarka":
drop Bedrock named "&aStoniarka"
else:
wait 0.5 second
set the event-block to stone
stop
on place of Bedrock:
if tool is Bedrock named "&aStoniarka":
send "&8� &3Postawiles stoniarke!"
set {XStone.%event-block%} to true
wait 1 tick
set event-block to stone
stop
on script load:
register new shaped recipe for Bedrock named "&aStoniarka" using {@slot1}, {@slot2}, {@slot3}, {@slot4}, {@slot5}, {@slot6}, {@slot7}, {@slot8}, {@slot9}