Page 1 of 1

[Textures]More Protector Textures!

Posted: Thu Oct 12, 2017 11:52
by ManElevation
More Protector Textures!
Ores Protector Textures!
Modified the Textures from Protector Redo
Image
Donwload:https://github.com/ManElevation/protect ... master.zip
Github:https://github.com/ManElevation/protectortextures

Mese

Code: Select all

minetest.register_craft({
	output = "protector:protect",
	recipe = {
		{"default:stone", "default:stone", "default:stone"},
		{"default:stone", "default:mese", "default:stone"},
		{"default:stone", "default:stone", "default:stone"},
	}
})
Diamond

Code: Select all

minetest.register_craft({
	output = "protector:protect",
	recipe = {
		{"default:stone", "default:stone", "default:stone"},
		{"default:stone", "default:diamondblock", "default:stone"},
		{"default:stone", "default:stone", "default:stone"},
	}
})
Copper

Code: Select all

minetest.register_craft({
	output = "protector:protect",
	recipe = {
		{"default:stone", "default:stone", "default:stone"},
		{"default:stone", "default:copperblock", "default:stone"},
		{"default:stone", "default:stone", "default:stone"},
	}
})
Steel

Code: Select all

minetest.register_craft({
	output = "protector:protect",
	recipe = {
		{"default:stone", "default:stone", "default:stone"},
		{"default:stone", "default:steelblock", "default:stone"},
		{"default:stone", "default:stone", "default:stone"},
	}
})
Display texture!
Image

Re: [Textures]More Protector Textures!

Posted: Fri Oct 13, 2017 05:21
by |FGH|
yea it's always nice to change design not bad!A player from my server said "I would like to see a different spawn ball..maybe a diamond spawn ball"idk..id like to leave spawn ball like they are

Re: [Textures]More Protector Textures!

Posted: Thu Oct 19, 2017 16:56
by azekill_DIABLO
looks cool, it stand out more than the normal one!

Re: [Textures]More Protector Textures!

Posted: Sun Nov 12, 2017 13:33
by ManElevation
i made a mod with this textures viewtopic.php?f=9&t=18807