subrepo:
  subdir:   "mods/mywalls"
  merged:   "35b43b7"
upstream:
  origin:   "https://github.com/minetest-mods/mywalls.git"
  branch:   "master"
  commit:   "35b43b7"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "a7ee886"
This commit is contained in:
dicebox 2017-02-10 18:26:27 +01:00
parent 9f6b61e260
commit 7145057e1f
8 changed files with 79 additions and 0 deletions

11
mods/mywalls/.gitrepo Normal file
View File

@ -0,0 +1,11 @@
; DO NOT EDIT (unless you know what you are doing)
;
; This subdirectory is a git "subrepo", and this file is maintained by the
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
;
[subrepo]
remote = https://github.com/minetest-mods/mywalls.git
branch = master
commit = 35b43b78416ced5dad7c2090afb6f3983f165ffb
parent = 9f6b61e260ff21ff0a9138076c797427ed233e60
cmdver = 0.3.1

2
mods/mywalls/depends.txt Normal file
View File

@ -0,0 +1,2 @@
default
walls

View File

@ -0,0 +1,14 @@
Adds more wall types for walls mod.
Walls mod comes with Minetest Game. It includes 3 types of walls. This mod extends it toinclue 7 more types.
Included in this mod are
stone
stone brick
desert stone
desert stone brick
sandstone
sandstone brick
brick

20
mods/mywalls/init.lua Normal file
View File

@ -0,0 +1,20 @@
walls.register(":walls:brick", "Brick Wall", "default_brick.png",
"default:brick", default.node_sound_stone_defaults())
walls.register(":walls:sandstone", "Sandstone Wall", "default_sandstone.png",
"default:sandstone", default.node_sound_stone_defaults())
walls.register(":walls:sandstone_brick", "Sandstone Brick Wall", "default_sandstone_brick.png",
"default:sandstonebrick", default.node_sound_stone_defaults())
walls.register(":walls:stone", "Stone Wall", "default_stone.png",
"default:stone", default.node_sound_stone_defaults())
walls.register(":walls:stone_brick", "Stone Brick Wall", "default_stone_brick.png",
"default:stonebrick", default.node_sound_stone_defaults())
walls.register(":walls:desert_stone", "Desert Stone Wall", "default_desert_stone.png",
"default:desert_stone", default.node_sound_stone_defaults())
walls.register(":walls:desert_stonebrick", "Desert Stone Brick Wall", "default_desert_stone_brick.png",
"default:desert_stonebrick", default.node_sound_stone_defaults())

13
mods/mywalls/licence.txt Normal file
View File

@ -0,0 +1,13 @@
DO WHAT YOU WANT TO PUBLIC LICENSE
or abbreviated DWYWPL
December 2nd 2015
License Copyright (C) 2015 Michael Tomaino (PlatinumArts@gmail.com)
www.sandboxgamemaker.com/DWYWPL/
DO WHAT YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1. You are allowed to do whatever you want to with what content is using this license.
2. This content is provided 'as-is', without any express or implied warranty. In no event
will the authors be held liable for any damages arising from the use of this content.

2
mods/mywalls/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = mywalls
tags = walls, connect, more

17
mods/mywalls/readme.md Normal file
View File

@ -0,0 +1,17 @@
mywalls
Adds more wall types for walls mod.
Walls mod comes with Minetest Game. It includes 3 types of walls. This mod extends it toinclue 7 more types.
Included in this mod are
stone
stone brick
desert stone
desert stone brick
sandstone
sandstone brick
brick
Licence - DWYWPL

BIN
mods/mywalls/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB