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:
Reproduction Steps
- Write a custom JSON composite that combines the Aspen Trees from the Atmospheric mod into a group.
- Load the game.
- 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
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:
Reproduction Steps
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