merge server with github
@ -70,7 +70,7 @@ minetest.register_craft( {
|
||||
minetest.register_craftitem("farming:chocolate_dark", {
|
||||
description = "Bar of Dark Chocolate",
|
||||
inventory_image = "farming_chocolate_dark.png",
|
||||
on_use = minetest.item_eat(3),
|
||||
on_use = minetest.item_eat(2),
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
@ -92,7 +92,7 @@ minetest.register_node("farming:cocoa_1", {
|
||||
{items = {'farming:cocoa_beans 1'},rarity=2},
|
||||
}
|
||||
},
|
||||
selection_box = {type = "fixed",fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3},},
|
||||
selection_box = {type = "fixed",fixed = {-0.27, -0.45, -0.27, 0.27, 0.45, 0.27},},
|
||||
groups = {snappy=3,flammable=2,plant=1,not_in_creative_inventory=1,growing=1},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
@ -107,7 +107,7 @@ minetest.register_node("farming:cocoa_2", {
|
||||
{items = {'farming:cocoa_beans 1'},rarity=1},
|
||||
}
|
||||
},
|
||||
selection_box = {type = "fixed",fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3},},
|
||||
selection_box = {type = "fixed",fixed = {-0.27, -0.45, -0.27, 0.27, 0.45, 0.27},},
|
||||
groups = {snappy=3,flammable=2,plant=1,not_in_creative_inventory=1,growing=1},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
@ -125,7 +125,7 @@ minetest.register_node("farming:cocoa_3", {
|
||||
{items = {'farming:cocoa_beans 1'},rarity=2},
|
||||
}
|
||||
},
|
||||
selection_box = {type = "fixed",fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3},},
|
||||
selection_box = {type = "fixed",fixed = {-0.27, -0.45, -0.27, 0.27, 0.45, 0.27},},
|
||||
groups = {snappy=3,flammable=2,plant=1,not_in_creative_inventory=1},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 372 B |