jaredlll08 / JSON-Ables

2 stars 5 forks source link

Example? Problem with script. #17

Open Solarkoid opened 7 years ago

Solarkoid commented 7 years ago

Please, I have tested to make Tool Materials, with Magical Crops Armoury Accio Essence Ingot. Code: `{ "materials":[ { "name":"Accio Infused", "key":"accio", "style":"orange", "resource":"magicalcrops:2AccioEssence", "materialID":523, "durability":5000, "miningSpeed":2000, "attack":7, "reinforced":10, "primaryColor":12356931, "value":0.5, "handleModifier":3.5, "stonebound":0, "buildParts":false, "harvestLevel":10, "modifiers":2, "arrowMass":1, "arrowBreakChance":0, "bowDrawSpeed":5, "bowSpeedMax":3 } ],

"fluids":[ { "unlocalizedName":"molten.accio", "density":"255", "gaseous":"false", "luminosity":"15", "temperature":2000, "viscosity":"5", "castingMaterialID":523, "color":12356931 } ],

"aspects":[],

"oreBerries":[],

"smelteryFuels":[] }`

I am sure I am doing this right. Version: 1.0.10 Or can we even get a proper example?