-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from Gunivers/feat/block-generator
New bs.block generator
- Loading branch information
Showing
162 changed files
with
1,684 additions
and
1,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,3 @@ | |
/venv/ | ||
|
||
/.vscode/ | ||
|
||
/docs/_build/ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
datapacks/Bookshelf/data/bs.block/functions/get/registry/1.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[face=wall] run data modify storage bs:out block.iterable_properties[{name:"face"}].options[{value:"wall"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[face=ceiling] run data modify storage bs:out block.iterable_properties[{name:"face"}].options[{value:"ceiling"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[face=floor] run data modify storage bs:out block.iterable_properties[{name:"face"}].options[{value:"floor"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=north] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"north"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=south] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"south"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=west] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"west"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=east] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"east"}].selected set value 1b | ||
|
||
execute if block ~ ~ ~ #bs.block:has_state[shape=straight] run data modify storage bs:out block.iterable_properties[{name:"shape"}].options[{value:"straight"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[shape=inner_left] run data modify storage bs:out block.iterable_properties[{name:"shape"}].options[{value:"inner_left"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[shape=outer_left] run data modify storage bs:out block.iterable_properties[{name:"shape"}].options[{value:"outer_left"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[shape=inner_right] run data modify storage bs:out block.iterable_properties[{name:"shape"}].options[{value:"inner_right"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[shape=outer_right] run data modify storage bs:out block.iterable_properties[{name:"shape"}].options[{value:"outer_right"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=false] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=true] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"true"}].selected set value 1b |
19 changes: 19 additions & 0 deletions
19
datapacks/Bookshelf/data/bs.block/functions/get/registry/10.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=0] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"0"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=1] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=2] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"2"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=3] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"3"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=4] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"4"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=5] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"5"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=6] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"6"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=7] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"7"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=8] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"8"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=9] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"9"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=10] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"10"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=11] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"11"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=12] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"12"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=13] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"13"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=14] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"14"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[rotation=15] run data modify storage bs:out block.iterable_properties[{name:"rotation"}].options[{value:"15"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[waterlogged=false] run data modify storage bs:out block.iterable_properties[{name:"waterlogged"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[waterlogged=true] run data modify storage bs:out block.iterable_properties[{name:"waterlogged"}].options[{value:"true"}].selected set value 1b |
4 changes: 4 additions & 0 deletions
4
datapacks/Bookshelf/data/bs.block/functions/get/registry/100.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=0] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"0"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=1] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=2] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"2"}].selected set value 1b |
9 changes: 9 additions & 0 deletions
9
datapacks/Bookshelf/data/bs.block/functions/get/registry/101.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=1] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=2] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"2"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=3] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"3"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=4] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"4"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=5] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"5"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=6] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"6"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=7] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"7"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[layers=8] run data modify storage bs:out block.iterable_properties[{name:"layers"}].options[{value:"8"}].selected set value 1b |
5 changes: 5 additions & 0 deletions
5
datapacks/Bookshelf/data/bs.block/functions/get/registry/102.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[mode=load] run data modify storage bs:out block.iterable_properties[{name:"mode"}].options[{value:"load"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[mode=corner] run data modify storage bs:out block.iterable_properties[{name:"mode"}].options[{value:"corner"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[mode=data] run data modify storage bs:out block.iterable_properties[{name:"mode"}].options[{value:"data"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[mode=save] run data modify storage bs:out block.iterable_properties[{name:"mode"}].options[{value:"save"}].selected set value 1b |
5 changes: 5 additions & 0 deletions
5
datapacks/Bookshelf/data/bs.block/functions/get/registry/103.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[dusted=0] run data modify storage bs:out block.iterable_properties[{name:"dusted"}].options[{value:"0"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[dusted=1] run data modify storage bs:out block.iterable_properties[{name:"dusted"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[dusted=2] run data modify storage bs:out block.iterable_properties[{name:"dusted"}].options[{value:"2"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[dusted=3] run data modify storage bs:out block.iterable_properties[{name:"dusted"}].options[{value:"3"}].selected set value 1b |
3 changes: 3 additions & 0 deletions
3
datapacks/Bookshelf/data/bs.block/functions/get/registry/104.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[unstable=false] run data modify storage bs:out block.iterable_properties[{name:"unstable"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[unstable=true] run data modify storage bs:out block.iterable_properties[{name:"unstable"}].options[{value:"true"}].selected set value 1b |
3 changes: 3 additions & 0 deletions
3
datapacks/Bookshelf/data/bs.block/functions/get/registry/105.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[age=0] run data modify storage bs:out block.iterable_properties[{name:"age"}].options[{value:"0"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[age=1] run data modify storage bs:out block.iterable_properties[{name:"age"}].options[{value:"1"}].selected set value 1b |
7 changes: 7 additions & 0 deletions
7
datapacks/Bookshelf/data/bs.block/functions/get/registry/106.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=inactive] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"inactive"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=waiting_for_players] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"waiting_for_players"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=active] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"active"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=waiting_for_reward_ejection] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"waiting_for_reward_ejection"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=ejecting_reward] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"ejecting_reward"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[trial_spawner_state=cooldown] run data modify storage bs:out block.iterable_properties[{name:"trial_spawner_state"}].options[{value:"cooldown"}].selected set value 1b |
15 changes: 15 additions & 0 deletions
15
datapacks/Bookshelf/data/bs.block/functions/get/registry/107.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[attached=false] run data modify storage bs:out block.iterable_properties[{name:"attached"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[attached=true] run data modify storage bs:out block.iterable_properties[{name:"attached"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[disarmed=false] run data modify storage bs:out block.iterable_properties[{name:"disarmed"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[disarmed=true] run data modify storage bs:out block.iterable_properties[{name:"disarmed"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[east=false] run data modify storage bs:out block.iterable_properties[{name:"east"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[east=true] run data modify storage bs:out block.iterable_properties[{name:"east"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[north=false] run data modify storage bs:out block.iterable_properties[{name:"north"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[north=true] run data modify storage bs:out block.iterable_properties[{name:"north"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=false] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=true] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[south=false] run data modify storage bs:out block.iterable_properties[{name:"south"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[south=true] run data modify storage bs:out block.iterable_properties[{name:"south"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[west=false] run data modify storage bs:out block.iterable_properties[{name:"west"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[west=true] run data modify storage bs:out block.iterable_properties[{name:"west"}].options[{value:"true"}].selected set value 1b |
9 changes: 9 additions & 0 deletions
9
datapacks/Bookshelf/data/bs.block/functions/get/registry/108.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[attached=false] run data modify storage bs:out block.iterable_properties[{name:"attached"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[attached=true] run data modify storage bs:out block.iterable_properties[{name:"attached"}].options[{value:"true"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=north] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"north"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=south] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"south"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=west] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"west"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[facing=east] run data modify storage bs:out block.iterable_properties[{name:"facing"}].options[{value:"east"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=false] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[powered=true] run data modify storage bs:out block.iterable_properties[{name:"powered"}].options[{value:"true"}].selected set value 1b |
8 changes: 8 additions & 0 deletions
8
datapacks/Bookshelf/data/bs.block/functions/get/registry/109.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[eggs=1] run data modify storage bs:out block.iterable_properties[{name:"eggs"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[eggs=2] run data modify storage bs:out block.iterable_properties[{name:"eggs"}].options[{value:"2"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[eggs=3] run data modify storage bs:out block.iterable_properties[{name:"eggs"}].options[{value:"3"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[eggs=4] run data modify storage bs:out block.iterable_properties[{name:"eggs"}].options[{value:"4"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=0] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"0"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=1] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"1"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[hatch=2] run data modify storage bs:out block.iterable_properties[{name:"hatch"}].options[{value:"2"}].selected set value 1b |
6 changes: 6 additions & 0 deletions
6
datapacks/Bookshelf/data/bs.block/functions/get/registry/11.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This file was automatically generated, do not edit it | ||
execute if block ~ ~ ~ #bs.block:has_state[type=bottom] run data modify storage bs:out block.iterable_properties[{name:"type"}].options[{value:"bottom"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[type=double] run data modify storage bs:out block.iterable_properties[{name:"type"}].options[{value:"double"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[type=top] run data modify storage bs:out block.iterable_properties[{name:"type"}].options[{value:"top"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[waterlogged=false] run data modify storage bs:out block.iterable_properties[{name:"waterlogged"}].options[{value:"false"}].selected set value 1b | ||
execute if block ~ ~ ~ #bs.block:has_state[waterlogged=true] run data modify storage bs:out block.iterable_properties[{name:"waterlogged"}].options[{value:"true"}].selected set value 1b |
Oops, something went wrong.