You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently changed the id of a Biome class to be a Name instead of a String to make it case-insensitive. From the usage in CoreWorlds it may well be a SimpleUri instead:
CoreWorlds:Forest is what we use there, and this follows the pattern of <module name>:<object name> as described in SimpleUri.
In gestalt all assets are referenced by ResourceUrns.
The text was updated successfully, but these errors were encountered:
I recently changed the
id
of aBiome
class to be aName
instead of a String to make it case-insensitive. From the usage inCoreWorlds
it may well be aSimpleUri
instead:CoreWorlds:Forest
is what we use there, and this follows the pattern of<module name>:<object name>
as described inSimpleUri
.In gestalt all assets are referenced by
ResourceUrn
s.The text was updated successfully, but these errors were encountered: