fixed a naming convention and fixed dark esem textures

master
* 2018-10-21 13:19:59 -05:00
parent 75eb111405
commit b727e295ed
26 changed files with 21 additions and 18 deletions

View File

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View File

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 289 B

View File

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 167 B

View File

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 549 B

View File

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

BIN
mese/.init.lua.swp Normal file

Binary file not shown.

View File

@ -194,51 +194,54 @@ minetest.register_node("mese:corrupt_mese", {
end,]]
})
minetest.register_node("esem:stone_with_corrupt_mese", {
minetest.register_node("mese:stone_with_corrupt_mese", {
description = "Corrupt mese ore",
tiles = {"default_stone.png^esem_mineral_corrupt_mese.png"},
tiles = {"default_stone.png^mese_mineral_corrupt_mese.png"},
groups = {cracky=3, level=3},
drop = {
max_items = 4,
items = {{
rarity = 1,
items = {"esem:corrupt_mese_crystal"},
items = {"mese:corrupt_mese_crystal"},
}}
},
})
minetest.register_craftitem("esem:corrupt_mese_crystal_fragment", {
minetest.register_craftitem("mes4:corrupt_mese_crystal_fragment", {
description = "Corrupt Mese Crystal Fragment",
inventory_image = "esem_corrupt_mese_crystal_fragment.png",
inventory_image = "mese_corrupt_mese_crystal_fragment.png",
})
minetest.register_craftitem("esem:corrupt_mese_crystal", {
minetest.register_craftitem("mese:corrupt_mese_crystal", {
description = "Corrupt Mese Crystal",
inventory_image = "esem_corrupt_mese_crystal.png",
inventory_image = "mese_corrupt_mese_crystal.png",
})
minetest.register_craft({
output = 'esem:corrupt_mese_crystal',
output = 'mese:corrupt_mese_crystal',
recipe = {
{'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment'},
{'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment'},
{'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment', 'esem:corrupt_mese_crystal_fragment'},
{'mese:corrupt_mese_crystal_fragment', 'mese:corrupt_mese_crystal_fragment',
'mese:corrupt_mese_crystal_fragment'},
{'mese:corrupt_mese_crystal_fragment', 'mese:corrupt_mese_crystal_fragment',
'mese:corrupt_mese_crystal_fragment'},
{'mese:corrupt_mese_crystal_fragment', 'mese:corrupt_mese_crystal_fragment',
'mese:corrupt_mese_crystal_fragment'},
}
})
minetest.register_craft({
output = 'esem:corrupt_mese',
output = 'mese:corrupt_mese',
recipe = {
{'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal'},
{'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal'},
{'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal', 'esem:corrupt_mese_crystal'},
{'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal'},
{'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal'},
{'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal', 'mese:corrupt_mese_crystal'},
}
})
minetest.register_craft({
output = 'esem:corrupt_mese_crystal_fragment 9',
output = 'mese:corrupt_mese_crystal_fragment 9',
recipe = {
{'esem:corrupt_mese_crystal'},
{'mese:corrupt_mese_crystal'},
}
})
@ -601,4 +604,4 @@ minetest.register_ore({
clust_size = 3,
y_min = -31000,
y_max = -256,
})
})

View File

Before

Width:  |  Height:  |  Size: 476 B

After

Width:  |  Height:  |  Size: 476 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 422 B

View File

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

View File

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 453 B

View File

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

View File

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B