Wiki 9Minecraft Pokecube Core Wiki
Pokecube Core WikiDocumentation › %5Bhow To%5D Create A Classic Gen1 Pokecube Mobs.Jar %5Bexperimental!%5D

%5Bhow To%5D Create A Classic Gen1 Pokecube Mobs.Jar %5Bexperimental!%5D

Stepp1 customize jar data.

  1. open your "pokecube-mobs.jar" with 7zip
  2. Navigate to "/assets" folder
  3. Delete the pokecube_mno folder
  4. Navigate to "/assets/pokecube_mobs" folder
  5. Delete all the gen_2 - gen_7 and the entity folder
  6. Now open the gen_1 Folder and manually delete below pokemobs from
  • entity/models folder
  • entity/textures folder
  • entity_icon folder
- umbreon
- crobat
- blissey
- sylveon
- scizor
- hitmontop
- kingdra
- porygon2
- pichu
- porygonz
- mimejr
- politoed
- tangrowth
- slowking
- scizormega
- munchlax
- rhyperior
- lickilicky
- tyrogue
- glaceon
- espeon
- magnezone
- elekid
- happiny
- leafeon
- electivire
- steelixmega
- magmortar
- bellossom
- smoochum
- cleffa
- magby
- igglybuff
- steelix

Stepp2 customize jar json/XML.

U can use Notepad++ for windwos or Geany for linux to edit the .json files.

  1. Navigate to "/assets/pokecube_mobs/database/pokemobs" folder
  2. Extract the 4 .json files to a folder
  3. Open the 4 .json files stepp by stepp and search for "Mew" Ctrl+F and delete all entries below Mew
  4. In the file pokemobs_interacts.json search for the pokemobs we removed above and delete the evolution entries (not all exists delete only that u can find)
  5. Save all files and replace the original that we extracded by stepp 2 (simple drag and dropp to the archive)
  6. Navigate to "/assets/pokecube_adventures/database" folder
  7. Extract the trainers.xml file to a folder and open it
  8. Replace the pokemobs as desired or with the example below for every trainer listed
  9. Save and replace the original
+ <POKEMON>pidgey,rattata,pikachu</POKEMON>
+ <Spawn types="all" rate="0.05"/>

Stepp3 Clean configs before run mc server

If u never uses pokecube before u can skip this stepp.

  1. Navigate to "/UMINECRAFTSERVER/"
  2. Delete the pokecube_ml folder
  3. Navigate to "/UMINECRAFTSERVER/configs"
  4. Delete the pokecube folder

Stepp4 IMPORTANT STUFF Existing world

If u create a new world u can skip this stepp.

  1. Navigate to "/UMINECRAFTSERVER/UWORLD/data"
  2. Delete the ID folder which contains the pokecube saves
  3. Navigate to "/UMINECRAFTSERVER/UWORLD/playerdata"
  4. Delete the ID u Save
  5. If u join the world use this command!!! it deletes existing trainers with wrong NBT data (if one of this dudes start a battle before use the command everything crash ^^)
/kill @e[type=!minecraft:player,type=!minecraft:armor_stand,type=!minecraft:item_frame]

Finish :-)

Enjoy a classic pokecube without pokemobs like LickyLicky <- wtf is this ^^ The reason for this adjustment is that I only like the first 150 pokemobs and pokemob 151 because that's Thutmose

grezz skywalker

Bugs and To do list

  • [BUG] After u choose the start pokemob u earn every catch archivement for the none existing pokemobs (Happy 850 Popups for a while rofl)
  • [BUG] An entry appears in the console
-WARNING: Error with a recipe, Error for: output: null inputs: [values: {id=pokecube:fossil_kabuto} tag: null key: ] shapeless: false map:
-WARNING: Error with a recipe, Error for: output: null inputs: [values: {id=minecraft:redstone_block} tag: null key: , values: {id=minecraft:iron_block} tag: null key: , values: {id=minecraft:diamond_block} tag: null key: , values: {id=pokecube:fossil_kabuto} tag: null key: , values: {id=minecraft:potion, tag={Potion:"minecraft:strong_regeneration"}} tag: {Potion:"minecraft:strong_regeneration"} key: ] shapeless: false map:
  • [TO-DO] Fix this later with more XML/JSON customizations...