Skip to content

Commit

Permalink
Build 01
Browse files Browse the repository at this point in the history
- initial beta version
  • Loading branch information
sorcerykid committed Mar 25, 2020
0 parents commit a72ba91
Show file tree
Hide file tree
Showing 24 changed files with 847 additions and 0 deletions.
185 changes: 185 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
Beds Redux Mod v1.0
By Leslie E. Krause

Books Redux is a complete rewrite of the Beds mod from Minetest Game. That's right, beds
got a complete makeover from the ground up!

While striving to improve the beds mod for the JT2 server, I realized that the original
source code was becoming too unmanageable. So in January, I decided to start from scratch
developing Beds Redux with a fully revamped API and many new and exciting features both
for developers and players alike.

For more information, please visit the forum:
https://forum.minetest.net/viewtopic.php?f=9&t=24439


Repository
----------------------

Browse source code...
https://bitbucket.org/sorcerykid/beds

Download archive...
https://bitbucket.org/sorcerykid/beds/get/master.zip
https://bitbucket.org/sorcerykid/beds/get/master.tar.gz

Compatability
----------------------

Minetest 0.4.15+ required

Dependencies
----------------------

Default Mod (required)
https://github.com/minetest-game-mods/default

Wool Mod (required)
https://github.com/minetest-game-mods/wool

ActiveFormspecs Mod (required)
https://bitbucket.org/sorcerykid/formspecs

Configuration Panel Mod (required)
https://bitbucket.org/sorcerykid/config

Stairs Redo Mod (optional)
https://github.com/minetest-game-mods/stairs

Installation
----------------------

1) Unzip the archive into the mods directory of your game.
2) Rename the beds-master directory to "beds".
3) Create a file named "player_spawns.txt" in the world directory.

License of source code
----------------------------------------------------------

GNU Lesser General Public License v3 (LGPL-3.0)

Copyright (c) 2018-2020, Leslie E. Krause (leslie@searstower.org)

This program is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.

http://www.gnu.org/licenses/lgpl-2.1.html

Multimedia License (textures, sounds, and models)
----------------------------------------------------------

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

/textures/beds_bed_fancy.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_foot.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_head.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side1.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side2.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side_bottom.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side_bottom_r.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side_top.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_side_top_r.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_top1.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_top2.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_top_bottom.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_bed_top_top.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_particles.png
by Cat5TV
obtained from https://github.com/ChaosWormz/teleport-request

/textures/beds_transparent.png
by BlockMen
obtained from https://github.com/minetest-game-mods/beds

/textures/beds_sleeping.png
by Freepik
obtained from https://www.flaticon.com/free-icon/sleeping_2737073
modified by sorcerykid

/textures/beds_snooze.png
by Freepik
obtained from https://www.flaticon.com/premium-icon/star_2008109
modified by sorcerykid

/textures/beds_star.png
by Freepik
obtained from https://www.flaticon.com/premium-icon/star_2008109
modified by sorcerykid

/sounds/respawn_whoosh.ogg
by tim.kahn
obtained from https://freesound.org/people/tim.kahn/sounds/128590/
modified by sorcerykid

You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following terms:

Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.

No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.

Notices:

You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.

For more details:
http://creativecommons.org/licenses/by-sa/3.0/
2 changes: 2 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
can_always_sleep = false
max_action_range = 4.5
5 changes: 5 additions & 0 deletions depends.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
default
wool
config
formspecs
stairs?
Loading

0 comments on commit a72ba91

Please sign in to comment.