Go to file
philipbenr 333a2ebea3 Merge pull request #10 from Napiophelios/master
I have no clue about what you are talking about, but I will merge it anyway...  ;)

New standard? OK.
2016-03-29 03:55:20 +00:00
sounds Initial additions of all files 2014-08-09 13:23:19 +00:00
textures use minetest_game's farming straw 2015-08-25 20:37:34 -04:00
LICENSE Initial commit 2014-08-09 00:51:41 +00:00
README.txt Initial additions of all files 2014-08-09 13:23:19 +00:00
arrow.lua minetest.env:* --> minetest.* 2014-11-30 13:20:15 -05:00
arrowslit.lua Fix recipes using 'default:sandstone_brick' -> 'default:sandstonebrick' 2014-12-09 16:33:24 +02:00
crossbow.lua minetest.env:* --> minetest.* 2014-11-30 13:20:15 -05:00
depends.txt Added "moreblocks?" 2015-01-08 12:39:21 -05:00
description.txt Add missing standard mod files. 2016-03-27 20:16:27 -07:00
init.lua use current door api 2015-01-09 12:37:08 -05:00
jailbars.lua tile_images --> tiles 2015-10-23 13:22:14 -04:00
mod.conf incorrect mod name 2016-03-28 23:30:44 -04:00
murder_hole.lua Fix recipes using 'default:sandstone_brick' -> 'default:sandstonebrick' 2014-12-09 16:33:24 +02:00
orbs.lua Initial additions of all files 2014-08-09 13:23:19 +00:00
pillars.lua Fix recipes using 'default:sandstone_brick' -> 'default:sandstonebrick' 2014-12-09 16:33:24 +02:00
rope.lua Initial additions of all files 2014-08-09 13:23:19 +00:00
shields_decor.lua Initial additions of all files 2014-08-09 13:23:19 +00:00
tapestry.lua Initial additions of all files 2014-08-09 13:23:19 +00:00
town_item.lua use minetest_game's farming straw 2015-08-25 20:37:34 -04:00

README.txt

=-=-=-=-=-=-=-=-=-=

Castles Mod
by: Philipbenr And DanDuncombe

=-=-=-=-=-=-=-=-=-=

Licence: GPLv3

see: LICENSE

=-=-=-=-=-=-=-=-=-=

This is a mod all about creating castles and castle dungeons. Many of the nodes are used for the outer-walls or dungeons.

=-=-=-=-=-=-=-=-=-=

Contains as of now:

--Walls, Corner-walls,
--Castlestone Stairs, Slabs, and Pillars
--Jailbars
--Hides
--Arrowslits
--Rubble (for between walls)
--Doors
--and more!

=-=-=-=-=-=-=-=-=-=
"  Although crossbows have been removed, along with arrows, the code is still there.
   To get the crossbows back, look in init.lua. You will see at the top some lines 
   with dofile in them. Copy and paste two more of these lines, and change them to
   crossbow.lua and arrow.lua to get them back. "
   
I, (philipbenr) will take a look at the arrows and crossbows, and see about this.