sausage node added

This commit is contained in:
Grossam 2021-09-17 18:14:15 +02:00
parent fd29a434c8
commit 9190113325
4 changed files with 4443 additions and 8395 deletions

View File

@ -1,3 +1,3 @@
farming
more_farming
mobs_animals
morefarming
mobs_animal

View File

@ -33,13 +33,13 @@ minetest.register_node("pork_chop:sausage", {
is_ground_content = false,
selection_box = {
type = "fixed",
fixed = {-3 / 16, -7 / 16, -3 / 16, 3 / 16, 4 / 16, 3 / 16}
fixed = {-6 / 16, -2 / 16, -6 / 16, 5 / 16, 8 / 16, 6 / 16}
},
collision_box = {
type = "fixed",
fixed = {-3 / 16, -7 / 16, -3 / 16, 3 / 16, 4 / 16, 3 / 16}
fixed = {-6 / 16, -2 / 16, -6 / 16, 5 / 16, 8 / 16, 6 / 16}
},
on_use = minetest.item_eat(5),
groups = {oddly_breakable_by_hand = 1},
groups = {dig_immediate = 3, fleshy = 3, food_apple = 1},
sounds = default.node_sound_leaves_defaults(),
})

View File

@ -0,0 +1,20 @@
# Blender MTL File: 'sausage.blend'
# Material Count: 2
newmtl None
Ns 0
Ka 0.000000 0.000000 0.000000
Kd 0.8 0.8 0.8
Ks 0.8 0.8 0.8
d 1
illum 2
newmtl sausage
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.640000 0.640000 0.640000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2

File diff suppressed because it is too large Load Diff