Skip to content

Commit

Permalink
Merge branch 'master' into 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Jan 31, 2025
2 parents f2ebbc2 + 7ab003d commit 1094f49
Show file tree
Hide file tree
Showing 66 changed files with 466 additions and 137 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ hi
- Particles created by entities touching Seeding Dandelions are now dependent on how the entity was moving.
- Glories of the Snow have been removed.
- They are now replaced with four Hibiscus Blocks:
- Red Hibiscus
- Yellow Hibiscus.
- White Hibiscus.
- Pink Hibiscus.
Expand All @@ -66,6 +67,8 @@ hi
- Glory of the Snow Petals will be datafixed into Pollen.
- Added a config option to toggle pools of water generating in River biomes.
- This is now disabled by default, unlike before.
- Scorched now set entities on fire upon attacking.
- Removed the `wilderwild:sculk_spreader` entity, and updated the `spreadsculk` command to place all Sculk at once.

# Music
- Added three new tracks by Willow/pictochats_.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "wilderwild:block/potted_red_hibiscus"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "wilderwild:block/red_hibiscus"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"textures": {
"plant": "wilderwild:block/red_hibiscus"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cross",
"textures": {
"cross": "wilderwild:block/red_hibiscus"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "wilderwild:block/red_hibiscus"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"wilderwild:marigold",
"wilderwild:seeding_dandelion",
"wilderwild:pasqueflower",
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"wilderwild:marigold",
"wilderwild:seeding_dandelion",
"wilderwild:pasqueflower",
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"wilderwild:red_hibiscus",
"wilderwild:yellow_hibiscus",
"wilderwild:white_hibiscus",
"wilderwild:pink_hibiscus",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_red_hibiscus": {
"conditions": {
"items": [
{
"items": "wilderwild:red_hibiscus"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "wilderwild:red_dye_from_red_hibiscus"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_red_hibiscus"
]
],
"rewards": {
"recipes": [
"wilderwild:red_dye_from_red_hibiscus"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:pink_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:purple_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:red_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:white_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:yellow_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wilderwild:red_hibiscus"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "red_dye",
"ingredients": [
"wilderwild:red_hibiscus"
],
"result": {
"count": 1,
"id": "minecraft:red_dye"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"values": [
"minecraft:birch_forest",
"minecraft:flower_forest",
"minecraft:forest",
"minecraft:swamp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
],
"firstOctave": 0
},
"scale": 0.048833333,
"scale": 0.08883333,
"seed": 5050,
"states": [
{
"Name": "wilderwild:red_hibiscus"
},
{
"Name": "wilderwild:red_hibiscus"
},
{
"Name": "wilderwild:yellow_hibiscus"
},
Expand All @@ -25,6 +31,9 @@
{
"Name": "wilderwild:pink_hibiscus"
},
{
"Name": "wilderwild:purple_hibiscus"
},
{
"Name": "wilderwild:purple_hibiscus"
}
Expand Down
Loading

0 comments on commit 1094f49

Please sign in to comment.