Add files via upload

master
zmv7 2022-04-22 11:08:18 +05:00 committed by GitHub
parent cf0fa24602
commit f0140cebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 0 deletions

15
init.lua Normal file
View File

@ -0,0 +1,15 @@
armor:register_armor("eboots:boots_etherium", {
description = "Etherium crystal boots",
inventory_image = "eboots_inv_boots_etherium.png",
groups = {armor_feet=1, armor_heal=12, armor_use=100, physics_speed=2,physics_jump=0.5,physics_gravity=-0.8, armor_fire=1},
armor_groups = {fleshy=15},
damage_groups = {cracky=2, snappy=1, level=3},
})
minetest.register_craft({
output = "eboots:boots_etherium",
recipe = {
{"ethereal:etherium_dust", "ethereal:etherium_dust", "ethereal:etherium_dust"},
{"ethereal:crystal_block", "ethereal:etherium_dust", "ethereal:crystal_block"},
{"ethereal:crystal_block","ethereal:etherium_dust","ethereal:crystal_block"},
},
})

2
mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = eboots
depends = 3d_armor, ethereal

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B