Git Product home page Git Product logo

quartz's Introduction

NOTE: This repository has been moved to https://github.com/minetest-mods/quartz
Please use that repository instead.

   ___                   _         __  __           _
  / _ \ _   _  __ _ _ __| |_ ____ |  \/  | ___   __| |
 | | | | | | |/ _` | '__| __|_  / | |\/| |/ _ \ / _` |
 | |_| | |_| | (_| | |  | |_ / /  | |  | | (_) | (_| |
  \__\_\\__,_|\__,_|_|   \__/___| |_|  |_|\___/ \__,_|

This mod adds quartz ore and some decorative blocks to minetest.

Version: 1.0.0
License: MIT (see LICENSE.txt)

Dependencies:
default (found in minetest_game)
stairs (found in minetest_game)
moreblocks (optional, for stairsplus support)

Please report bugs at the github issue tracker:
https://github.com/4Evergreen4/quartz/issues/

Crafting:

Quartz Block:
c = quartz crystal x = nothing

x|x|x
-----
c|c|x
-----
c|c|x

Quartz Pillar:
q = quartz block x = nothing

x|x|x
-----
x|q|x
-----
x|x|x


Quartz Slab:
q = quartz block x = nothing

x|x|x
-----
x|x|x
-----
q|q|q

Quartz Stairs:
q = quartz block x = nothing

q|x|x
q|q|x
q|q|q

Quartz Pillar Slab:
q = quartz pillar x = nothing

x|x|x
-----
x|x|x
-----
q|q|q

Chiseled Quartz:
q = quartz slab x = nothing

x|x|x
-----
x|q|x
-----
x|q|x

Quartz Crystal Piece (usless as of now):
c = quartz crystal x = nothing

x|x|x
-----
x|c|x
-----
x|x|x

quartz's People

Contributors

zeg9 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

zeg9

quartz's Issues

Missing screenshot and description files

Currently this mod does not have a screenshot or description file included. Both are used when displaying the mod in the Mods tab of the main menu of Minetest.

The screenshot should be in a 3:2 aspect ratio, be named "screenshot.png", and be place in the main directory of the mod.

The description file should be a small text file with a short description of the mod, be named "description.txt", and be place in the main directory of the mod.

Doesn't work with recent MT

I know the main repo is now in minetest-mods, but for some reason I don't get to open issues there... so I'm dropping it here...

The problem is a change in the stairs.register_slab api. I'll attach a patch later.

Weird lighting

I noticed that when it is dark and light is on/next to quartz pillars(sideways) The lighting on the black gets flipped, causing a weird effect. Tried to fix it before, but I couldn't see what was wrong.

interlaced PNG

./mods/quartz/textures/quartz_ore.png: PNG image data, 16 x 16, 8-bit/color RGBA, interlaced

not all libpng versions can handle interlaced options, this may cause rendering issues in irrlicht.

please convert the texture to non-interlaced PNG.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.