Skip to content

Commit

Permalink
Correct spelling of "mincraft" for geode features (#326)
Browse files Browse the repository at this point in the history
* Update minecraft.geode_feature.json

* Update geode_feature.json
  • Loading branch information
theaddonn authored Nov 27, 2024
1 parent 0c2f6b0 commit 97a7285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

"outer_layer": "minecraft:obsidian",

"inner_placements": ["mincraft:glass"],
"inner_placements": ["minecraft:glass"],
"placements_require_layer0_alternate": true,
"use_potential_placements_chance": 0.125,

Expand Down
4 changes: 2 additions & 2 deletions test/files/correct/data_bp/features/geode_feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"outer_layer": "minecraft:obsidian",

"inner_placements": ["mincraft:glass"],
"inner_placements": ["minecraft:glass"],
"placements_require_layer0_alternate": true,
"use_potential_placements_chance": 0.125,

Expand All @@ -34,4 +34,4 @@
"generate_crack_chance": 0,
"base_crack_size": 0
}
}
}

0 comments on commit 97a7285

Please sign in to comment.