[Mod] Stoneage, flint and fire [stoneage]

Limada
New member
 
Posts: 4
Joined: Sun Feb 09, 2014 23:27

by Limada » Mon Feb 10, 2014 22:39

;) And now, Lesson 2:

I followed your example in your new overwrite-file and wrote the needed trees in the oldone, like this:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
-- moretrees:pine_trunk
entity = registered("node","moretrees:pine_trunk")
entity.groups = {tree=1,choppy=2,flammable=2}
minetest.register_node(":moretrees:pine_trunk", entity)


And it seems to work. I never played (read) around with code, but it´s cool. Thanks for the experience.
 

Jouster27
Member
 
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Tue Feb 18, 2014 01:47

I think I've discovered a mod conflict. I tested it as fully as I'm able and I think I've isolated the problem mod but I could be mistaken. When you run the MG mod (map generation, in the mod store) along with the Stoneage mod, it keeps silex from spawing on world generation. I figured I could post the issue here (can't find the forum topic for MG) to let you all know what I think I'm seeing.

It's a shame because the MG villages are very nice (like them much better than MC villages), although I don't see any villagers from it.

By the way, I think I may have misunderstood the purpose of the biface tool. The first post says "A Hand-axe/Biface is the swiss knife of the stoneage, it can be used for everything, is a bit slower than stonetools." but neither the hand-axe nor the biface will mine stone. Would the topic poster be willing to clarify that post, please? Thank you.

FYI - Jouster
 

User avatar
Casimir
Member
 
Posts: 1101
Joined: Fri Aug 03, 2012 16:59

by Casimir » Tue Feb 18, 2014 19:48

Add "mg?" in the depends.txt and see if that helps. It is a general problem with almost all mods that use the Lua Voxel Manipulator.
Flint is a very hard material that can have sharp edges. It was used for axes, knives, arrows and all the things. But for mining it is useless, because it is such a hard material it will break very easily. (With diamonds thats even worse. The diamond tools in Minecraft are a joke, just like Mese is.) Following the logic, you shouldn't be able to craft stonetools from silex.
Over all I'm no more working that much on this mod. To get the stoneage concept right it is to complex for only a mod, it would require it's own gamemode. So step by step the ideas will make their way into nodetest, but in a different shape.
 

User avatar
Novacain
Member
 
Posts: 285
Joined: Sat Aug 31, 2013 01:03

by Novacain » Tue Feb 18, 2014 20:23

Casimir wrote:(With diamonds thats even worse. The diamond tools in Minecraft are a joke, just like Mese is.)


guess it should be carbide steel.
EXTERMINATE!!!
My Tronrealm modpack
My tronblocks mod
 

User avatar
Casimir
Member
 
Posts: 1101
Joined: Fri Aug 03, 2012 16:59

by Casimir » Tue Feb 18, 2014 21:29

I'm fine with Mese. I just don't understand why we copied the diamond tools into Minetest
 

User avatar
Novacain
Member
 
Posts: 285
Joined: Sat Aug 31, 2013 01:03

by Novacain » Tue Feb 18, 2014 21:49

eh, cause people were like "minecraft has diamonds! this should too!!"

here's an idea, for 4.10 replace diamond tools with carbide steel, made by combining a diamond and iron ingot. that way we can be more unique.
EXTERMINATE!!!
My Tronrealm modpack
My tronblocks mod
 

Jouster27
Member
 
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Wed Feb 19, 2014 16:31

Casimir wrote:Add "mg?" in the depends.txt and see if that helps. It is a general problem with almost all mods that use the Lua Voxel Manipulator.
Flint is a very hard material that can have sharp edges. It was used for axes, knives, arrows and all the things. But for mining it is useless, because it is such a hard material it will break very easily. (With diamonds thats even worse. The diamond tools in Minecraft are a joke, just like Mese is.) Following the logic, you shouldn't be able to craft stonetools from silex.
Over all I'm no more working that much on this mod. To get the stoneage concept right it is to complex for only a mod, it would require it's own gamemode. So step by step the ideas will make their way into nodetest, but in a different shape.


Just to clarify, the "depends.txt" you're talking about would be the file for the Stoneage mod, correct?

Additionally, I agree using raw diamond doesn't make much sense. Diamond tips or edging would have certain practical real-world uses but the brittleness would make such tools have very limited lifespans. That said, though, I just plain like mining diamonds. They're cool. Yeah, it's puerile, I know but there it is. Truth is, there are a LOT of gems/ores that are used for tools in Minetest that wouldn't make practical use in real-life: silver, gold, copper, diamond, the various gemstones... Eh, you get the point. I've always felt this to be... erm, "uncreative". I like having those materials, I just wished folks used the materials for things that make sense. Copper, for instance. That's the obvious choice for transmitting energy. If you're going to have magic, diamond and other gemstones are the natural choices for enchanting. Now, my criticism was "uncreative" so how's this for a creative solution: silver used for healing potions, gold used for devices that repel hostile mobs or area protection, precious metals and gems used for pattern building blocks (think bas relief). Not saying any of those ideas in particular are what anyone should do but that's the general trend I'd personally like to see mod-designers go; use materials in ways that make sense but add interesting complexity to the game. Case in point: this mod. Obviously, I'm not the only person who watched someone playing Minetest or MC, breaking trees by hand and wondered where the programmers' heads were at or else this mod wouldn't have ever been made. I thought this mod made the game more interesting AND made it make more sense at the same time. Walking along and finding flint? Heh, yes that does make sense. Although... I really wish the biface actually was the swiss army knife of the prehostoric world. It actually could be used to cut wood AND mine rock (although VERY slowly). Sorry, I digress. My point is that we should keep the diamonds but use them differently.
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

by Sokomine » Wed Feb 19, 2014 17:14

Jouster27 wrote:Copper, for instance. That's the obvious choice for transmitting energy.

And that's why copper is a sought-after material on all servers that run the technic mod. Some servers almost run on a copper basis as currency due to that :-)

However, technic is a bit far from the stoneage.
A list of my mods can be found here.
 

Jouster27
Member
 
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Wed Feb 19, 2014 17:43

Sokomine wrote:
Jouster27 wrote:Copper, for instance. That's the obvious choice for transmitting energy.

And that's why copper is a sought-after material on all servers that run the technic mod. Some servers almost run on a copper basis as currency due to that :-)

However, technic is a bit far from the stoneage.


Heh, I've never tried technic. I'm sure it's cool, it's just that the tech never really captured my imagination on this game. Eh, maybe when I get bored with primative someday...
 

Jouster27
Member
 
Posts: 117
Joined: Fri Mar 29, 2013 14:16

by Jouster27 » Wed Feb 19, 2014 18:03

Casimir wrote:Add "mg?" in the depends.txt and see if that helps. It is a general problem with almost all mods that use the Lua Voxel Manipulator.


Tested. The fix works. Thank you, Casimir.
 

Previous

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 12 guests

cron