Move ice dug sound from MTG default mod to x_farming

master
Juraj Vajda 2021-04-05 09:09:10 -04:00
parent c47efc63f2
commit 8219352878
3 changed files with 7 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Hunger points in the description assume that you have [hbhubger](https://forum.m
- adds food source to almost every biome, allows traveling the world without relying on apples only
- block farming, instead of food items, blocks can be harvested/crafted and used for building or decoration
- adds ice fishing - farming fish based on biomes and amount of ice around
- farming on different block than dirt, e.g. obsidian, jungle tree..
- farming in dark, no need for light for farming, e.g. obsidian wart
- vertical farming, e.g. farming cocoa on jungle tree trunk
@ -19,7 +20,7 @@ Hunger points in the description assume that you have [hbhubger](https://forum.m
- food items can heal or poison you
- some food items can be placed and used as decoration
- some food items can grow back on trees/cactus after harvesting
- using combination of snow block and pumpik can spawn snowman mob
- using combination of snow block and pumpkin can spawn snowman mob
- mod is lightweight and optimized for servers
- plants and trees are spawning as decoration troughout the world (see biomes below)
- stairs and slabs for all new blocks
@ -788,6 +789,10 @@ GNU Lesser General Public License v2.1 or later (see included LICENSE file)
- x_farming_x_bonemeal_grow.ogg
**MIT**
- x_farming_ice_dug.ogg (MTG)
## Installation
see: http://wiki.minetest.com/wiki/Installing_Mods

View File

@ -874,7 +874,7 @@ minetest.register_tool("x_farming:ice_auger", {
-- turn the node into soil and play sound
minetest.set_node(pt.under, {name = "x_farming:drilled_ice"})
minetest.sound_play("default_ice_dug", {
minetest.sound_play("x_farming_ice_dug", {
pos = pt.under,
gain = 0.5,
}, true)

Binary file not shown.