From 9c9457e1f50ebdd943695a4cce6b88fa552370f3 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 22 Aug 2018 22:28:28 -0400 Subject: update castles modpack, blox, bobblocks, coloredwood, technic, gloopblocks, homedecor, ilights, led marquee, plasticbox, solidcolor, stained_glass, unified bricks, and unified dyes In most of these, the update is to shift over to the new "old" coloring paradigm in Unified Dyes. See its forum thread for details. --- castle_shields/README.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 castle_shields/README.md (limited to 'castle_shields/README.md') diff --git a/castle_shields/README.md b/castle_shields/README.md deleted file mode 100644 index 51d7703..0000000 --- a/castle_shields/README.md +++ /dev/null @@ -1,23 +0,0 @@ -## Castle Shields - -by: Philipbenr, DanDuncombe and FaceDeer - -Licence: MIT - -=-=-=-=-=-=-=-=-=-= - -This mod adds decorative wall-mounted shields. It comes with three default shields, but it's very easy to mix and match the colours and patterns to generate additional shields for your server; see default_shields.lua for a good place to insert your own, or make use of the castle_shields.register_shield method in your own mods. - -The three default shields were defined thusly: - -* castle_shields.register_shield("shield_1", "Mounted Shield", "red", "blue", "slash") -* castle_shields.register_shield("shield_2", "Mounted Shield", "cyan", "yellow", "chevron") -* castle_shields.register_shield("shield_3", "Mounted Shield", "grey", "green", "cross") - -The following colors are permitted: - -"black", "blue", "brown", "cyan", "dark_green", "dark_grey", "green", "grey", "magenta", "orange", "pink", "red", "violet", "white", "yellow" - -The following patterns are permitted: - -"slash", "chevron", "cross" \ No newline at end of file -- cgit v1.2.3