Skip to content

Commit

Permalink
fix ore gen
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPlacentino committed Jan 2, 2023
1 parent ac13005 commit 6cce75c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#minecraft:is_overworld",
"features": "mcsc:phosphate_ore_placed",
"step": "underground_ores"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"feature": "minecraft:borax_ore",
"feature": "mcsc:ore_borax_placed",
"placement": [
{
"type": "minecraft:count",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"feature": "minecraft:ore_borax",
"feature": "mcsc:ore_phosphate_placed",
"placement": [
{
"type": "minecraft:count",
Expand Down

This file was deleted.

0 comments on commit 6cce75c

Please # to comment.