new textures and sound

This commit is contained in:
berengma 2017-09-18 08:10:42 +02:00
parent 3f6d950bce
commit ac19f1ce80
4 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# farming_nextGen
Credits:
tm3 for painting the seeder texture
This mod will give you the rechargeable
seeder.

View File

@ -1,3 +1,11 @@
--*******************************************************
--**** The Seeder
--**** All coding made by Gundul except recursive_dig
--**** was taken from technic:chainsaw mod coded by
--**** Maciej Kasatkin (RealBadAngel)
--*******************************************************
-- Configuration
local seeder_max_charge = 30000 -- Maximum charge of the seeder
@ -239,7 +247,7 @@ end
local function seeder_dig(pos, current_charge, seednum, seedstack, user)
-- Start sawing things down
local remaining_charge, seednum, seedstack = recursive_dig(pos, current_charge, seednum, seedstack, user)
minetest.sound_play("chainsaw", {pos = pos, gain = 1.0, max_hear_distance = 10})
minetest.sound_play("farming_nextgen_seeder", {pos = pos, gain = 1.0, max_hear_distance = 10})
return remaining_charge, seednum, seedstack
end

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 624 B

After

Width:  |  Height:  |  Size: 650 B