Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/mods/zcm-ca/items.json

167 lines
4.9 KiB

{
"items": [
{
"type": "item:simple",
"entries": [
{
"id": "mpcredits",
"model": "zcm_comalterlite:mpcredits",
"information": [
"Textures for various blocks and items within this ",
"mod are taken bit-by-bit from various places.",
" ",
"Some of which include: §bAeon Extension Pack,§r ",
"§bCyber Optics, Precisely Portal, and Soartex§r.",
" ",
"§eA more detailed credits page is in the folder§r ",
"§eof this mod itself. §cIf it's not there, then this§r ",
"§ccopy of the modpack is not genuine.§r",
" "
],
"creativeTab": "zcm_comalterlite"
},
{
"id": "osirianstar",
"model": "zcm_comalterlite:osirianstar",
"creativeTab": "zcm_comalterlite"
},
{
"id": "frontierrium",
"model": "zcm_comalterlite:frontierrium_crystal",
"information": ["Legends say that these were ", "once harvested by brave people."],
"creativeTab": "zcm_comalterlite"
},
{
"id": "frontierrium_gem",
"model": "zcm_comalterlite:frontierrium_gem",
"information": ["Legends say that these were ", "once used by brave people."],
"creativeTab": "zcm_comalterlite"
},
{
"id": "solaralloy",
"model": "zcm_comalterlite:solaralloy",
"creativeTab": "zcm_comalterlite"
},
{
"id": "evolsite",
"model": "zcm_comalterlite:evolsite",
"creativeTab": "zcm_comalterlite"
},
{
"id": "machiningpart",
"model": "zcm_comalterlite:machiningpart",
"creativeTab": "zcm_comalterlite"
},
{
"id": "someitem",
"subtypes": [0, 1],
"model": {
"0": "zcm_comalterlite:mobile_sensor_0",
"1": "zcm_comalterlite:mobile_sensor_1"
},
"burnTime": {
"0": 100,
"1": 50
},
"creativeTab": {
"0": "tools",
"1": "redstone"
}
},
{
"id": "someitem1",
"model": "zcm_comalterlite:mobile_sensor_0",
"creativeTab": "zcm_comalterlite"
},
{
"id": "itemdamageable",
"model": "zcm_comalterlite:mobile_sensor_0",
"creativeTab": "zcm_comalterlite",
"maxDamage": 30
},
{
"id": "compositejunk",
"model": "zcm_comalterlite:compositejunk",
"information": ["Nasty remains from what you just ate. Oh my."],
"creativeTab": "zcm_comalterlite"
}
]
},
{
"type": "item:food",
"entries": [
{
"id": "soltrox",
"model": "zcm_comalterlite:soltrox",
"information": ["Whatever you do, DO NOT ", "put this into your mouth."],
"creativeTab": "zcm_comalterlite",
"alwaysEdible": true,
"useAction": "eat",
"healAmount": 0,
"saturation": 0.0,
"potionEffect":{
"id": "minecraft:levitation",
"duration": 24000
},
"potionEffectProbability": 1.0
},
{
"id": "compositefood",
"model": "zcm_comalterlite:rations",
"subtypes": [0, 1, 2, 3],
"creativeTab": "zcm_comalterlite",
"information": {
"0": ["Poorly mashed together rations, ", "better than nothing."],
"1": ["Rations made better, ", "no more weird side effects."],
"2": ["Improved mixed rations, ", "makes you feel better."],
"3": ["Significantly improvised rations, ", "makes you feel boss."]
},
"healAmount": {
"0": 4,
"1": 7,
"2": 10,
"3": 16
},
"saturation": {
"0": 0.4,
"1": 0.5,
"2": 0.6,
"3": 0.7
},
"alwaysEdible": {
"0": false,
"1": false,
"2": true,
"3": true
},
"potionEffect": {
"0": {
"id": "minecraft:weakness",
"duration": 2400
},
"2": {
"id": "minecraft:strength",
"duration": 2400
},
"3": {
"id": "minecraft:resistance",
"duration": 3500
}
},
"potionEffectProbability": 0.9,
"result": {
"0": "zcm_comalterlite:compositejunk",
"1": "zcm_comalterlite:compositejunk"
},
"useAction": "eat",
"tint": {
"0": "cc00aa00",
"1": "cc44cc00",
"2": "ffaa0000",
"3": "ffffff00"
}
}
]
}
]
}