1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Various updates

- Updated homedecor (files cleaned)
 - Updated nether (node replacements made easier)
 - Updated maptools (cleaned files)
 - Updated ambiance (useless files cleaned)
This commit is contained in:
LeMagnesium
2015-05-25 14:30:12 +02:00
parent 5da1412b29
commit 0f5e43125c
46 changed files with 665 additions and 4216 deletions

View File

@ -1,165 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.

View File

@ -1,229 +0,0 @@
Changelog
---------
2013-03-16: Kaeza pushed fixes for signs on wrought iron/brass fences not
showing the text. This also fixed a potential undesired replacement bug. He
also fixed many of the sounds in the mod so that they aren't based on leaves.
:-)
2013-03-11: Kaeza merged in code from my fork of thexyz/PilzAdam's
3d/visible-text signs mods and fixed some bugs in my signs-on-fenceposts code
in homedecor. If you have any of those three versions of the signs mod,
uninstall it. Homedecor will cover its functionality. Thanks to kaeza for the
contribution! Also, now signs-on-fences work slightly differently than before
when digging - dig to get the sign back from the post, then dig the remaining
post to get that back as well.
2013-02-13: changed glowlight recipes to avoid conflicts with moreblocks (now
uses moreblocks glowglass *and* super glowglass together), made IC rely on
moreores copper ingot, added recipes to craft glow cubes back into glowlight
slabs. See crafting guide for details.
2012-02-09: Add ability to place a sign directly onto a brass/wrought iron
fencepost, rather than crafting a sign-on-fencepost from one of each. Place a
brass or wrought iron fencepost, then attempt to place a sign against it.
Instead of the sign floating in air, the fencepost will be replaced with one
bearing the sign in the same node. Dig to get the two pieces back as separate
items, right click the resultant sign to edit the text thereon.
2012-02-08: Added ability to add signs to brass/wrought iron fenceposts.
2013-01-23: Completely rewrote all doors code to condense them into two files -
one with the nodebox models, and one with the actual node definitions. In the
process, cleaned up the code that handles node_ownership and protection mods.
Also made the mod automatically enable either left-click or right-click to
open/close a door, depending on whether the game supports it (actually it
checks for the existance of an unrelated function that happened to be added the
same time as the new right-click function). Renamed some textures, duplicated
all of the _lr.png textures to make it easier to register the textures in a
loop and to allow for more flexible texturing.
2012-10-11 (late night): Minor update - fixed a recipe conflict with throwing
mod. Unprocessed plastic, when made from jungle grass or dry shrubs, now
requires three jungle grass (yields 6) or three dry shrubs (yields 3). Still
works with 6 leaves also. Extended the above owned-node support to work with
glomie's "protector" mod since it has a similar bug as node_ownership has.
All server Admins: If you have Home Decor and you use either node_ownership
or protector (or both), please update your copy of Home Decor as soon as
practical.
2012-10-09: Added code to all doors to check for the presence of node_ownership
and adapt accordingly. If that mod is present, you can only place doors in
land you own, or land you have been given permission by the owner to build in,
or land that is not owned at all. Singleplayer mode still works the same as
before. Works around a bug in node_ownership where it doesn't completely
handle the on_place= construct in register_node(), causing it to only delete
half of an illegally-placed door.
2012-10-05: Added titanium dioxide and white paint from Unified Dyes as
alternates if that mod isn't present. Both are compatible/interchangeable with
the ones from that mod. Uses the same crafting recipes as UD uses, plus a
couple of alternates in case of materials shortages. Added white and mahogany
variants of the aforementioned grid-style glass-and-wood door.
2012-10-04: Added a couple new types of doors, converted the others to
nodeboxes. All door code has been rewritten mostly from scratch. These new
doors should convert over just fine, or at least you won't lose anything. You
may have to dig and re-place a few if their orientation is wrong. Also note
that these always return the left-opening version when you dig one.
2012-10-03: Refrigerators are now two nodes tall and have a 10x5 inventory
space. If you have two stacked up already before this update, you'll need to
empty them, dig them, and then re-place one or both, and put their contents
back in. Sorry about the inconvenience, the one-node-tall ones were only
supposed to be temporary anyway. Besides, now one stores more than twice as
much as before. :-) The associated crafting recipe yields only one now, in
keeping with this change.
2012-10-01: Added white glowlights, changed nodenames for yellow glowlights to
indicate that they're supposed to be yellow (you'll need to destroy and
re-craft them, sorry).
2012-09-30: Added a few different kinds of fences - bare/unpainted wooden and
classic white picket fences, chainlink, barbed wire, and wooden privacy fence
(e.g to put around a backyard pool).
Also added gates that open/close on a click, for the picket fences, chainlink
fence, and barbed wire fence. For the privacy fence, use a regular door if you
need a gate.
2012-09-30: Big set of updates today to make the mod a little easier to use in
places and to add some more nodes. Recipe changes: Brass and wrought iron
poles, table legs, and fences/railings were too expensive in practice.
Increased recipe outputs. Small square glass table now comes from one small
round table (instead of three-to-two). Large square glass table comes from one
small square now instead of two. Small round, small square, and large wooden
tables follow the same pattern.
Recycling: All glass tables can be recycled back into glass blocks via the
Vessels mod's recipes. All are 3:1 with glass fragments (and thus, 3:1 with
glass blocks), so there's no glass wasted. All wooden tables can be crafted
into sticks by putting three of a given item onto the crafting grid. Any
such craft yields 4 sticks, so there's no waste. Glass skylights recycle
3:1 also, which does result in a little waste.
New nodes:
Added working oven (really just a furnace with new textures/recipe)
Added mini-fridge that stores 24 slots
Added kitchen cabinet that stores 24 slots
Added half-size kitchen cabinet that stores 12 slots (6x2)
Added kitchen sink with under-sink cabinet that stores 16 slots
Added slab-sized, half-slab-sized, and microblock-sized glowlights (e.g.
ceiling fixtures and yard/sidewalk lighting)
Added curtains in 6 colors: red, green, blue, purple, pink, white
Misc. changes: 3d-ified nightstands (e.g. nodeboxes), improved their
textures somewhat. Got rid of the dressers - they were never brought to a
working state, but they're obsolete now (stacked two-drawer nightstands look
the same anyway).
Notes about this update: This mod now requires Moreblocks for some recipes -
namely fridge and oven, and uses the Vessels mod's recycle crafts.
2012-09-27: Changed most uses of dyes so that they can come from the game's
in-built groups-based dye system, where appropriate. Unified Dyes can still
supply the colors, this just makes it possible to use any other dye system that
might come about as long as it uses the groups method. Improved recipe outputs
for all shutters and mahogany folding door (better ratios of objects to
colorants).
Added intermediate "unprocessed plastic" step to get from materials to
plastic sheeting (now craft some materials to get unprocessed plastic, then
smelt that to get the sheeting), added alternate recipes to produce it,
improved ratio of materials to plastic. Minor code cleanups.
Later in the day: Nightstands now offer small inventories - one-drawer units
get 8 slots, while two-drawer nightstands get 16 slots (8x2). They're
smaller than chests because they're cheaper to make. Note that if you have
nightstands already placed, dig them up and place them again to enable their
new inventory capabilities.
2012-09-25: Added alternate recipes for most items that use dyes. Removed
Mesecons dependency from TV and stereo (uses in-built silicon lumps if Mesecons
isn't present). Replaced speakers' Mesecons Noteblocks with copper ingots from
Moreores.
2012-08-01: Added optional recipes for items that use wool to also use cotton
instead. Choose one or the other in any given recipe (you can't mix the two).
No, it isn't a Kosher thing. ;-)
2012-07-28: Noticed I technically had left/right textures swapped on a few
blocks. The textures were drawn to counteract this, without my realizing I was
doing just that. :-) Fixed. Also replaced all "tile_images" references with
"tiles", since the former is deprecated in favor of the latter.
2012-07-26: Updated to use the Vessels mod to give back empty dye bottles.
2012-07-24: Made all objects that use a dye require a more appropriate color,
made all objects that use a dye give back empty bottles on craft, made grey
shutters use the various grey paints directly. Moved this changelog out of the
forum post and into this separate file.
2012-07-12: Moved project to github.
2012-07-02: Deleted a few redundant files from the unified dyes mod.
2012-06-30: Added a fancy wood-and-glass door. Textures used here were
formerly used for (and have been replaced by new textures for) the default wood
door in my realistic texture packs.
2012-06-27: Relaxed dependency on UnifiedDyes to prevent depending on Flowers.
The mod will still use them if available; if not, you just can't craft the
various colored objects.
2012-06-26: Separated dyes into their own mod ("unifieddyes"). Added a copy of
flowers and made this mod depend on it and unified dyes. Updated all crafting
recipes to fit, got rid of the conditional code for flowers (since it is a
dependency now), removed a bunch of redundant register_craftitem code, fixed
some copy&paste errors on the window shutters. As a consequence of these
changes, white paint, titanium dioxide, and all colors of dyes will have to be
removed and replaced (but the things that depend on them are fine).
2012-06-25: Removed all of the old legacy_wallmounted references - I didn't
realize they were deprecated (and they were causing out-of-nodes issues also).
2012-06-23: Added small speaker, round brass pole, square wrought iron pole
(without connecting rungs). Fairly recent version of Minetest required for
these to work (uses nodeboxes). Note that if you've placed brass or wrought
iron poles in your world already, they will be drawn using these newer styles;
if you need the square poles and/or connecting rungs, you'll need to remove
them and craft brass/wrought iron fences instead.
2012-06-16: Tweaked terracotta roof tiles/shingles to give the 4 pieces back on
digging a 'shingle'.
2012-06-15 (a bit later): Did the same for the stereo and television and
improved them in the process.
2012-06-15: Tweaked the speaker textures, added separate images for all 6
sides.
2012-06-14: Added right-opening versions of oak and mahogany "folding" doors -
allows one to create double doors. Split the two colors into separate files.
Inspired by Calinou's update to the default doors mod - works the same way too.
:-)
2012-06-13 (a lot later): Changed the crafting recipe slightly for nightstands
- they're designated as 'oak' now. Added crafting recipe for mahogany
variants. If you've already placed nightstands into your world, you should
remove them before updating - sorry, you'll have to rebuild them due my having
had to change the node names. Added initial crafting recipes for oak and
mahogany drawers and complete dressers (dresser components are not yet useful,
work in progress. See crafts.lua for more details).
2012-06-13: Changed buckets of white paint so that the empty bucket is returned
when the bucket of paint is crafted into something else (rather than when the
bucket of paint is first created). * Fixed copy&paste error from the previous
bucket change. * Moved smelting and crafting of white paint from crafts.lua
over to dyes.lua.
2012-06-12: Multiple post-release updates over the course of the day. * Fixed
recipe collision with glass panes. * Implemented a full set of dyes derived
from flowers, updated all related crafting recipes and screenshots to match. *
Collected all dyes into one file. Changed recipes for blue and purple dyes to
something that makes a bit more sense. :-) * Tweaked oak shutters to give two
pieces on crafting. * Added alternate recipes for orange and green dyes.
2012-06-12: Initial release.

