Skip to content

Commit 84c2624

Browse files
committed
New door textures
- clean up README.txt of buckets mod - buckets not shown in creative inventory
1 parent 4654315 commit 84c2624

File tree

10 files changed

+17
-27
lines changed

10 files changed

+17
-27
lines changed

mods/bucket/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image, name
3838
inventory_image = inventory_image,
3939
stack_max = 1,
4040
liquids_pointable = true,
41+
groups = {not_in_creative_inventory = 1},
4142
on_place = function(itemstack, user, pointed_thing)
4243
if pointed_thing.type ~= "node" then
4344
return

mods/doors/README.txt

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.3
55
License of source code:
66
-----------------------
77
Copyright (C) 2012 PilzAdam
8-
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
8+
modified by BlockMen (added sounds)
99

1010
This program is free software. It comes without any warranty, to
1111
the extent permitted by applicable law. You can redistribute it
@@ -15,32 +15,21 @@ http://sam.zoy.org/wtfpl/COPYING for more details.
1515

1616
License of textures
1717
--------------------------------------
18-
following Textures created by Fernando Zapata (CC BY-SA 3.0):
19-
door_wood.png
20-
door_wood_a.png
21-
door_wood_a_r.png
22-
door_wood_b.png
23-
door_wood_b_r.png
24-
25-
following Textures created by BlockMen (WTFPL):
26-
door_trapdoor.png
27-
door_obsidian_glass_side.png
28-
29-
following textures created by celeron55 (CC BY-SA 3.0):
30-
door_trapdoor_side.png
31-
door_glass_a.png
32-
door_glass_b.png
33-
34-
following Textures created by PenguinDad (CC BY-SA 4.0):
35-
door_glass.png
36-
door_obsidian_glass.png
37-
38-
All other textures (created by PilzAdam): WTFPL
39-
18+
Esteban (WTFPL):
19+
door_brown.png
20+
door_grey.png
21+
door_steel_a.png
22+
door_steel_b.png
23+
door_wood_a.png
24+
door_wood_b.png
25+
26+
Krock (WTFPL):
27+
door_steel.png
28+
door_wood.png
4029

4130
License of sounds
4231
--------------------------------------
43-
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
44-
door_open.ogg
45-
Closing-Sound created by bennstir (CC BY 3.0)
46-
door_close.ogg
32+
CGEffex (CC BY 3.0): modified by BlockMen
33+
door_open.ogg
34+
bennstir (CC BY 3.0):
35+
door_close.ogg

mods/doors/textures/door_brown.png

15 Bytes
Loading

mods/doors/textures/door_grey.png

-17 Bytes
Loading

mods/doors/textures/door_steel.png

357 Bytes
Loading
282 Bytes
Loading
73 Bytes
Loading

mods/doors/textures/door_wood.png

243 Bytes
Loading
192 Bytes
Loading
223 Bytes
Loading

0 commit comments

Comments
 (0)