Modding:JSON Patching: Difference between revisions

From Vintage Story Wiki
m
no edit summary
m (VeryGoodDog moved page JSON Patching to Modding:JSON Patching)
mNo edit summary
Line 27: Line 27:
file: "game:entities/land/wolf-male"
file: "game:entities/land/wolf-male"
</syntaxhighlight>
</syntaxhighlight>
The '''game:''' is the domain. In this case, it's the domain for vanilla VS. You can change the domain to modify other peoples mods as well.
The '''game:''' is the domain. In this case, it's the domain for vanilla VS. Note that this is not the same thing as the mod folder; all three of the vanilla folders (survival, game, and creative) all use the domain "game".
 
You can change the domain to modify other peoples mods as well.


If you look in the vanilla game folders, under assets you'll find the file we are modifying under '''entities/land/wolf-male'''. That is why that part comes after the domain.
If you look in the vanilla game folders, under assets you'll find the file we are modifying under '''entities/land/wolf-male'''. That is why that part comes after the domain.
Confirmedusers, editor
12

edits