Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical [2020/06/15 21:06] reetam formalizing and grammar |
technical [2025/04/04 14:56] (current) titanwukong [Commands] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Technical Info and Commands | + | ====== Technical Info ====== |
- | * Document of how and what everything in a creatures | + | * Creature |
- | * Document of how and what everything a spawner | + | * Spawner |
- | * Document of how and what everything a spawner sets and changes including how to create your own custom spawners: | + | * Spawner Documentation: [[technical: |
- | + | * Spawn Condition Documentation: [[technical: | |
- | * Document of how and what everything spawn conditions sets and changes including how to create your own custom spawn conditions: [[technical: | + | * Mob Event Documentation: [[technical: |
- | * Document of how and what everything a mob event sets and changes including how to create your own custom mob events: [[technical: | + | * Item Drop Documentation: [[technical: |
- | * Document of how and what everything item drops are set by teaching you how to create your own custom item drops: [[technical: | + | |
===== Commands ===== | ===== Commands ===== | ||
* /lm spawners debug (name) | * /lm spawners debug (name) | ||
Line 14: | Line 13: | ||
* /lm dungeons locate | * /lm dungeons locate | ||
* /lm beastiary complete | * /lm beastiary complete | ||
- | * /summon lycanitesmobs: | + | |
+ | | ||
+ | * /give @s lycanitesmobs: | ||
====== Configs ====== | ====== Configs ====== | ||
Lycanites Mobs offers a huge amount of customisation in the form of many config files. Please use the top menu to navigate to specific sections. | Lycanites Mobs offers a huge amount of customisation in the form of many config files. Please use the top menu to navigate to specific sections. | ||
- | When editing JSON files, make sure you change " | + | __//**When editing JSON files, make sure you change " |
- | + | ||
- | There are a lot of config settings to document but I hope to eventually have everything available here. The basic cfg config files feature comments inside them explaining each section. | + | |
- | + | ||
- | In recent updates I've overhauled many parts of the mod to use JSON based config files to define and control various features. Be sure to read up on how JSON layout | + | |
If you're looking for a specific setting here's how to find it: | If you're looking for a specific setting here's how to find it: | ||
- | + | * **Is it related to spawning?** You can create custom spawners by looking at [[technical: | |
- | | + | |
- | * Is it specific to a single mob? Check the mob's creature | + | |
- | * Is it related to multiple mobs? Check the mob's spawner | + | |
- | * Is it related to vanilla mobs? Some mob groups remove vanilla spawns from certain biomes such as skeletons not spawning in deserts, this can be turned off in each of the group spawn cfg files. | + | * **Is it related to a specific mob ability?** Check the mob's group general cfg config file. This will later be moved to the mobs creature JSON file as the cfg files are phased out. |
- | * Mobs and Spawners have a many to many relationship. This means that mobs can list the spawners they use to spawn with but also spawners can list mobs that they should spawn, so if a mob has no spawners set, it could still be spawned if a spawner has a list of mobs set instead.(Example: | + | * **Is it related to a global feature?** Check the main lycanitesmobs-general.cfg config. |
- | * Is it related to a specific mob ability? Check the mob's group general cfg config file. This will later be moved to the mobs creature json file as the cfg files are phased out. | + | * Mobs and Spawners have a many-to-many relationship. This means that mobs can list the spawners they use to spawn with but also spawners can list mobs that they should spawn, so if a mob has no spawners set, it could still be spawned if a spawner has a list of mobs set instead. (Example: Cinders spawn from the fire spawner, to disable Cinders from spawning all together, edit their creature |
- | * Is it related to a global feature? Check the main lycanitesmobs-general.cfg config. | + | |