-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
feature requestRequest for new features or changes to existing featuresRequest for new features or changes to existing features
Description
Hi,
In my example I have 3 different variants of a brown mushroom and want to assign them as a 3x1 random texture.
The Problem is, it also gets randomly distributed differently within the cross-texture itself.
Is there a way to assign the same texture element for the individual plants with the random texture model?
json:
{
"loader":"fusion:model",
"type":"connecting",
"connections":[{"type":"is_same_state"}],
"parent":"minecraft:block/cross",
"textures":{
"cross":"minecraft:block/ctm_brown_mushroom"
}
}
png.mcmeta:
{
"fusion": {
"type": "random",
"rows": 1,
"columns": 3
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestRequest for new features or changes to existing featuresRequest for new features or changes to existing features
