Pokécube Resources

Pokécube Resources

913 Downloads

Disable mounting config

Karagra opened this issue · 1 comments

commented

Add a config to disable all pokemon mounting and individually readd pokemon as needed.

commented

Rather than this, what I did instead was extend the database system to allow for json configs.

This means you can add in this database file here:
pokemobs_blank.zip
to config/pokecube/database

then set this in configs:

    S:configDatabases <
        pokemobs,pokemobs_blank
        moves
     >

and it will make all pokemobs un-ridable.
You can then re-add some by setting their value of ridable to true in the json.

Incidentally, this change also makes it very easy to overwrite any database value for the pokemobs, and you can generate a pokemobs_blank,json by using /give @p pokecube_ml:modelreloader 1 1 then right clicking (it goes into the minecraft directory)

This feature will be in the next release.