File information

Last updated

Original upload

Created by

plaidbees

Uploaded by

plaidbees

Virus scan

Safe to use

Mod articles

  • Item ID List

    If you see this before I actually put out the update that adds the new items, no you don't.

    For the sake of any modders who want to add compatibility with my mods, here is a list of all of the item ids added in Pokemon Ranch. All item ids use the mod id token and start with "bees.pkr_". New items are in bold.
    Should be all the item id's, anyways. There's a lot of them now.

    Eggs
    rowletegg
    dartrixegg
    decidueyeegg
    charmanderegg
    charmeleonegg
    charizardegg
    bulbasauregg
    ivysauregg
    venusauregg
    squirtleegg
    wartortleegg
    blastoiseegg
    lechonkegg
    chimcharegg
    monfernoegg
    infernapeegg
    turtwigegg
    grotlegg
    torterraegg
    piplupegg
    prinplupegg
    emp...

  • Debugging Pokemon and Items

    because stuff really likes to break.
    Sometimes, the Pokemon might break in some way when updating versions. In 1.6 specifically, a bunch of things will break. The easiest fix is to sell and repurchase the animal, but that can be annoying if, say, its one of the Eevee evolutions that breaks. These pokemon currently have eggs they can hatch from (for a feature im working on), but these can also be spawned in CBJ Cheats, or by entering item commands into the SMAPI console. So heres a list of commands you can copy and paste into the console.

    "player_add name "Eevee Egg (Espeon)"
    "player_add name "Eevee Egg (Flareon)"
    "player_add name "Eevee Egg (Glaceon)"
    "player_add name "Eevee Egg (Jolteon)"
    "player_add name "Eevee Egg (Leafeon)"
    "player_add n...