Skip to content

Commit

Permalink
Polish README and remove unused 0.4.x files
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Apr 6, 2022
1 parent 8c9905b commit fc78d92
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 18 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Castle Gates

![screenshot](screenshot.png)

License: MIT (see [LICENSE](LICENSE))

### Features

* Normal oak and steel doors
* Sliding doors
* Swinging doors

This allows the construction of portcullises and drawbridges as well as conventional swinging doors.
Use the screwdriver to reorient gate pieces as needed for these purposes.

The modding API is documented here: [api.txt](api.txt)


### Dependencies

* Minetest 5.0.0 or newer
* Minetest Game compatible `default` mod

11 changes: 0 additions & 11 deletions README.txt

This file was deleted.

5 changes: 0 additions & 5 deletions depends.txt

This file was deleted.

1 change: 0 additions & 1 deletion description.txt

This file was deleted.

4 changes: 4 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if not minetest.get_translator then
error("castle_gates requires Minetest 5.0.0 or newer")
end

castle_gates = {}

local modpath = minetest.get_modpath(minetest.get_current_modname())
Expand Down
5 changes: 4 additions & 1 deletion mod.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name = castle_gates
description = This is a mod all about creating castles and castle dungeons. Many of the nodes are used for the outer-walls or dungeons.
description = """
This is a mod all about creating castles and castle dungeons.
Many of the nodes are used for the outer-walls or dungeons.
"""
depends = default
optional_depends = castle_masonry, doors, xpanes, doc

0 comments on commit fc78d92

Please sign in to comment.