Skip to content

Atmospheric Aspen Trees cannot be grouped together #165

Description

@rmlgray

Describe the Bug

Creating a custom JSON group for the Aspen and Green Aspen trees in the Atmospheric mod results in the new group being rejected. The Aspen Trees still appear as separate, non-grouped entries.

Here is the contents of my JSON file. all other entries work fine, but the Aspen Tree entry is rejected.

{
"values": [
{
"id": "my_mod_pack:garlic_crops",
"display": "extradelight:garlic_crop",
"components": [
"extradelight:garlic_crop",
"extradelight:wild_garlic"
],
"visual_variants": [
{
"variant_id": "domestic_garlic",
"display_name": "Domestic",
"block": "extradelight:garlic_crop"
},
{
"variant_id": "wild_garlic",
"display_name": "Wild",
"block": "extradelight:wild_garlic"
}
]
},
{
"id": "my_mod_pack:potato_crops",
"display": "minecraft:potatoes",
"components": [
"minecraft:potatoes",
"farmersdelight:wild_potatoes"
],
"visual_variants": [
{
"variant_id": "domestic_potato",
"display_name": "Domestic",
"block": "minecraft:potatoes"
},
{
"variant_id": "wild_potato",
"display_name": "Wild",
"block": "farmersdelight:wild_potatoes"
}
]
},
{
"id": "my_mod_pack:aspen_tree_group",
"display": "atmospheric:aspen_sapling",
"components": [
"atmospheric:aspen_log",
"atmospheric:aspen_leaves",
"atmospheric:green_aspen_leaves"
],
"visual_variants": [
{
"variant_id": "golden_aspen",
"display_name": "Golden",
"structure_nbt": "atmospheric:aspen",
"components": [
"atmospheric:aspen_log",
"atmospheric:aspen_leaves"
]
},
{
"variant_id": "green_aspen",
"display_name": "Green",
"structure_nbt": "atmospheric:green_aspen",
"components": [
"atmospheric:aspen_log",
"atmospheric:green_aspen_leaves"
]
}
]
},
{
"id": "my_mod_pack:plum_tree_group",
"display": "environmental:plum_sapling",
"components": [
"environmental:plum_log",
"environmental:plum_leaves",
"environmental:cheerful_plum_leaves",
"environmental:moody_plum_leaves"
],
"visual_variants": [
{
"variant_id": "neutral_plum",
"display_name": "Neutral",
"structure_nbt": "environmental:plum",
"components": [
"environmental:plum_log",
"environmental:plum_leaves"
]
},
{
"variant_id": "cheerful_plum",
"display_name": "Cheerful",
"structure_nbt": "environmental:cheerful_plum",
"components": [
"environmental:plum_log",
"environmental:cheerful_plum_leaves"
]
},
{
"variant_id": "moody_plum",
"display_name": "Moody",
"structure_nbt": "environmental:moody_plum",
"components": [
"environmental:plum_log",
"environmental:moody_plum_leaves"
]
}
]
}
]
}

Resulting Aspen Tree entries:

Image Image

Reproduction Steps

  1. Write a custom JSON composite that combines the Aspen Trees from the Atmospheric mod into a group.
  2. Load the game.
  3. Check for the Aspen Tree entry.

Expected Result

The Aspen Tree entry becomes grouped into my defined composite.

Screenshots and Videos

No response

Game Version

1.21.1

Mod Version

1.16.0

Mod Loader

NeoForge

Loader Version

21.1.250

Other Mods / Modpack

No response

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions