[mod] newblocks mod [0.3]

Post Reply
kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

[mod] newblocks mod [0.3]

by kutkuhunter98 » Post

This is my mod that adds coal and copper blocks. I did this because i have seen how useless these are in very large quantities. This gives you something to do with them. The recipes are the same as other blocks, 9 of the item.coal block of six coal lumps. I have also added coal and copper picks. the coal pick acts like a wood pick and the copper pick acts like a stone pick. I will update this mod if you want. reply with ideas for it. BTW, i am just learning how to mod, and this is my first. I have now added Ice which is crafted with a water bucket and nitro. Nitrogen now has a texture(I had to work out a bug)! I have also added hydrogen, nuclear cell, and nuclear reactor.The nuclear reactor is an almost infinite fuel. Here is the link.https://www.dropbox.com/s/kdch96r3u7kql ... ocks.zip?mThank you!


coal block:
cl cl cl cl=coal lump
cl cl cl
cl cl cl

copper pick s=stick
ci ci ci
x s x
x s x

coal pick
cl cl cl
x s x
x s x

9 coal lumps
x x x
x cb x
x x x cb= coal block

Ice

nitro, water bucket, x
x, x, x
x, x, x

Nuclear reactor
sb, sb, sb,
sb, nc, sb, sb=steelblock nc=nuclear cell
sb, sb, sb,
Nuclear cell recipe is 9 hydrogen.
To make nitro, cook dirt in your furnace
To make hydrogen, cook a bucket of water in the furnace.
Depends: default,bucket
license wtfpl
Last edited by kutkuhunter98 on Thu May 30, 2013 05:53, edited 1 time in total.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

You just specified a license that does not exist, and made a mod that is already made or worse, that adds content which is in the default game...

User avatar
12Me21
Member
Posts: 873
Joined: Tue Mar 05, 2013 00:36
GitHub: 12Me21
Location: (Ignore all of my posts before 2018)

by 12Me21 » Post

I was thinking about making a mod that added coal blocks, but then they were added to 0.4.7. Also, they way you use copper is by making it into bronze (craft a steel ingot with a copper ingot). You can use bronze to make blocks and pickaxes. Making copper into blocks and pickaxes is a really good idea though.
Last edited by 12Me21 on Mon May 27, 2013 11:44, edited 1 time in total.
Shoutouts to Simpleflips

kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

by kutkuhunter98 » Post

Sorry about the liscense. It was late at night when i made this, about 2 in the morning. The blocks of coal and copper were not in the default minetest game. Thank you for telling me how to make bronze, because for the life of me I couldn't figure it out. Im using 0.4.6. This was mostly just a practice mod. Thank you guys for the feedback.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

There are copper blocks in the default game.

tinoesroho
Member
Posts: 570
Joined: Fri Feb 17, 2012 21:55
Location: Canada

by tinoesroho » Post

Calinou wrote:There are copper blocks in the default game.*
For anybody using 0.4.6 or higher. The one with the more minecraft-like feel.

Fixed that for you.
We are what we create.

I tinker and occasionally make (lousy) mods. Currently building an MMO subgame and updating mods. Pirate Party of Canada member. Sporadic author. 21 years old.

My github:
https://github.com/tinoesroho/

User avatar
12Me21
Member
Posts: 873
Joined: Tue Mar 05, 2013 00:36
GitHub: 12Me21
Location: (Ignore all of my posts before 2018)

by 12Me21 » Post

Calinou wrote:There are copper blocks in the default game.
I don't think there are...
EDIT: there aren't, I looked in the default init.lua file and in the textures folder, there is no copper block node or texture.
Last edited by 12Me21 on Tue May 28, 2013 13:56, edited 1 time in total.
Shoutouts to Simpleflips

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

12Me21 wrote:
Calinou wrote:There are copper blocks in the default game.
I don't think there are...
EDIT: there aren't, I looked in the default init.lua file and in the textures folder, there is no copper block node or texture.
https://github.com/minetest/minetest_ga ... .lua#L1021

User avatar
12Me21
Member
Posts: 873
Joined: Tue Mar 05, 2013 00:36
GitHub: 12Me21
Location: (Ignore all of my posts before 2018)

by 12Me21 » Post

PilzAdam wrote:
12Me21 wrote:
Calinou wrote:There are copper blocks in the default game.
I don't think there are...
EDIT: there aren't, I looked in the default init.lua file and in the textures folder, there is no copper block node or texture.
https://github.com/minetest/minetest_ga ... .lua#L1021
You better not have just changed that...
Shoutouts to Simpleflips

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

12Me21 wrote:You better not have just changed that...
No, these have been added like 2 weeks ago. :)

kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

by kutkuhunter98 » Post

Ok the copper block has been taken out and I have gotten the wtfpl license on. I will be updating this and making it better.

kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

by kutkuhunter98 » Post

I have added ice. give me more ideas. thank you.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

kutkuhunter98 wrote:I have added ice. give me more ideas. thank you.
Ice is already in minetest_game.

kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

by kutkuhunter98 » Post

This has a crafting recipe though, and it has my own texture.

kutkuhunter98
Member
Posts: 18
Joined: Tue May 14, 2013 16:17

by kutkuhunter98 » Post

ok I added new content, but I will be removing some content in the next update. As always, the more ideas the better.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 23 guests