[MOD] Lapis Lazuli [lapis]

Post Reply
User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

[MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Lapis Lazuli mod
modified by Napiophelios

License: GPLv3

depends:
default
stairs?

Lapis Lazuli mod requires
development version of Minetest Game 0.4.14
for the new metal sound effects.


This mod adds several decorative nodes based on Lapis and Pyrite ore.
Players can mine Lapis and Pyrite ores and craft stairs, slabs, columns,
floor tiles, and bricks from the ores' drops.

Repository : https://github.com/Napiophelios/LapisLazuli
Download : https://github.com/Napiophelios/LapisLa ... master.zip
Rename extracted folder to "lapis"

Image
Spoiler
Original Lapis Lazuli mod v1.0
Written 2015 by LNJ
License of source code:
WTFPL
------------------------------------

code refinements by Xanthin

------------------------------------

--Nodeboxes for Columns designed
--by Artemis from Middle-Ages mod
--Licensed: WTFPL

--basecode is from Minetest Stairs mod
-Licensed under GPLv3 or later,
see http://www.gnu.org/licenses/gpl-3.0.html

===================================

Textures by Napiophelios
License: WTFPL

lapis_block.png
lapis_brick.png
lapis_brick_side.png
lapis_brick_top.png
lapis_cobble.png
lapis_lazurite.png
lapis_lazurite_brick.png
lapis_lazurite_brick_side.png
lapis_lazurite_brick_top.png
lapis_stone.png
lapis_tile.png

------------------------------------

Pyrite textures based on/derived from Gambit's (PixelBox) Pyrite textures
License: WTFPL

lapis_mineral_pyrite.png
lapis_pyrite_block.png
lapis_pyrite_ingot.png
lapis_pyrite_nugget.png
lapis_pyrite_sacred.png

===================================
screenshot.png
screenshot.png (180.46 KiB) Viewed 2136 times
Last edited by Napiophelios on Tue Dec 06, 2016 13:52, edited 14 times in total.

Sokomine
Member
Posts: 4290
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [MOD] Lapis Lazuli [lapis]

by Sokomine » Post

The nodes look very nice and could be useful for building purposes. Couldn't hurt to put it up on Github as well.
A list of my mods can be found here.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Sokomine wrote:The nodes look very nice and could be useful for building purposes. Couldn't hurt to put it up on Github as well.
I am using an old windows computer and it gets BSOD anytime I try to use Github uploader for textures.
and I really dont wanna change OS just for this singular task.
Hopefully I can get an up to date computer soon.

Thanks for the compliment tho :)

User avatar
Cryterion
Member
Posts: 94
Joined: Tue Jun 10, 2014 08:12
GitHub: Cryterion
IRC: Cryterion
In-game: Cryterion
Location: Durban, South Africa

Re: [MOD] Lapis Lazuli [lapis]

by Cryterion » Post

Try posting it through sourceforge.net, alternative to github and git compatible I believe.
No trees or animals were hurt in the production of this message. However, a large number of Electrons were temporarily inconvenienced.

Xanthin
Member
Posts: 126
Joined: Fri Mar 07, 2014 14:05
GitHub: Xanthin
IRC: Xanthin
In-game: Xanthin
Location: Germany

Re: [MOD] Lapis Lazuli [lapis]

by Xanthin » Post

This is realy decorative stuff. Nice! I like how the bricks have different patterns at the top and side.
I added

Code: Select all

paramtype2="facedir",
to them for some fun with the srewdriver (I simply get nervous if I can't use the screwdriver on something :)). You get some different patterns then, see the screenshot for example.
Attachments
lapis_bricks-likes_screwdriver.png
lapis_bricks-likes_screwdriver.png (499.09 KiB) Viewed 2136 times

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Thats cool looking Xanthin, I use the 32px textures so they arent as fun in that way
but its pretty neat looking screengrab.

I think they look awesome in snowbiomes by the way,
makes me think of the frost king from Adventure time for some reason.

I am glad you like it.

LNJ
Member
Posts: 252
Joined: Tue Sep 23, 2014 16:02
GitHub: lnjX
IRC: LNJ
In-game: LNJ
Location: Europe/Berlin

Re: [MOD] Lapis Lazuli [lapis]

by LNJ » Post

I find it funny that my mod has been forked :)

It looks nice!
Storage Drawers - The simplest item storage in Minetest

User avatar
TenPlus1
Member
Posts: 3728
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: [MOD] Lapis Lazuli [lapis]

by TenPlus1 » Post

In real life Lapiz Lazuli is found 2600 meters above sea level...

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

