a3626a / HungryAnimals

Minecraft mod hungry animals
12 stars 2 forks source link

directory based naming of config file for each registered animals #17

Closed a3626a closed 6 years ago

a3626a commented 6 years ago

Currently, naming of config file for each registered animals is done directly, and by replacing some invalid characters in windows path. For example, minecraft:cow to minecraft#cow, bearwithme:entity/black_bear to bearwithme#entity@black_bear. It is better not to rename entity name, should place them into hierarchical structure using directory like minecraft:cow to minecraft\cow, bearwithme:entity/black_bear to bearwithme\entity\black_bear.