Skip to content

Commit

Permalink
Removed WildAnimalsGenome dependency from CoreSampleGameplay
Browse files Browse the repository at this point in the history
  • Loading branch information
casals committed Jul 24, 2019
1 parent aedb5d5 commit cb70d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ engine-tests/engine-tests.iml
/*.ipr
/*.iws
/projectFilesBackup*
/**/*.iml

# Ignore Eclipse
.checkstyle
Expand Down
3 changes: 1 addition & 2 deletions modules/CoreSampleGameplay/module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"displayName" : "Core Gameplay",
"description" : "Minimal gameplay template. Little content but a few starting items.",
"dependencies" : [
{"id": "Core", "minVersion": "2.0.0"},
{"id" : "WildAnimalsGenome", "minVersion" : "0.2.0"}
{"id": "Core", "minVersion": "2.0.0"}
],
"isGameplay" : "true",
"defaultWorldGenerator" : "Core:FacetedPerlin"
Expand Down

0 comments on commit cb70d38

Please sign in to comment.