minetest_tutorial_subgame/mods/castle
Wuzzy a3637d17af Add mod.conf to all mods (MT 5.5.0 compat) 2022-01-30 23:57:17 +01:00
..
locale Add Italian translation by flauta 2017-08-24 15:59:21 +02:00
textures Remove unused textures 2016-02-24 21:42:35 +01:00
LICENSE Import source (dev state between 1.2.0 and 1.3.0) 2014-10-01 14:15:22 +02:00
README.txt Import source (dev state between 1.2.0 and 1.3.0) 2014-10-01 14:15:22 +02:00
init.lua Import source (dev state between 1.2.0 and 1.3.0) 2014-10-01 14:15:22 +02:00
mod.conf Add mod.conf to all mods (MT 5.5.0 compat) 2022-01-30 23:57:17 +01:00
shields_decor.lua Make blocks breakable in Creative Mode 2018-09-28 00:19:21 +02:00
town_item.lua Make blocks breakable in Creative Mode 2018-09-28 00:19:21 +02:00

README.txt

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

Castles Mod - Tutorial Edition
by: Philipbenr And DanDuncombe

HEAVILY MODIFIED FOR THE TUTORIAL

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

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.
It was stripped down to the neccessary parts for the Tutorial.

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

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.