updated 16px textures
added cobbled pavers

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Lapis mod Update :
-- added Xanthin's fixes/changes to the init file
-- stratus mapgen: tried to limit the ore generation for pyrite/added cathedral pyrite
-- enabled Cathedral Pyrite (position adjustable with screwdriver)
-- changes to lapis block textures (32px only)
-- completely new texture for lapis tile (16px and 32px)

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Lapis mod Update
-disabled columns (uncomment to use)
-removed lapis sacred_ore / added alias
-tweaked some recipes
-removed mapgen file
-added new sheet ore registration

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Minor Mod updated
--fixes Minetest's deprecated code warnings

LapisLazuli_modified-rev006.zip
fixed deprecated code warnings

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: [MOD] Lapis Lazuli [lapis]

by afflatus » Post

Another beautiful mod Napiophelios
Grailtest is stirring ...

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Compliments are not always deserved but they are always welcome :)
Thanks!!!

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Lapis mod Update :
--Trimmed the mod down a bit
--removed pavers, pyrite coins, sacred stones
--replaced nodebox tiles with regular nodes
--so players can build on top of tiles
--added aliases for the removed items
--removed 32px textures
--new textures for several nodes/items
--changed several crafting recipes
--to coincide with Minetest norms (I think)
--also put the mod on GitHub :)

Repository : https://github.com/Napiophelios/LapisLazuli
Download : https://github.com/Napiophelios/LapisLa ... master.zip
Rename extracted folder to "lapis"

User avatar
poikilos
Member
Posts: 67
Joined: Thu Feb 18, 2016 13:45
GitHub: Poikilos
In-game: Poikilos

Re: [MOD] Lapis Lazuli [lapis]

by poikilos » Post

If player mines lapis, they get "Unknown Item" in their inventory. If you open the player file, the player has "lapis:lazurite_cobble" listed
please fix by changing the drop to lapis:lapis_cobble
if that is correct (seems correct since all other mentions of cobble in lapis/init.lua are lapis:lapis_cobble)

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Fixed now, thanks for the feedback :)

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

Lapis Mod Update :
-Added support for stairs plus (added by RQWorldblender)
-added metal sounds to pyrite nodes (added by RQWorldblender)
-restored ores to creative inventory (added by RQWorldblender)
-tweaked several nodes to use simple param2=facedir
-added the mod.conf file
-added my version of the disabled Rosace Stone from Darkage mod
place several together and adj. with screw driver to create designs

Image

Lapis Lazuli mod requires
development version of Minetest Game 0.4.14
for the new metal sound effects.

rosace.png
rosace.png (162.63 KiB) Viewed 2136 times

User avatar
GoldFireUn
Member
Posts: 108
Joined: Sun Aug 21, 2016 13:30
GitHub: BluebirdGreycoat
In-game: GoldFireUn
Location: Wisconsin, USA
Contact:

Re: [MOD] Lapis Lazuli [lapis]

by GoldFireUn » Post

@Napiophelios, if you're still around, do you think you could resolve a licensing issue? Your OP says GPLv3, however the linked Github repository says WTFPL.

What led me to this forum page was that I had a specific question regarding this line in colums.lua:

Code: Select all

--base code is from default minetest stairs mod
--Licensed under GPLv3 or later, see http://www.gnu.org/licenses/gpl-3.0.html
What does base code mean? As far as I am aware, the default stairs mod is LGPLv2.1+ for code, CC BY-SA 3.0 for textures. But that is now, IDK what their licensing was, back when you first did this mod.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

GoldFireUn wrote:
Sun Dec 10, 2023 04:57
@Napiophelios, if you're still around, do you think you could resolve a licensing issue? Your OP says GPLv3, however the linked Github repository says WTFPL.

What led me to this forum page was that I had a specific question regarding this line in colums.lua:

Code: Select all

--base code is from default minetest stairs mod
--Licensed under GPLv3 or later, see http://www.gnu.org/licenses/gpl-3.0.html
What does base code mean? As far as I am aware, the default stairs mod is LGPLv2.1+ for code, CC BY-SA 3.0 for textures. But that is now, IDK what their licensing was, back when you first did this mod.
Originally this was WTF one cause I just didn't put much thought into it.
I just wanted a license that would grant the user to do WTF ever they wanted with it.

I think some one later added stairs so I changed the license to avoid conflict
I may have not updated everything correctly.

It's think its supposed to be the same as stairs tho.
Last edited by Napiophelios on Fri Mar 15, 2024 01:26, edited 1 time in total.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [MOD] Lapis Lazuli [lapis]

by Napiophelios » Post

?

Post Reply

Who is online

Users browsing this forum: No registered users and 43 guests