Post your mod requests/ideas here

Post Reply
User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

kronos wrote:please make a locked chest mod that you can add multiple owners to please
I had requested this: http://minetest.net/forum/viewtopic.php ... 440#p44440
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

BenAmaranth
Member
Posts: 60
Joined: Thu Oct 04, 2012 15:14

by BenAmaranth » Post

A chest that is place 3 sq above terrain that you access by jumping from below (pic related)

http://i.imgur.com/3fUPx.png

Brick based blocks that you can break by jumping into as well as dig etc.
Air (you hacker you!)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

BenAmaranth wrote:A chest that is place 3 sq above terrain that you access by jumping from below (pic related)

http://i.imgur.com/3fUPx.png
Like in Mario? That would be cool...


BenAmaranth wrote:A chest that is place 3 sq above terrain that you access by jumping from below (pic related)

http://i.imgur.com/3fUPx.png

Brick based blocks that you can break by jumping into as well as dig etc.
I do not think that is possible in lua, in c++ would be better
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

rhomer
New member
Posts: 4
Joined: Sat Jul 28, 2012 23:14

by rhomer » Post

Mod Request

Mushroom Island biome from Minecraft

Hell (Minecraft)

Pleasee :)

User avatar
Chinchow
Member
Posts: 684
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Post

How about a mod where torches die after awhile and you have to relight them and that there are different leght strengths and different amount of time it stays lit so for example

and new torch types


Torch:weak
~ ~ ~
~ wood ~
~ stick ~
Light strength: 10 square blocks
Lit time: 1 in game day

What do you think?
Last edited by Chinchow on Thu Oct 04, 2012 21:39, edited 1 time in total.
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

rhomer wrote:Mod Request

Mushroom Island biome from Minecraft

Hell (Minecraft)

Pleasee :)
Do you mean the portal thingy? there is a mod for that.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
chris36202
Member
Posts: 38
Joined: Thu Sep 27, 2012 12:22

by chris36202 » Post

npc' that talk and walk and trade
chris mcleod
my windows live mesgener name is rock36202

Microsuperman
New member
Posts: 7
Joined: Fri Oct 05, 2012 01:43

by Microsuperman » Post

3d model API.

I have an API Idea that I Think would be a great. but maybe not that easy to impliment. I have an API Idea that I think would be a great. but maybe not that easy to implement. I think this game could use a 3d model API for creatures. Now my idea is to to make rectangles. That you specify the xyz size for them and then you connect it to other rectangles. These connections can be static, hinged, or ball and socket. So these joint would have motion control. So they don't just go move round and round, unless you wanted them to. Also you specify where they are connect on each rectangles. Say you wanted to make a deers leg move. you would say that it is connected front bottom corner of the torso and it hinges 45deg forward and only 5deg back from perpendicular. By doing it this way people could mod in any type of creature they wanted. Also you could make them as detailed as you wanted. So they could have all the proper joins, moving eyes and mouths. For a dog or horse you could give them rotating ears. But for something like that you would want to control how often that happen with something like a random. With this you could also put where it is located ie, in water, on water, on land in the air, or in caves. Perhaps you could put it so that things are close to two types like a crab could always be close to water and land, can't swim, doesn't drown. Also you could make to so it walks sideways. Then you could setup things like if it is hostel, trainable, ridable, edible, how much damage it does.
Although this could be a mod. You could also setup different species, genders, baby, and if they will attack each other. Like a pack of wolves taking down a deer.

I would do this myself, but I am new to minetest, lua, and not very good at c++.

Microsuperman

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

chris36202 wrote:npc' that talk and walk and trade
Towntest has npc that build. Talking and Trading will be added soon, i reckon
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
cactuz_pl
Member
Posts: 876
Joined: Tue Jun 05, 2012 16:34
Location: Poland

by cactuz_pl » Post

Portable/teleport chest

Example:

We have (special) chest A and (special) chest B.
Both of these chests would have the same content. If we put something inside chest A it will appear in chest B(but it will be still in chest A), when we take this from chest B it will disappear from chest A (and B of course too). Something like "imagine" chest with two access points.

Every player could have only one "imagine" chest (place 4x8 stacks, as normal chest) and unlimited number of access chests.
Nope

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

cactuz_pl wrote:Portable/teleport chest

Example:

We have (special) chest A and (special) chest B.
Both of these chests would have the same content. If we put something inside chest A it will appear in chest B(but it will be still in chest A), when we take this from chest B it will disappear from chest A (and B of course too). Something like "imagine" chest with two access points.

Every player could have only one "imagine" chest (place 4x8 stacks, as normal chest) and unlimited number of access chests.
This is called a detached inventory
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

CTMN
Member
Posts: 113
Joined: Sat Aug 25, 2012 15:02

by CTMN » Post

A Super Mario fork. There would be magical gloves that would break every block like in any Super Mario game except SMB2.

