fixed idamonds

master
AiTechEye 2018-12-29 10:04:24 +01:00 committed by GitHub
parent 9bc637b5f2
commit 6d811b56d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -463,8 +463,7 @@ minetest.register_node("aliveai_pyramid:diamond" .. i, {
drawtype = "mesh",
paramtype = "light",
sunlight_propagates = true,
visual_scale = 0.2,
wield_scale = {x=10, y=10, z=10},
wield_scale = {x=2, y=2, z=2},
alpha = 20,
selection_box = {type = "fixed",fixed={-0.2, -0.5, -0.2, 0.2, -0.2, 0.2}},
mesh="aliveai_pyramid_diamond.obj",