I saw that the trees uses a model_variants-string to change the cq-file when placed on the map. Is this also useable for furniture-decorations? I want to add more diversity to my mod using this code i can add more different models to one single recipe.
But now to my question. A tree once placed can never been replaced on the map. When i add this code to a replaceable model will it change the cq-file every time i change the position?
The code string i refer:
"model_variants": {
"default": {
"models": [
{
"type": "one_of",
"items": [
"file(small_oak_tree.qb)",
"file(small_oak_tree_2.qb)",
"file(small_oak_tree_3.qb)"
]
}
]
}
}