Closed boconik closed 1 year ago
{ "dna": "", "name": "Cool #0", "description": "", "image": "ipfs://NewUriToReplace/0.undefined", "imageName": "0.undefined", "edition": 0, "date": 1676212539436, "attributes": [ { "trait_type": "Background", "value": "Light Green" }, { "trait_type": "C:\Users\HP\Desktop\ANIMATED NFT - Copy\step1_layers_to_spritesheet\output", "value": "Coin" },
Why is there trait_type: ~\output. Is there any chance to remove it in config?
Now i know what caused this problem. You can't add rarity in the trait's name after 0. like this: 0.1, 0.01 etc. Only integer numbers must be inserted!!
Yes only supports integer sorry!
{ "dna": "", "name": "Cool #0", "description": "", "image": "ipfs://NewUriToReplace/0.undefined", "imageName": "0.undefined", "edition": 0, "date": 1676212539436, "attributes": [ { "trait_type": "Background", "value": "Light Green" }, { "trait_type": "C:\Users\HP\Desktop\ANIMATED NFT - Copy\step1_layers_to_spritesheet\output", "value": "Coin" },
Why is there trait_type: ~\output. Is there any chance to remove it in config?