Skip to content

Commit

Permalink
🥞🥞🥞
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Jan 31, 2025
1 parent 861eae8 commit a82fbef
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 100 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
0
],
"state": {
"Name": "spectrum:sawblade_holly",
"Name": "spectrum:sawblade_holly_bush",
"Properties": {
"age": "7"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dirt_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:slush"
"Name": "spectrum:slush"
}
},
"trunk_provider": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1
}
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1,
"source": {
"type": "minecraft:uniform",
"min_inclusive": -3,
"max_inclusive": 1
}
}
},
{
"type": "minecraft:biome"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1
}
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1,
"source": {
"type": "minecraft:uniform",
"min_inclusive": -3,
"max_inclusive": 1
}
}
},
{
"type": "minecraft:biome"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1
}
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1,
"source": {
"type": "minecraft:uniform",
"min_inclusive": -3,
"max_inclusive": 1
}
}
},
{
"type": "minecraft:biome"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1
}
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1,
"source": {
"type": "minecraft:uniform",
"min_inclusive": -3,
"max_inclusive": 1
}
}
},
{
"type": "minecraft:biome"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
"feature": "spectrum:dragonjags/yellow",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1
}
},
{
"type": "minecraft:biome"
}
]
"feature": "spectrum:dragonjags/yellow",
"placement": [
{
"type": "minecraft:count_on_every_layer",
"count": 2
},
{
"type": "minecraft:count",
"count": {
"type": "minecraft:clamped",
"min_inclusive": 0,
"max_inclusive": 1,
"source": {
"type": "minecraft:uniform",
"min_inclusive": -3,
"max_inclusive": 1
}
}
},
{
"type": "minecraft:biome"
}
]
}

0 comments on commit a82fbef

Please sign in to comment.