Recent Discussions
Loot Table Help
Unanswered
Honey bee posted this in #questions
2 messages
0 views
Honey beeOP
{
"pairs": [
{
"chance": 100,
"items": [
{
"type": "ROTTEN_FLESH",
"chance": 100,
"min": 0,
"max": 2,
"looting": true
}
]
},
{
"killedByCharged": true,
"chance": 100,
"items": [
{
"type": "ZOMBIE_HEAD",
"chance": 100,
"min": 1,
"max": 1
}
]
},
{
"killedByPlayer": true,
"chance": 100,
"lootingChance": 1,
"items": [
{
"type": "PAPER",
"chance": 100,
"min": 1,
"max": 1,
"item_model": "sunpack:zombie_spawner_core_model"
}
]
}
]
}Hey, I'm trying to add custom model data to my loot table, Ive gotten it to give me the paper but it does not have the custom model.
Anyone got any ideas how to fix it?
Aren't you supposed to have custom_model_data under the item (like how 'item_model' is attached to the item in the above loot table)
Then inside items/paper.json create a '"property": custom_model_data' 'case' that references the actual model? it seems like you skipped all those steps and tried to reference the model directly
I wouldn't expect people on this server to be knowledgeable about textures, I could be wrong, but I have never seen anyone get help about this kind of thing on here. I personally am also not knowledgeable enough to help, the info I provided above is as far as my knowledge goes
Then inside items/paper.json create a '"property": custom_model_data' 'case' that references the actual model? it seems like you skipped all those steps and tried to reference the model directly
I wouldn't expect people on this server to be knowledgeable about textures, I could be wrong, but I have never seen anyone get help about this kind of thing on here. I personally am also not knowledgeable enough to help, the info I provided above is as far as my knowledge goes
Loading...
Loading...