BoomboomcreeperII
New member
Posts: 4
Joined: Sat Oct 13, 2012 08:46

by BoomboomcreeperII » Post

Stone Brick and mossy stone brick
stone brick
crafting:
,,,,,,,,,,,,,,,,,,,
stone/stone
stone/stone
'''''''''''''''''''''''''
mossy stone brick
crafting:
like stone brick but mossy cobble instead of stone

can someone make this mod
Last edited by BoomboomcreeperII on Sat Oct 13, 2012 12:26, edited 1 time in total.

User avatar
InfinityProject
Member
Posts: 1009
Joined: Sat Mar 17, 2012 00:52
Location: World of Infinity, US

by InfinityProject » Post

BoomboomcreeperII wrote:Stone Brick and mossy stone brick
stone brick
crafting:
,,,,,,,,,,,,,,,,,,,
stone/stone
stone/stone
'''''''''''''''''''''''''
mossy stone brick
crafting:
like stone brick but mossy cobble instead of stone

can someone make this mod
That is something incredibly simple that you could make yourself.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

BoomboomcreeperII wrote:Stone Brick
crafting:
,,,,,,,,,,,,,,,,,,,
stone/stone
stone/stone
'''''''''''''''''''''''''

can someone make this mod
That one is, with exactly that recipe, in Calinou's moreblocks mod http://minetest.net/forum/viewtopic.php?id=509 (output = 4)

User avatar
rubenwardy
Moderator
Posts: 6978
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

by rubenwardy » Post

Topywo wrote:
BoomboomcreeperII wrote:Stone Brick
crafting:
,,,,,,,,,,,,,,,,,,,
stone/stone
stone/stone
'''''''''''''''''''''''''

can someone make this mod
That one is, with exactly that recipe, in Calinou's moreblocks mod http://minetest.net/forum/viewtopic.php?id=509 (output = 4)

And mossy cobble is in Moreblocks as well
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
snakevenom
Member
Posts: 119
Joined: Sat Sep 22, 2012 12:56
Location: worthing

by snakevenom » Post

is it posible to make a mod which adds particles when a object moves such as a player?

CTMN
Member
Posts: 113
Joined: Sat Aug 25, 2012 15:02

by CTMN » Post

There's already a particles mod.

I proppse a mod which would have moving blocks like movestones in mesecons(but which a larger area) that would burn coal or whatever to make big ships and planes that could move(slowly).

Mediumshdaow1
Member
Posts: 56
Joined: Wed Oct 10, 2012 21:53

by Mediumshdaow1 » Post

I have a great idea if it hasnt been thought of or created yet. a boat mod because swimming is a hassle.

User avatar
InfinityProject
Member
Posts: 1009
Joined: Sat Mar 17, 2012 00:52
Location: World of Infinity, US

by InfinityProject » Post

^^I don't think that is possible yet with our current api.

Request: shaders. Let's make minetest look amazing.

User avatar
xyz
Member
Posts: 450
Joined: Thu Nov 10, 2011 14:25

by xyz » Post

InfinityProject wrote:Request: shaders. Let's make minetest look amazing.
https://github.com/kahrl/minetest/tree/shaders_v3

User avatar
InfinityProject
Member
Posts: 1009
Joined: Sat Mar 17, 2012 00:52
Location: World of Infinity, US

by InfinityProject » Post

xyz wrote:
InfinityProject wrote:Request: shaders. Let's make minetest look amazing.
https://github.com/kahrl/minetest/tree/shaders_v3
Was looking everywhere for that. Knew Kahrl had made one. Thanks!

User avatar
nomohakon
Member
Posts: 219
Joined: Fri Aug 10, 2012 16:34
IRC: nomohakon
In-game: nomohakon
Location: VanessaE's servers

by nomohakon » Post

Fireworks. But that is imposible, i think.

Block which resets sunlight. From top to bottom: air, stone, air, stone with shadow on it, reset block, stone without shadow. Like bending realworld light with metamaterials.
Last edited by nomohakon on Sun Oct 21, 2012 21:46, edited 1 time in total.
"To learn who rules over you, simply find out who you are not allowed to criticize." - Voltaire
"Knowledge, like air, is vital to life. Like air, no one should be denied it." - Alan Moore, V for Vendetta
- - -
"To never die... and to conquer all, that is winning." ―Illyria

LilLink21
New member
Posts: 6
Joined: Mon Oct 22, 2012 23:38

by LilLink21 » Post

I dont know how to mod, but i want an Avatar:Tla/Lok mod.Where you can bend the four elements.
I think the commands should be like:

/chooseair
/choosewater
/choosefire
/chooseearth
/chooseavatarstate

And do the same with the attacks.Except you assign an attack to one of the hand slots on the bottom part of the screen.PLPLZPLZPLZPLZPLZ!!?

mauvebic
Member
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Post

Cannibalism - kinda like super-lite farming - though youre harvesting and eating other players. Soylent Greentest :-)

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests