Are there any way to set multiple texture/model to 1 iten?
So I can change texture with item data or durability?
Multiple texture/model in an item?
- Porama6400
- Early Adopter
- Posts: 10
- Joined: 16 Nov 2016, 02:26
Re: Multiple texture/model in an item?
You can use as many textures as you want on a model.
Changing texture depending on item data/durability is an Optifine feature, this is not related to Cubik Studio.
Changing texture depending on item data/durability is an Optifine feature, this is not related to Cubik Studio.
0 x
Re: Multiple texture/model in an item?
Changing texture depending on durability is not an Optifine feature, it's a Minecraft feature.
An example of damage on a Carrot on a Stick is (the predicate being the durability out of 100% i.e. 0.8 is 80% damaged, 0.50 = 50% damaged, etc.):
This obviously requires multiple defined models (e.g. carrot_on_a_stick_d1, carrot_on_a_stick_d2, etc.). Thus you would define your other textures in these model files.
An example of damage on a Carrot on a Stick is (the predicate being the durability out of 100% i.e. 0.8 is 80% damaged, 0.50 = 50% damaged, etc.):
Code: Select all
{
"parent": "item/handheld_rod",
"textures": {
"layer0": "items/carrot_on_a_stick"
},
"overrides": [
{
"predicate": {
"damage": 0.50
},
"model": "item/carrot_on_a_stick_d1"
},
{
"predicate": {
"damage": 0.80
},
"model": "item/carrot_on_a_stick_d2"
}
]
}
2 x
Create your own thread for purchase/activation/key issues.
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
- Porama6400
- Early Adopter
- Posts: 10
- Joined: 16 Nov 2016, 02:26
Re: Multiple texture/model in an item?
Yes.
0 x
Create your own thread for purchase/activation/key issues.
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Re: Multiple texture/model in an item?
Will it work with durability data on item that don't have durability (It's possible to set on Bukkit)
0 x
- Porama6400
- Early Adopter
- Posts: 10
- Joined: 16 Nov 2016, 02:26
Re: Multiple texture/model in an item?
So change model/texture depend on item data is not possible on vanilla?
0 x
- Porama6400
- Early Adopter
- Posts: 10
- Joined: 16 Nov 2016, 02:26
Re: Multiple texture/model in an item?
http://accidentalgames.com/media/durabilityModels.php
You can use this site to generate damage values.
In this animated model I have used 13 frame models and all of them is in wooden hoe
You can use this site to generate damage values.
In this animated model I have used 13 frame models and all of them is in wooden hoe
0 x
AESTHETIC
Re: Multiple texture/model in an item?
You don't have to use durability to make it animate , There are website that can generate it , but I forgot where is it
But that's so cool , Thanks
And I mean , can you add multiple texture/model to item that don't have durability?
Item that don't have durability can have durability data anyway , It's just function as a fix data and don't display in-game
But that's so cool , Thanks
And I mean , can you add multiple texture/model to item that don't have durability?
Item that don't have durability can have durability data anyway , It's just function as a fix data and don't display in-game
0 x
- Porama6400
- Early Adopter
- Posts: 10
- Joined: 16 Nov 2016, 02:26
Re: Multiple texture/model in an item?
It would be an awesone Feature in cubik studio! You could select which item texture should be changed. Then you could create the textures for the durability. Cubik studio would export the txt document that manages the overrides and the textures / models
1 x
- Treeomatic
- Supporter
- Posts: 1
- Joined: 12 Nov 2016, 14:26
- Likes: 1 x | 1 x
10 posts
• Page 1 of 1