File Details
{ JSONAbles} 0.0.2
- R
- Mar 13, 2015
- 56.05 KB
- 381
- 1.7.10
File Name
{ JSONAbles }-0.0.2.jar
Supported Versions
- 1.7.10
Support added:
Super Massive Tech stars:
{
"data":[
{
"name":"JSON Star",
"color":7507918,
"maxPower":10000,
"powerPerTick":10,
"fuse":50,
"starTier":"LOW",
"formatting":"RED"
}
]
}
"name" = name of the star.
"color" = the color of the star.
"maxPower" = The max power generated of the star.
"powerPerTick" = The amount of power generated power generated per tick
"fuse" = the fuse timer.
"starTier" = the tier of the star, "LOW", "NORMAL", "HIGH"
"formatting" = formatting of the star name.
Thaumcraft Aspects:
{
"data":[
{
"tag":"aspectu",
"color":7507918,
"aspect1":"aer",
"aspect2":"terra",
}
]
"tag" = name of the aspect.
"color" = the colour of the aspect.
"aspect1" = the tag of the first component of this aspect.
"aspect2" = the tag of the second component of this aspect.
Minecraft Fluids
{
"data":[
{
"unlocalizedName":"Second Test",
"density":"500",
"gaseous":true,
"luminosity":15,
"temperature":3600,
"viscosity":6000,
"color":7507918
}
]
}
"unlocalizedName" = unlocalized name of the fluid
"density" = Fluid density.
"gaseous" = is this Fluid gaseous?
"luminosity" = luminosity of the fluid.
"temperature" = temperature of the fluid
"viscosity" = the viscosity of the fluid
"color" = the color of the fluid
New Commands:
/log
/log Aspects{
prints a list of aspects
}
/log Fluids{
prints the unlocalized name of fluids
}
/log materials{
prints information about TCon materials.
}