Skip to content

Commit

Permalink
Updated readme and composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassyli committed Jan 30, 2021
1 parent bd92f3b commit 978de08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Scene bundles
[![Build Status](https://travis-ci.org/lotgd/module-project.svg?branch=master)](https://travis-ci.org/lotgd/module-project)
![Tests](https://github.com/lotgd/module-scene-bundle/workflows/Tests/badge.svg)

Adds a bunch of decorative scenes to existing villages.
Adds a bunch of decorative scenes to existing villages. It is recommende to only use
this module for demonstration reasons. It only adds a few predefined scenes, with
no special features whatsoever, and no new templates. Without at least 1 scene
that has the template `LotGD\Module\Village\SceneTemplates\VillageScene`, this
module is useless.

## Requirements
### Module
- lotgd/module-village
### Scene templates
- `LotGD\Module\Village\SceneTemplates\VillageScene`
Only for automatic installation.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lotgd/module-scene-bundle",
"description": "A bundle of small scenes.",
"type": "lotgd-module",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Basilius Sauter",
Expand Down

0 comments on commit 978de08

Please sign in to comment.