Page 1 of 2
We Need Door's & Bed's

Posted:
Thu Nov 17, 2011 12:35
by Vippek
Hello Admin's please create the door & bed to next update
Sorry 4 my bad english

Posted:
Thu Nov 17, 2011 13:58
by xyz
I think it is not the main thing.

Posted:
Thu Nov 17, 2011 15:25
by sfan5
I think someone is already working on doors

Posted:
Thu Nov 17, 2011 16:31
by Staffs
Yes there is a guy doing that already but its not finished -->
https://github.com/MarkTraceur/minetest/tree/doors <--

Posted:
Thu Nov 17, 2011 18:57
by Wolfgang
I understand why you want doors, but why did beds of all furnitures make the top of your list? They can be made pretty easy from wood, sand or bedrock. Tables are much harder to simulate with blocks if you want a size matching with chairs made from one block.

Posted:
Thu Nov 17, 2011 19:11
by Staffs
beds <-- so you wouldnt have the night >_<

Posted:
Fri Nov 18, 2011 06:49
by Dogers
And the most important thing , bed make a new spawn point for you !

Posted:
Fri Nov 18, 2011 16:25
by Wolfgang
Staffs wrote:beds <-- so you wouldnt have the night >_<
So you want furniture to issue the /time command?
Dogers wrote:And the most important thing , bed make a new spawn point for you !
Why use a bed to define a new spawn point? Is this some kind of insider joke?

Posted:
Fri Nov 18, 2011 16:36
by Dogers
Can we place and other spawn point with an other method for now ? Because , by now , when I die , I re-spawn near 0 0 0 .
In Minecraft bed are used to define new personal spawn point .

Posted:
Fri Nov 18, 2011 17:16
by srothe
I agree with Wolfgang and was about to suggest "tables" as new inventory item myself. Could be crafted like
O| |0
X|X|X
O| |O
with O = wood stick, X = Wood plank or any piece of stonelike stuff, with the table's plate designed accordingly.
I would love such item
Cheers, Stefan

Posted:
Sun Nov 20, 2011 15:54
by Zen42
That's A little Minecraft, I think we should stray from directly copying it. Maybe bedrolls?but I can't think of any replacement for doors. and we need pistons.and some electrical stuff.

Posted:
Mon Nov 21, 2011 05:12
by RAPHAEL
Doors needed for sure. For beds, why not cots, sleeping bags, different look to the bed? I don't see how having a bed would be "too much like MineCraft".

Posted:
Wed Nov 23, 2011 00:39
by sdzen
Bedroll's sound cool but at the moment doors should be higher priority

Posted:
Wed Nov 23, 2011 13:02
by Staffs
Wolfgang wrote:Staffs wrote:beds <-- so you wouldnt have the night >_<
So you want furniture to issue the /time command?
Yes :D plus then its easier and nicerlooking

Posted:
Sat Nov 26, 2011 05:55
by RAPHAEL
sdzen wrote:Bedroll's sound cool but at the moment doors should be higher priority
How so? The current "monsters" seem to have no issue blasting all blocks in its path so a door wouldn't stand any chance. A bed however would allow one to store a spawn point (hopefully).

Posted:
Sat Nov 26, 2011 06:18
by SuperBlooper057
RAPHAEL wrote:The current "monsters" seem to have no issue blasting all blocks in its path so a door wouldn't stand any chance.
So make it to where the monsters don't break doors! Or any blocks for that matter.

Posted:
Sat Nov 26, 2011 07:28
by Texver
SuperBlooper057 wrote:RAPHAEL wrote:The current "monsters" seem to have no issue blasting all blocks in its path so a door wouldn't stand any chance.
So make it to where the monsters don't break doors! Or any blocks for that matter.
Any fool who builds his house next to/at the level of a monster SHOULD get his house blown to bits.
And I think making monsters unable to destroy blocks is a bad idea. I find it easy enough to get away from them as it is.

Posted:
Sat Nov 26, 2011 08:53
by Staffs
Yeah i think there need to be even harder mobs :/

