Skip to content

Commit

Permalink
fixed some data, also i realized i'm missing a few cmd blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Dec 24, 2024
1 parent 4c1f0e7 commit 0f72032
Show file tree
Hide file tree
Showing 9 changed files with 911 additions and 911 deletions.
160 changes: 80 additions & 80 deletions JSON/command_blocks/artifacts.json

Large diffs are not rendered by default.

236 changes: 118 additions & 118 deletions JSON/command_blocks/audio.json

Large diffs are not rendered by default.

224 changes: 112 additions & 112 deletions JSON/command_blocks/cards.json

Large diffs are not rendered by default.

414 changes: 311 additions & 103 deletions JSON/command_blocks/clank.json

Large diffs are not rendered by default.

72 changes: 52 additions & 20 deletions JSON/command_blocks/config.json
Original file line number Diff line number Diff line change
@@ -1,161 +1,193 @@
[
{
"coords": "-480 116 1971",
"type": "command_block",
"types": [
"facing=up"
],
"command": "scoreboard players set $dungeon do2.config.refillDungeonType 0"
},
{
"coords": "-479 116 1971",
"type": "command_block",
"types": [
"facing=up"
],
"command": "scoreboard players set $dungeon do2.config.refillDungeonType 2"
},
{
"coords": "-478 116 1971",
"type": "command_block",
"types": [
"facing=up"
],
"command": "scoreboard players set $dungeon do2.config.refillDungeonType 1"
},
{
"coords": "-525 116 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/tick_rate_increase"
},
{
"coords": "-525 114 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/tick_rate_decrease"
},
{
"coords": "-527 114 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/random_night_chance/decrease"
},
{
"coords": "-529 114 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/endermites/decrease"
},
{
"coords": "-531 114 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/amount_of_bats/decrease"
},
{
"coords": "-531 116 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/amount_of_bats/increase"
},
{
"coords": "-529 116 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/endermites/increase"
},
{
"coords": "-527 116 1950",
"type": "command_block",
"types": [
"facing=true"
"facing=north"
],
"command": "/function do2:scoreboard/config/random_night_chance/increase"
},
{
"coords": "-537 114 1964",
"type": "command_block",
"types": [
"facing=down"
],
"command": "scoreboard players set $dungeon do2.config.batDistraction 0"
},
{
"coords": "-535 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/force_food/enable"
},
{
"coords": "-535 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/force_food/disable"
},
{
"coords": "-533 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/use_world_cycles/disable"
},
{
"coords": "-533 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/use_world_cycles/enable"
},
{
"coords": "-531 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/disable_treasure/enable"
},
{
"coords": "-531 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/disable_treasure/disable"
},
{
"coords": "-529 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/force_gamemode/enable"
},
{
"coords": "-529 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/force_gamemode/disable"
},
{
"coords": "-527 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/fast_reset/enable"
},
{
"coords": "-527 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/fast_reset/disable"
},
{
"coords": "-525 114 1963",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/better_vex/enable"
},
{
"coords": "-525 114 1964",
"type": "command_block",
"types": [
"facing=true"
"facing=down"
],
"command": "/function do2:scoreboard/config/boolean_levers/better_vex/disable"
}
Expand Down
Loading

0 comments on commit 0f72032

Please sign in to comment.