Skip to content

Commit

Permalink
chore: move isReleaseManaged directly below version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed May 10, 2020
1 parent 18114c1 commit 957b24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id" : "CoreSampleGameplay",
"version" : "4.0.0",
"isReleaseManaged": true,
"displayName" : "Core Gameplay",
"description" : "Minimal gameplay template. Little content but a few starting items.",
"dependencies" : [
Expand All @@ -11,6 +12,5 @@
{ "id": "Inventory", "minVersion": "1.1.0" }
],
"isGameplay" : "true",
"defaultWorldGenerator" : "CoreWorlds:FacetedPerlin",
"isReleaseManaged" : true
"defaultWorldGenerator" : "CoreWorlds:FacetedPerlin"
}

0 comments on commit 957b24c

Please sign in to comment.