Pokecube-Development / Pokecube-Issues-and-Wiki

This is where all issues for the core pokecube mods should go, also this is where the main wiki should be maintained
MIT License
30 stars 24 forks source link

Starter Pokemobs 1.19.2 #1191

Open Sephiroth91 opened 5 months ago

Sephiroth91 commented 5 months ago

Hello,

I tried to change the starter pokemon all day long today. I have created the following: config/pokecubes/datapacks/data/pokecube/tags/pokemob/starters.json

I looked at the starter.json in the mod and edited the file in the datapack accordingly. Unfortunately, even with client restarts and new worlds, the starter pokemon have not changed. I tried datapacks on your Discord server that are supposed to change the starter pokemon, but this was also unsuccessful again and again. Can someone help me ?

Thutmose commented 5 months ago

can you include a copy of the datapack you tried making for this?

Sephiroth91 commented 5 months ago

I first tried just the contents of the folder and then added the .zip file that I found on the Discord. Unfortunately neither worked but I edited the starter.json in the src and compiled the mod and with the changed starter.json in the mod the change to the starter Pokemon worked immediately. The NoSpawns in the datapack works.

datapacks.zip

Thutmose commented 5 months ago

the datapack "data" is not configured correctly, it is missing the requred pack.mcmeta file, look inside the nospawns one, it has examples of the required files, alternately look for instructions for making a vanilla datapack, this follows the same rules

Sephiroth91 commented 4 months ago

I created a new datapack. I configured it correctly and changed the spawns. This works without any problems, but adjusting the starter pokemobs still doesn't work. If I change the starter pokemobs in the src everything works.