Skip to content

Commit

Permalink
fix load name
Browse files Browse the repository at this point in the history
  • Loading branch information
danlivingston committed May 24, 2023
1 parent e6945b7 commit c8e7bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Changed:
- Stone to cobblestone recipe now uses a stonecutter instead of a crafting table
- Deepslate to cobbled deepslate recipe now uses a stonecutter instead of a crafting table

## v1.14.1
## v1.14.2

Added:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
forceload add ~ ~
summon minecraft:armor_stand ~ ~ ~ {Marker:1b,NoGravity:1b,Invulnerable:1b,Invisible:1b,UUID:[I;-1600948966,746014296,-1654693205,1150598575]}
summon minecraft:armor_stand ~ ~ ~ {Marker: 1b, NoGravity: 1b, Invulnerable: 1b, Invisible: 1b, UUID: [I; -1600948966, 746014296, -1654693205, 1150598574]}
2 changes: 1 addition & 1 deletion data/minecraft/tags/functions/load.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"replace": false,
"values": [
":load",
"cauldron_de-slated_cobble:load",
"cauldron_de-slated_cobble:check_for_items_in_filled_cauldrons"
]
}

0 comments on commit c8e7bf8

Please sign in to comment.