Compare commits

...

2 Commits

Author SHA1 Message Date
2bf8f0a310 fix deprecation 2022-08-18 17:00:39 +02:00
57c1726644 _ 2022-08-13 09:21:20 +02:00
9 changed files with 5 additions and 34 deletions

View File

@@ -1 +0,0 @@
digilines

View File

@@ -0,0 +1,2 @@
name=digilines_memory
depends=digilines

View File

@@ -1,2 +0,0 @@
digilines
memorandum

View File

@@ -81,6 +81,7 @@ minetest.register_node("digiprinter:printer", {
tiles = {"digiprinter_t.png","digiprinter_bt.png","digiprinter_l.png",
"digiprinter_r.png","digiprinter_b.png","digiprinter_f.png"},
paramtype = "light",
use_texture_alpha = "clip",
paramtype2 = "facedir",
walkable = true,
groups = {snappy=3},

2
digiprinter/mod.conf Normal file
View File

@@ -0,0 +1,2 @@
name=digiprinter
depends=digilines, memorandum

View File

@@ -1,31 +0,0 @@
-- Created by jogag
-- Part of the Digiline Stuff pack
-- Mod: Plastic from homedecor, if homedecor is not installed :)
-- + Also checks for pipeworks!
-- Texture license: from VanessaE, WTFPL
if not minetest.get_modpath("homedecor") and not minetest.get_modpath("pipeworks") then
minetest.register_craftitem(":homedecor:oil_extract", {
description = "Oil extract",
inventory_image = "homedecor_oil_extract.png",
})
minetest.register_craftitem(":homedecor:paraffin", {
description = "Unprocessed paraffin",
inventory_image = "homedecor_paraffin.png",
})
minetest.register_alias("homedecor:plastic_base", "homedecor:paraffin")
minetest.register_craftitem(":homedecor:plastic_sheeting", {
description = "Plastic sheet",
inventory_image = "homedecor_plastic_sheeting.png",
})
minetest.register_alias("pipeworks:oil_extract", "homedecor:oil_extract")
minetest.register_alias("pipeworks:paraffin", "homedecor:paraffin")
minetest.register_alias("pipeworks:plastic_sheeting", "homedecor:plastic_sheeting")
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 B