Compare commits
1 Commits
2.4.3-1.21
...
main
Author | SHA1 | Date | |
---|---|---|---|
dec09d4a44 |
@ -0,0 +1,6 @@
|
||||
# No Shulkers
|
||||
$execute if items entity @s hotbar.$(chosen_slot) #minecraft:shulker_boxes run return fail
|
||||
|
||||
$setblock ~ -64 ~ $(temp_id)
|
||||
setblock ~ -64 ~ bedrock
|
||||
$data modify storage lzstools:chisel chosen_block set value "$(temp_id)"
|
@ -1,6 +1,2 @@
|
||||
# No Shulkers
|
||||
$execute if items entity @s hotbar.$(chosen_slot) #minecraft:shulker_boxes run return fail
|
||||
$execute if items entity @s hotbar.$(chosen_slot) #minecraft:air run return fail
|
||||
|
||||
$setblock ~ -64 ~ $(chosen_block)
|
||||
setblock ~ -64 ~ bedrock
|
||||
function lzstools_chisel:select/block_macro with storage lzstools:chisel
|
||||
data remove storage lzstools:chisel temp_id
|
@ -1,2 +1,4 @@
|
||||
$data modify storage lzstools:chisel chosen_block set from entity @s Inventory[{Slot:$(chosen_slot)b}].id
|
||||
function lzstools_chisel:select/check_block with storage lzstools:chisel
|
||||
$data modify storage lzstools:chisel temp_id set from entity @s Inventory[{Slot:$(chosen_slot)b}].id
|
||||
|
||||
function lzstools_chisel:select/check_block with storage lzstools:chisel
|
||||
setblock ~ -64 ~ bedrock
|
Loading…
x
Reference in New Issue
Block a user