update
This commit is contained in:
parent
19be5362ee
commit
69190e2eb8
6 changed files with 15 additions and 2 deletions
|
@ -8,7 +8,7 @@ https://forum.minetest.net/viewtopic.php?id=8890
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
|
|
||||||
- 1.0 - Re-Added glazed terracotta blocks when you cook baked clay in furnace (thanks Amara2_MK)
|
- 1.0 - Re-Added glazed terracotta blocks when you cook baked clay in furnace (thanks Amara2_MK), added support for sofar's flowerpot mod
|
||||||
- 0.9 - Baked clay now works in the technic cnc machine
|
- 0.9 - Baked clay now works in the technic cnc machine
|
||||||
- 0.8 - Cooking clay block in furnace gives natural baked clay which you can dye
|
- 0.8 - Cooking clay block in furnace gives natural baked clay which you can dye
|
||||||
- 0.7 - Added support for stairsplus so that stairs are registered properly
|
- 0.7 - Added support for stairsplus so that stairs are registered properly
|
||||||
|
|
|
@ -3,3 +3,4 @@ stairs
|
||||||
moreblocks?
|
moreblocks?
|
||||||
lucky_block?
|
lucky_block?
|
||||||
technic_cnc?
|
technic_cnc?
|
||||||
|
flowerpot?
|
||||||
|
|
|
@ -405,5 +405,14 @@ end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- flowerpot mod
|
||||||
|
|
||||||
|
if minetest.get_modpath("flowerpot") then
|
||||||
|
flowerpot.register_node("bakedclay:delphinium")
|
||||||
|
flowerpot.register_node("bakedclay:thistle")
|
||||||
|
flowerpot.register_node("bakedclay:lazarus")
|
||||||
|
flowerpot.register_node("bakedclay:mannagrass")
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
print ("[MOD] Baked Clay loaded")
|
print ("[MOD] Baked Clay loaded")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name = bakedclay
|
name = bakedclay
|
||||||
depends = default
|
depends = default
|
||||||
optional_depends = stairs, moreblocks, lucky_block, technic_cnc
|
optional_depends = stairs, moreblocks, lucky_block, technic_cnc, flowerpot
|
||||||
description = Adds the ability to bake clay into blocks and colour them with dye.
|
description = Adds the ability to bake clay into blocks and colour them with dye.
|
||||||
|
|
3
mods/skinsdb/meta/character_2096.txt
Normal file
3
mods/skinsdb/meta/character_2096.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
KLP37 skin
|
||||||
|
KirbyLP37#6969
|
||||||
|
CC BY-SA 3.0
|
BIN
mods/skinsdb/textures/character_2096.png
Normal file
BIN
mods/skinsdb/textures/character_2096.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in a new issue