mirror of
https://github.com/minetest-mods/stained_glass.git
synced 2025-07-04 08:30:21 +02:00
Version MFF.
This commit is contained in:
61
README.md
Normal file → Executable file
61
README.md
Normal file → Executable file
@ -1,15 +1,10 @@
|
||||
|
||||
Doyousketch2's Stained Glass mod
|
||||
ver 1.7
|
||||
ver 1.2
|
||||
|
||||
Image: http://oi47.tinypic.com/hst6s3.jpg
|
||||
|
||||
With alpha enabled: http://oi44.tinypic.com/5vraxf.jpg
|
||||
|
||||
==============================================================================
|
||||
Originally developed by Eli Innes/Doyousketch2, and distributed
|
||||
under GPL v2. Further changes by VanessaE (removing from creative inventory)
|
||||
and Jeremy Anderson (fixing craft recipes, renaming blocks)
|
||||
With alpha enabled: http://oi44.tinypic.com/5vraxf.jpg
|
||||
|
||||
==============================================================================
|
||||
|
||||
@ -28,35 +23,8 @@ to simply read "stained_glass"
|
||||
|
||||
then move it into your Minetest mods folder.
|
||||
|
||||
Even better, get stained_glass from one of the github pages:
|
||||
https://github.com/doyousketch2/stained_glass
|
||||
https://github.com/VanessaE/stained_glass
|
||||
https://github.com/andersje/stained_glass
|
||||
|
||||
-- this will get you the latest version of the code, and you
|
||||
can update at any time by doing a git pull
|
||||
|
||||
|
||||
|
||||
==============================================================================
|
||||
To turn off types of glass, alter settings.txt in the stained_glass directory.
|
||||
By default, all six (SIX!) types of stained_glass are enabled: regular (based on super_glow_glass), med_glow (based on glow_glass) and no-glow (Based on default:glass), trap regular (based on trap_super_glow_glass), trap med_glow (based on trap_glow_glass) and trap_noglow (based on trapglass)
|
||||
|
||||
stained_glass.full_light = true
|
||||
stained_glass.med_light = true
|
||||
stained_glass.no_light = true
|
||||
stained_glass.trap_full_light = true
|
||||
stained_glass.trap_med_light = true
|
||||
stained_glass.trap_no_light = true
|
||||
|
||||
Setting any of these to false will prevent that type of stained_glass from being loaded. If you set them all to false, you won't get any stained_glass. Mix and match as you choose -- you can turn on only one, if you wish, and it will work just fine.
|
||||
|
||||
One of the high points of trap stained glass is that liquids flow through it -- making illuminated waterfalls a possibility.
|
||||
|
||||
|
||||
==============================================================================
|
||||
|
||||
(use trap super glow glass or trap glow glass or trapglass -- now available in moreblocks -- to make the trap variant of this)
|
||||
|
||||
Recipe for standard colors:
|
||||
|
||||
@ -68,7 +36,6 @@ image: http://oi50.tinypic.com/1ibs7c.jpg
|
||||
super glow glass
|
||||
|
||||
|
||||
|
||||
Recipe for pastel colors:
|
||||
|
||||
image: http://oi45.tinypic.com/2wbvkti.jpg
|
||||
@ -79,6 +46,7 @@ image: http://oi45.tinypic.com/2wbvkti.jpg
|
||||
super glow glass
|
||||
super glow glass
|
||||
|
||||
|
||||
Recipe for faint colors:
|
||||
|
||||
image: http://oi45.tinypic.com/2wbvkti.jpg
|
||||
@ -92,6 +60,8 @@ image: http://oi45.tinypic.com/2wbvkti.jpg
|
||||
|
||||
|
||||
All recipes produce three glowing stained glass blocks.
|
||||
Pastel blocks give back an empty bucket.
|
||||
Faint blocks give back two empty buckets.
|
||||
|
||||
|
||||
==============================================================================
|
||||
@ -105,8 +75,6 @@ The Palette includes:
|
||||
Full & half-saturation, medium and dark shades have been included
|
||||
as well as light, pastel, and faint tints.
|
||||
|
||||
Look at settings.txt to see how you can enable/disable full-glow, half-glow and no-glow blocks -- tested in all combinations. enjoy.
|
||||
|
||||
|
||||
==============================================================================
|
||||
|
||||
@ -114,25 +82,6 @@ Look at settings.txt to see how you can enable/disable full-glow, half-glow and
|
||||
Misc. Notes
|
||||
-----------
|
||||
|
||||
Blocks are now available by name:
|
||||
e.g. /giveme stained_glass:orange 3 # get 3 orange sg blocks
|
||||
or /giveme stained_glass:light_yellow
|
||||
or /giveme stained_glass:pastel_yellow
|
||||
or /giveme stained_glass:faint_yellow
|
||||
or /giveme stained_glass:yellow
|
||||
|
||||
or /giveme stained_glass:lowglow_yellow
|
||||
or /giveme stained_glass:noglow_dark_green
|
||||
or /giveme stained_glass:trap_noglow_dark_green
|
||||
or /giveme stained_glass:trap_lowglow_yellow
|
||||
or /giveme stained_glass:trap_medium_aqua
|
||||
|
||||
You get the idea.
|
||||
|
||||
|
||||
NUMERIC CODES FOR BLOCKS (this is the old way of coding these blocks
|
||||
developed by Doyousketch2)
|
||||
|
||||
Please don't try to use /give commands, the items are now in numerical format,
|
||||
and it would be tough to try to explain it.
|
||||
|
||||
|
Reference in New Issue
Block a user