Posted:
Sun Nov 27, 2011 12:46
by RAPHAEL
Texver wrote:SuperBlooper057 wrote:RAPHAEL wrote:The current "monsters" seem to have no issue blasting all blocks in its path so a door wouldn't stand any chance.
So make it to where the monsters don't break doors! Or any blocks for that matter.
Any fool who builds his house next to/at the level of a monster SHOULD get his house blown to bits.
And I think making monsters unable to destroy blocks is a bad idea. I find it easy enough to get away from them as it is.
My friend on my server built on the SURFACE and after several hours there were monsters destroying their way to the surface. One monster took out half the complex in that area on the surface.

Posted:
Sun Nov 27, 2011 14:06
by Wolfgang
RAPHAEL wrote:My friend on my server built on the SURFACE and after several hours there were monsters destroying their way to the surface. One monster took out half the complex in that area on the surface.
Probably the Dungeon Master. See
http://celeron.55.lt/~celeron55/minetest/forum/viewtopic.php?id=367

Posted:
Tue Feb 14, 2012 07:47
by shelbyingram
I think that the bedroll idea would work really good w/o the whole copying minecraft thing. Why not put three sticks horizontally, or three blocks of wood?

Posted:
Tue Feb 14, 2012 11:21
by Gambit
Okay, this might sound like some crazy idea, but what about a simple pillow. Just borrow the "default_sign_wall" node and add like a message and [Y] to confirm"
I thought about this idea while making the bed texture for my MineToon Pack. Then seeing as I didn't have a pillow and started making one, it hit me.
You'll be able to make your own bed from whatever you like, but it would be the pillow that could hold the source. Just set it there for spawn or to sleep. Visuals help, so here is are some examples.
Granted, I don't know what I was thinking when putting "N" since you can just walk away... herpeh derp~"

They're signs of course, but it's simple enough. What do you guys thing about this idea? You can shun me if you like. ;_;

Posted:
Tue Feb 14, 2012 11:40
by kahrl
@Gambit:
That will be super easy to make if my node metadata proposal is implemented. You can find it
here. Then you can simply add a form to the bed's (or pillow's) node metadata. And in the on_metadata_form_submit callback do the sleep thing.
Please tell me what you think about the proposal, if you see anything that wouldn't work well or could be implemented better I'd be interested to know.

Posted:
Tue Feb 14, 2012 13:39
by shelbyingram
I like your idea Gambit:)

Posted:
Tue Feb 14, 2012 18:06
by brutus
just an idea, why don't we make a whole line of craftable furniture that we can use, IE chairs you can sit down in, tables you can use for various purposes, a sink, shoot even a tv if you wanted to.

Posted:
Tue Feb 14, 2012 18:41
by Jordach
kahrl wrote:@Gambit:
That will be super easy to make if my node metadata proposal is implemented. You can find it
here. Then you can simply add a form to the bed's (or pillow's) node metadata. And in the on_metadata_form_submit callback do the sleep thing.
Please tell me what you think about the proposal, if you see anything that wouldn't work well or could be implemented better I'd be interested to know.
Kahrl, I'd like to take this challenge.

Posted:
Tue Feb 21, 2012 09:53
by Tim
Gambit wrote:Okay, this might sound like some crazy idea, but what about a simple pillow. Just borrow the "default_sign_wall" node and add like a message and [Y] to confirm"
I thought about this idea while making the bed texture for my MineToon Pack. Then seeing as I didn't have a pillow and started making one, it hit me.
You'll be able to make your own bed from whatever you like, but it would be the pillow that could hold the source. Just set it there for spawn or to sleep. Visuals help, so here is are some examples.
Granted, I don't know what I was thinking when putting "N" since you can just walk away... herpeh derp~"
-snip-
They're signs of course, but it's simple enough. What do you guys thing about this idea? You can shun me if you like. ;_;
This looks great, much better than MCs tiny little beds. This is a bed fit for me :D

Posted:
Tue Feb 21, 2012 18:16
by Lunarhiro
Limboooooo!!! Sorry offtopic.
Yea I like gambits plan with the pillows...I could sleep on the furnace like I used to...

Posted:
Wed Feb 22, 2012 00:58
by Utilisatrice
Hi all,
Gambit, how to make a red and white block please ?

Posted:
Sat Mar 24, 2012 08:02
by blackdragon
I think there should be better looking monster with better graphics for the monsters and they can go above ground.At lease have something that you can make bow and swords and find diamonds definitely make monsters that blow up thats fun!!