View File

@ -3316,6 +3316,24 @@ minetest.register_craft({
},
})
minetest.register_craftitem("homedecor:flower_pot_small", {
description = S("Small Flower Pot"),
inventory_image = "homedecor_flowerpot_small_inv.png"
})
minetest.register_craft( {
output = "homedecor:flower_pot_small",
recipe = {
{ "default:clay_brick", "", "default:clay_brick" },
{ "", "default:clay_brick", "" }
}
})
minetest.register_craft( {
output = "homedecor:flower_pot_small 3",
recipe = { { "homedecor:flower_pot_terracotta" } }
})
for i in ipairs(homedecor.banister_materials) do
local name = homedecor.banister_materials[i][1]

View File

@ -8,3 +8,4 @@ bees?
intllib?
bucket?
beds?
flowers?

View File

@ -99,7 +99,7 @@ function homedecor.find_ceiling(itemstack, placer, pointed_thing)
return isceiling, pos
end
if screwdriver == nil then screwdriver = {} end
screwdriver = screwdriver or {}
homedecor.plain_wood = "homedecor_generic_wood_plain.png^"..
"(homedecor_generic_wood_boards_overlay.png^[colorize:#a7682020:100)"

View File

@ -79,6 +79,46 @@ homedecor.register("flower_pot_"..p, {
})
end
local flowers_list = {
{ "Rose", "rose", "flowers:rose" },
{ "Tulip", "tulip", "flowers:tulip" },
{ "Yellow Dandelion", "dandelion_yellow", "flowers:dandelion_yellow" },
{ "White Dandelion", "dandelion_white", "flowers:dandelion_white" },
{ "Blue Geranium", "geranium", "flowers:geranium" },
{ "Viola", "viola", "flowers:viola" },
{ "Cactus", "cactus", "default:cactus" },
{ "Bonsai", "bonsai", "default:sapling" }
}
for i in ipairs(flowers_list) do
local flowerdesc = flowers_list[i][1]
local flower = flowers_list[i][2]
local craftwith = flowers_list[i][3]
homedecor.register("potted_"..flower, {
description = S("Potted flower ("..flowerdesc..")"),
mesh = "homedecor_flowerpot_small.obj",
tiles = {"homedecor_potted_"..flower..".png", "homedecor_potted.png"},
walkable = false,
groups = {snappy = 3},
sounds = default.node_sound_glass_defaults(),
selection_box = {
type = "fixed",
fixed = { -0.2, -0.5, -0.2, 0.2, 0.4, 0.2 }
}
})
minetest.register_craft({
type = "shapeless",
output = "homedecor:potted_"..flower,
recipe = { craftwith, "homedecor:flower_pot_small" }
})
minetest.register_alias("flowers:flower_"..flower.."_pot", "homedecor:potted_"..flower)
minetest.register_alias("flowers:potted_"..flower, "homedecor:potted_"..flower)
minetest.register_alias("flowers:flower_pot", "homedecor:flower_pot_small")
end
homedecor.register("pole_brass", {
description = S("Brass Pole"),
mesh = "homedecor_round_pole.obj",

View File

@ -0,0 +1,510 @@
# Blender v2.73 (sub 0) OBJ File: 'flowersplus_potted.blend'
# www.blender.org
o Plane_Plane_None
v -0.280963 0.570852 -0.280962
v -0.280963 -0.122043 -0.280962
v 0.280961 -0.122043 0.280962
v 0.280961 0.570851 0.280962
v 0.280961 0.570852 -0.280962
v 0.280961 -0.122043 -0.280962
v -0.280963 -0.122043 0.280962
v -0.280963 0.570851 0.280962
vt 0.000015 0.999998
vt 0.000016 0.000012
vt 0.999986 0.000012
vt 0.999986 0.999990
vn -0.707100 -0.000000 0.707100
vn -0.707100 -0.000000 -0.707100
g Plane_Plane_None_Plane_Plane_None_None
s off
f 1/1/1 2/2/1 3/3/1 4/4/1
f 5/1/2 6/2/2 7/3/2 8/4/2
o Cylinder.001_Cylinder.001_None
v 0.039325 -0.147239 -0.197702
v 0.039325 -0.096845 -0.197702
v 0.111989 -0.096845 -0.167603
v 0.111989 -0.147239 -0.167603
v 0.167603 -0.096845 -0.111989
v 0.167603 -0.147239 -0.111989
v 0.197702 -0.096845 -0.039325
v 0.197702 -0.147239 -0.039325
v 0.197702 -0.096845 0.039325
v 0.197702 -0.147239 0.039325
v 0.167603 -0.096845 0.111989
v 0.167603 -0.147239 0.111989
v 0.111989 -0.096845 0.167604
v 0.111989 -0.147239 0.167604
v 0.039325 -0.096845 0.197702
v 0.039325 -0.147239 0.197702
v -0.039325 -0.096845 0.197702
v -0.039325 -0.147239 0.197702
v -0.111989 -0.096845 0.167604
v -0.111989 -0.147239 0.167604
v -0.167603 -0.096845 0.111989
v -0.167603 -0.147239 0.111989
v -0.197702 -0.096845 0.039325
v -0.197702 -0.147239 0.039325
v -0.197702 -0.096845 -0.039326
v -0.197702 -0.147239 -0.039326
v -0.167603 -0.096845 -0.111989
v -0.167603 -0.147239 -0.111989
v -0.111989 -0.096845 -0.167603
v -0.111989 -0.147239 -0.167603
v -0.039325 -0.147239 -0.197702
v -0.039325 -0.096845 -0.197702
v 0.098851 -0.499995 -0.019663
v 0.000000 -0.499995 -0.000000
v -0.083802 -0.499995 0.055994
v 0.055995 -0.499995 -0.083802
v 0.055995 -0.499995 0.083802
v -0.098851 -0.499995 -0.019663
v -0.055995 -0.499995 0.083802
v -0.083802 -0.499995 -0.055995
v -0.019663 -0.499995 0.098851
v -0.055994 -0.499995 -0.083802
v 0.019663 -0.499995 0.098851
v 0.098851 -0.499995 0.019662
v 0.083802 -0.499995 0.055994
v 0.083802 -0.499995 -0.055995
v -0.098851 -0.499995 0.019662
v -0.019662 -0.499995 -0.098851
v 0.097990 -0.122042 -0.146653
v 0.097990 -0.096845 -0.146653
v 0.172989 -0.122042 0.034410
v 0.172989 -0.096845 0.034410
v 0.146653 -0.122042 -0.097990
v 0.146653 -0.096845 -0.097990
v -0.034409 -0.122042 -0.172989
v -0.034409 -0.096845 -0.172989
v -0.172989 -0.122042 0.034410
v -0.172989 -0.096845 0.034410
v -0.146653 -0.122042 0.097990
v -0.146653 -0.096845 0.097990
v 0.172989 -0.122042 -0.034410
v 0.172989 -0.096845 -0.034410
v 0.146653 -0.122042 0.097990
v 0.146653 -0.096845 0.097990
v 0.034410 -0.122042 -0.172989
v 0.034410 -0.096845 -0.172989
v -0.146653 -0.122042 -0.097990
v -0.146653 -0.096845 -0.097990
v 0.034410 -0.122042 0.172989
v 0.034410 -0.096845 0.172989
v -0.172989 -0.122042 -0.034410
v -0.172989 -0.096845 -0.034410
v -0.034410 -0.122042 0.172989
v -0.034410 -0.096845 0.172989
v 0.097990 -0.122042 0.146653
v 0.097990 -0.096845 0.146653
v -0.097990 -0.122042 -0.146653
v -0.097990 -0.096845 -0.146653
v -0.097990 -0.122042 0.146653
v -0.097990 -0.096845 0.146653
v 0.000000 -0.122042 -0.000000
v 0.019663 -0.499995 -0.098851
v 0.034410 -0.147239 -0.172989
v 0.097990 -0.147239 -0.146653
v 0.146653 -0.147239 -0.097990
v 0.172989 -0.147239 -0.034410
v 0.172989 -0.147239 0.034410
v 0.146653 -0.147239 0.097990
v 0.097990 -0.147239 0.146653
v 0.034410 -0.147239 0.172989
v -0.034410 -0.147239 0.172989
v -0.097990 -0.147239 0.146653
v -0.146653 -0.147239 0.097990
v -0.172989 -0.147239 0.034410
v -0.172989 -0.147239 -0.034410
v -0.146653 -0.147239 -0.097990
v -0.097990 -0.147239 -0.146653
v -0.034409 -0.147239 -0.172989
vt 0.156250 0.593750
vt 0.156250 0.375000
vt 0.218750 0.375000
vt 0.218750 0.593750
vt 0.925348 0.807408
vt 0.942592 0.824652
vt 0.890625 0.859375
vt 0.611122 0.768387
vt 0.602441 0.755395
vt 0.647502 0.736730
vt 0.650550 0.752055
vt 0.468750 0.656250
vt 0.406250 0.656250
vt 0.406250 0.625000
vt 0.468750 0.625000
vt 0.093750 0.656250
vt 0.093750 0.625000
vt 0.156250 0.625000
vt 0.156250 0.656250
vt 0.031250 0.656250
vt 0.031250 0.625000
vt 0.343750 0.656250
vt 0.343750 0.625000
vt 0.031250 0.593750
vt 0.968750 0.593750
vt 0.968750 0.375000
vt 0.031250 0.375000
vt 0.718750 0.656250
vt 0.718750 0.625000
vt 0.781250 0.625000
vt 0.781250 0.656250
vt 0.656250 0.656250
vt 0.656250 0.625000
vt 0.650550 0.966602
vt 0.693226 0.966602
vt 0.696274 0.981927
vt 0.647501 0.981927
vt 0.906250 0.656250
vt 0.906250 0.625000
vt 0.968750 0.625000
vt 0.968750 0.656250
vt 0.406250 0.593750
vt 0.343750 0.593750
vt 0.343750 0.375000
vt 0.406250 0.375000
vt 0.531250 0.656250
vt 0.531250 0.625000
vt 0.593750 0.625000
vt 0.593750 0.656250
vt 0.564614 0.837990
vt 0.564614 0.880667
vt 0.549289 0.883715
vt 0.549289 0.834942
vt 0.580946 0.798563
vt 0.567954 0.789882
vt 0.902818 0.798076
vt 0.656250 0.593750
vt 0.593750 0.593750
vt 0.593750 0.375000
vt 0.656250 0.375000
vt 0.951924 0.847182
vt 0.033364 0.838084
vt 0.018040 0.835036
vt 0.036704 0.789976
vt 0.049696 0.798656
vt 0.779161 0.837991
vt 0.762830 0.798563
vt 0.775821 0.789882
vt 0.794486 0.834942
vt 0.906250 0.593750
vt 0.906250 0.375000
vt 0.218750 0.625000
vt 0.218750 0.656250
vt 0.406250 0.859375
vt 0.467016 0.950317
vt 0.427588 0.966648
vt 0.794486 0.883715
vt 0.779161 0.880667
vt 0.775821 0.928775
vt 0.762830 0.920094
vt 0.210084 0.755488
vt 0.244571 0.789976
vt 0.231580 0.798656
vt 0.201403 0.768480
vt 0.384912 0.966648
vt 0.696274 0.736730
vt 0.693226 0.752055
vt 0.593750 0.687500
vt 0.656250 0.687500
vt 0.656250 0.703125
vt 0.593750 0.703125
vt 0.156250 0.687500
vt 0.218750 0.687500
vt 0.218750 0.703125
vt 0.156250 0.703125
vt 0.611122 0.950271
vt 0.602441 0.963262
vt 0.718750 0.687500
vt 0.718750 0.703125
vt 0.263236 0.883808
vt 0.244571 0.928868
vt 0.231580 0.920187
vt 0.247911 0.880760
vt 0.567954 0.928775
vt 0.580946 0.920094
vt 0.781250 0.687500
vt 0.781250 0.703125
vt 0.781250 0.593750
vt 0.718750 0.593750
vt 0.718750 0.375000
vt 0.781250 0.375000
vt 0.951924 0.871568
vt 0.071191 0.755488
vt 0.116251 0.736824
vt 0.119300 0.752149
vt 0.079872 0.768480
vt 0.298977 0.838037
vt 0.315308 0.798609
vt 0.467016 0.768433
vt 0.497192 0.798609
vt 0.210084 0.963356
vt 0.201403 0.950364
vt 0.843750 0.687500
vt 0.843750 0.703125
vt 0.468750 0.687500
vt 0.531250 0.687500
vt 0.531250 0.703125
vt 0.468750 0.703125
vt 0.071192 0.963356
vt 0.079872 0.950364
vt 0.119300 0.966695
vt 0.116252 0.982020
vt 0.942592 0.894098
vt 0.281250 0.687500
vt 0.281250 0.703125
vt 0.165024 0.982020
vt 0.161976 0.966695
vt 0.161976 0.752149
vt 0.165024 0.736824
vt 0.513523 0.838037
vt 0.531250 0.593750
vt 0.531250 0.375000
vt 0.878432 0.920674
vt 0.855901 0.911342
vt 0.843750 0.656250
vt 0.843750 0.625000
vt 0.468750 0.593750
vt 0.468750 0.375000
vt 0.031250 0.687500
vt 0.093750 0.687500
vt 0.093750 0.703125
vt 0.031250 0.703125
vt 0.406250 0.687500
vt 0.406250 0.703125
vt 0.741334 0.963262
vt 0.732653 0.950271
vt 0.018040 0.883808
vt 0.033364 0.880760
vt 0.049696 0.920188
vt 0.036704 0.928868
vt 0.315308 0.920140
vt 0.298977 0.880713
vt 0.345485 0.768433
vt 0.513523 0.880713
vt 0.855902 0.807408
vt 0.878432 0.798076
vt 0.906250 0.687500
vt 0.968750 0.687500
vt 0.968750 0.703125
vt 0.906250 0.703125
vt 0.829326 0.871568
vt 0.829326 0.847182
vt 0.247911 0.838084
vt 0.263236 0.835036
vt 0.925348 0.911342
vt 0.384912 0.752101
vt 0.902818 0.920674
vt 0.732653 0.768387
vt 0.741334 0.755395
vt 0.281250 0.625000
vt 0.281250 0.656250
vt 0.345485 0.950317
vt 0.843750 0.593750
vt 0.843750 0.375000
vt 0.281250 0.593750
vt 0.281250 0.375000
vt 0.343750 0.687500
vt 0.343750 0.703125
vt 0.093750 0.593750
vt 0.093750 0.375000
vt 0.427588 0.752101
vt 0.838658 0.894098
vt 0.838658 0.824652
vt 0.497192 0.920140
vn 0.479200 -0.817200 0.320200
vn 0.813000 -0.209500 0.543200
vn 0.959000 -0.209500 0.190800
vn 0.565300 -0.817200 0.112400
vn 0.000000 -1.000000 0.000000
vn -0.320200 -0.817200 -0.479200
vn -0.414600 -0.665700 -0.620400
vn -0.145600 -0.665700 -0.731900
vn -0.112400 -0.817200 -0.565300
vn 0.195100 0.000000 -0.980800
vn 0.555600 0.000000 -0.831500
vn 0.414600 -0.665700 -0.620400
vn 0.145600 -0.665700 -0.731900
vn 0.555600 0.000000 0.831500
vn 0.414600 -0.665700 0.620400
vn 0.620400 -0.665700 0.414600
vn 0.831500 0.000000 0.555600
vn 0.195100 0.000000 0.980800
vn 0.145600 -0.665700 0.731900
vn 0.831500 -0.000000 -0.555600
vn 0.620400 -0.665700 -0.414600
vn 0.112400 -0.817200 0.565300
vn -0.112400 -0.817200 0.565300
vn -0.190800 -0.209500 0.959000
vn 0.190800 -0.209500 0.959000
vn -0.980800 -0.000000 -0.195100
vn -0.731900 -0.665700 -0.145600
vn -0.731900 -0.665700 0.145600
vn -0.980800 -0.000000 0.195100
vn -0.831500 -0.000000 -0.555600
vn -0.620400 -0.665700 -0.414600
vn -0.145600 -0.665700 0.731900
vn -0.555600 0.000000 0.831500
vn -0.414600 -0.665700 0.620400
vn -0.195100 0.000000 0.980800
vn 0.320200 -0.817200 -0.479200
vn 0.479200 -0.817200 -0.320200
vn 0.813000 -0.209500 -0.543200
vn 0.543200 -0.209500 -0.813000
vn -0.195100 0.000000 -0.980800
vn -0.555600 0.000000 -0.831500
vn -0.565300 -0.817200 -0.112400
vn -0.565300 -0.817200 0.112400
vn -0.479200 -0.817200 -0.320200
vn -0.543200 -0.209500 -0.813000
vn -0.813000 -0.209500 -0.543200
vn 0.644500 0.753700 -0.128200
vn 0.000000 1.000000 0.000000
vn 0.546400 0.753700 -0.365100
vn 0.565300 -0.817200 -0.112400
vn 0.731900 -0.665700 -0.145600
vn -0.320200 -0.817200 0.479200
vn -0.543200 -0.209500 0.813000
vn 0.731900 -0.665700 0.145600
vn 0.980800 0.000000 0.195100
vn -0.546400 0.753700 -0.365100
vn -0.365100 0.753700 -0.546400
vn 0.112400 -0.817200 -0.565300
vn -0.831500 0.000000 0.555600
vn -0.546400 0.753700 0.365100
vn -0.365100 0.753700 0.546400
vn 0.980800 0.000000 -0.195100
vn -0.644500 0.753700 0.128200
vn -0.620400 -0.665700 0.414600
vn -0.479200 -0.817200 0.320200
vn -0.644500 0.753700 -0.128200
vn -0.959000 -0.209500 -0.190800
vn -0.959000 -0.209500 0.190800
vn 0.128200 0.753700 -0.644500
vn 0.365100 0.753700 -0.546400
vn -0.128200 0.753700 0.644500
vn 0.128200 0.753700 0.644500
vn 0.365100 0.753700 0.546400
vn 0.644500 0.753700 0.128200
vn -0.128200 0.753700 -0.644500
vn -0.190800 -0.209500 -0.959000
vn 0.190800 -0.209500 -0.959000
vn 0.320200 -0.817200 0.479200
vn 0.546400 0.753700 0.365100
vn -0.813000 -0.209500 0.543200
vn 0.959000 -0.209500 -0.190800
vn 0.543200 -0.209500 0.813000
g Cylinder.001_Cylinder.001_None_Cylinder.001_Cylinder.001_None_None_flowers_potted.png
s 1
f 96/5/3 53/6/4 52/7/5 95/8/6
f 44/9/7 54/10/7 42/11/7
f 105/12/8 38/13/9 39/14/10 106/15/11
f 10/16/12 11/17/13 12/18/14 9/19/15
f 21/20/16 22/21/17 20/22/18 19/23/19
f 23/24/20 24/25/21 22/21/17 21/20/16
f 13/26/22 14/27/23 12/18/14 11/17/13
f 98/28/24 99/29/25 49/30/26 51/31/27
f 33/32/28 34/33/29 32/34/30 31/35/31
f 35/36/32 36/37/33 34/33/29 33/32/28
f 99/38/25 98/39/24 24/40/21 26/41/34
f 27/42/35 28/43/36 26/44/34 25/45/37
f 92/46/38 93/47/39 54/48/40 44/49/41
f 40/50/42 39/51/10 38/52/9 37/53/43
f 103/54/44 102/55/45 32/56/30 34/57/29
f 104/58/46 36/59/33 38/13/9 105/12/8
f 90/60/7 44/9/7 42/11/7
f 104/61/46 105/62/8 50/63/47 48/64/48
f 54/10/7 41/65/7 42/11/7
f 66/66/49 31/67/50 29/68/50 68/69/51
f 94/70/52 93/71/39 14/72/23 16/73/53
f 100/74/54 47/75/55 49/30/26 99/29/25
f 19/23/19 20/22/18 18/76/56 17/77/57
f 89/78/50 57/79/50 73/80/50
f 94/70/52 16/73/53 18/81/56 95/82/6
f 25/45/37 26/44/34 24/25/21 23/24/20
f 95/82/6 18/81/56 20/83/18 96/84/3
f 21/85/50 19/86/50 72/87/58 84/88/59
f 63/89/50 89/78/50 73/80/50
f 9/90/15 91/91/60 106/15/11 39/14/10
f 57/92/35 61/93/61 62/94/62 58/95/63
f 67/96/22 65/97/64 66/98/49 68/99/51
f 100/100/54 99/38/25 26/41/34 28/101/36
f 61/93/61 69/102/31 70/103/65 62/94/62
f 15/104/50 13/105/50 62/106/62 70/107/65
f 30/108/66 32/56/30 102/55/45 101/109/67
f 59/110/28 60/111/68 70/103/65 69/102/31
f 102/112/45 103/113/44 46/114/69 55/115/70
f 41/65/7 52/116/7 42/11/7
f 27/117/50 25/118/50 82/119/71 88/120/72
f 89/78/50 65/121/50 67/122/50
f 89/78/50 83/123/50 71/124/50
f 11/125/50 58/126/63 62/106/62 13/105/50
f 59/110/28 71/127/32 72/128/58 60/111/68
f 63/129/20 73/130/37 74/131/73 64/132/74
f 37/133/50 86/134/75 64/135/74 40/136/50
f 52/116/7 53/137/7 42/11/7
f 79/138/57 80/139/76 66/98/49 65/97/64
f 10/140/50 74/141/73 58/126/63 11/125/50
f 78/142/77 23/143/50 21/85/50 84/88/59
f 89/78/50 71/124/50 59/144/50
f 105/62/8 106/145/11 56/146/78 50/63/47
f 49/147/7 47/148/7 42/11/7
f 29/149/61 30/150/66 28/43/36 27/42/35
f 56/146/78 106/145/11 91/151/60 90/152/79
f 81/153/12 87/154/13 88/155/72 82/156/71
f 9/19/15 39/51/10 40/50/42 10/16/12
f 85/157/16 63/129/20 64/132/74 86/158/75
f 20/83/18 22/159/17 97/160/80 96/84/3
f 92/46/38 44/49/41 90/152/79 91/151/60
f 33/161/50 80/162/76 76/163/81 35/164/50
f 89/78/50 75/165/50 79/166/50
f 89/78/50 67/122/50 87/167/50
f 89/78/50 59/144/50 69/168/50
f 50/169/7 56/170/7 42/11/7
f 83/171/43 77/172/42 78/173/77 84/174/59
f 77/172/42 81/153/12 82/156/71 78/173/77
f 98/39/24 97/160/80 22/159/17 24/40/21
f 55/175/7 46/176/7 42/11/7
f 60/177/68 17/178/50 15/104/50 70/107/65
f 45/179/7 42/11/7 53/137/7
f 87/154/13 67/96/22 68/99/51 88/155/72
f 28/101/36 30/108/66 101/109/67 100/100/54
f 72/87/58 19/86/50 17/178/50 60/177/68
f 40/136/50 64/135/74 74/141/73 10/140/50
f 89/78/50 87/167/50 81/180/50
f 51/181/7 49/147/7 42/11/7
f 71/127/32 83/171/43 84/174/59 72/128/58
f 31/35/31 32/34/30 30/150/66 29/149/61
f 93/71/39 92/182/38 12/183/14 14/72/23
f 92/182/38 91/91/60 9/90/15 12/183/14
f 37/53/43 38/52/9 36/37/33 35/36/32
f 17/77/57 18/76/56 16/184/53 15/185/64
f 89/78/50 63/89/50 85/186/50
f 90/60/7 42/11/7 56/170/7
f 101/187/67 102/112/45 55/115/70 43/188/82
f 93/47/39 94/189/52 41/190/83 54/48/40
f 15/185/64 16/184/53 14/27/23 13/26/22
f 89/78/50 79/166/50 65/121/50
f 94/189/52 95/8/6 52/7/5 41/190/83
f 75/191/19 76/192/81 80/139/76 79/138/57
f 97/193/80 98/28/24 51/31/27 45/194/84
f 104/58/46 103/54/44 34/57/29 36/59/33
f 89/78/50 81/180/50 77/195/50
f 85/157/16 86/158/75 76/192/81 75/191/19
f 43/196/7 55/175/7 42/11/7
f 104/61/46 48/64/48 46/114/69 103/113/44
f 89/78/50 85/186/50 75/165/50
f 47/148/7 43/196/7 42/11/7
f 76/163/81 86/134/75 37/133/50 35/164/50
f 100/74/54 101/187/67 43/188/82 47/75/55
f 50/169/7 42/11/7 48/197/7
f 89/78/50 77/195/50 83/123/50
f 96/5/3 97/193/80 45/194/84 53/6/4
f 89/78/50 69/168/50 61/198/50
f 25/118/50 23/143/50 78/142/77 82/119/71
f 48/197/7 42/11/7 46/176/7
f 88/120/72 68/69/51 29/68/50 27/117/50
f 66/66/49 80/162/76 33/161/50 31/67/50
f 89/78/50 61/198/50 57/79/50
f 51/181/7 42/11/7 45/179/7
f 73/130/37 57/92/35 58/95/63 74/131/73

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

View File

@ -17,7 +17,6 @@ homedecor.register("trash_can_green", {
on_punch = function(pos, node, puncher, pointed_thing)
minetest.set_node(pos, {name = "homedecor:trash_can_green_open", param2 = node.param2})
end
})
homedecor.register("trash_can_green_open", {
@ -27,6 +26,7 @@ homedecor.register("trash_can_green_open", {
groups = {snappy=3, not_in_creative_inventory=1},
selection_box = tg_cbox,
collision_box = tg_cbox,
drop = "homedecor:trash_can_green",
on_punch = function(pos, node, puncher, pointed_thing)
minetest.set_node(pos, {name = "homedecor:trash_can_green", param2 = node.param2})
end,
@ -65,7 +65,7 @@ homedecor.register("trash_can_green_open", {
inv:set_list("main", {})
minetest.sound_play("homedecor_trash_all", {to_player=sender:get_player_name(), gain = 1.0})
end
end,
end
})
local trash_cbox = {