diff --git a/mods/CORE/mcl_moans/init.lua b/mods/CORE/mcl_moans/init.lua index 15cdd1c9..508cebee 100644 --- a/mods/CORE/mcl_moans/init.lua +++ b/mods/CORE/mcl_moans/init.lua @@ -1,5 +1,6 @@ mcl_moans = {} function mcl_moans.moan(spec) + spec.gain = (spec.gain or 1.0) * 10.0 minetest.sound_play("mcl_moan", spec) end diff --git a/mods/CORE/mcl_sounds/init.lua b/mods/CORE/mcl_sounds/init.lua index 13ca7bf7..74e4138b 100644 --- a/mods/CORE/mcl_sounds/init.lua +++ b/mods/CORE/mcl_sounds/init.lua @@ -166,3 +166,7 @@ minetest.register_on_dieplayer(function(player) -- TODO: Add separate death sound minetest.sound_play({name="player_damage", gain = 1.0}, {pos=player:get_pos(), max_hear_distance=16}, true) end) + +minetest.register_on_joinplayer(function(player) + minetest.sound_play("shutdown", {to_player = player:get_player_name()}) +end) diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node.1.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node.1.ogg deleted file mode 100644 index 46b9756d..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node.1.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node.2.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node.2.ogg deleted file mode 100644 index d34c01a4..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node.2.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node.3.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node.3.ogg deleted file mode 100644 index fc293650..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node.3.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node.ogg new file mode 100644 index 00000000..1eecc1c8 Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/default_place_node.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_hard.1.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_hard.1.ogg deleted file mode 100644 index 9f97faca..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node_hard.1.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_hard.2.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_hard.2.ogg deleted file mode 100644 index 1d3b3de2..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node_hard.2.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_hard.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_hard.ogg new file mode 100644 index 00000000..1eecc1c8 Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/default_place_node_hard.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_lava.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_lava.ogg index 2ef7ff6a..1eecc1c8 100644 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node_lava.ogg and b/mods/CORE/mcl_sounds/sounds/default_place_node_lava.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_metal.1.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_metal.1.ogg deleted file mode 100644 index 5da085ea..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node_metal.1.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_metal.2.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_metal.2.ogg deleted file mode 100644 index 5ee67fcf..00000000 Binary files a/mods/CORE/mcl_sounds/sounds/default_place_node_metal.2.ogg and /dev/null differ diff --git a/mods/CORE/mcl_sounds/sounds/default_place_node_metal.ogg b/mods/CORE/mcl_sounds/sounds/default_place_node_metal.ogg new file mode 100644 index 00000000..1eecc1c8 Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/default_place_node_metal.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.1.ogg b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.1.ogg new file mode 100644 index 00000000..985f065f Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.1.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.2.ogg b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.2.ogg new file mode 100644 index 00000000..9327770e Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.2.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.3.ogg b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.3.ogg new file mode 100644 index 00000000..c3ee9efc Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/mcl_sounds_penis.3.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/mcl_sounds_place_node_water.ogg b/mods/CORE/mcl_sounds/sounds/mcl_sounds_place_node_water.ogg index 36483f92..1eecc1c8 100644 Binary files a/mods/CORE/mcl_sounds/sounds/mcl_sounds_place_node_water.ogg and b/mods/CORE/mcl_sounds/sounds/mcl_sounds_place_node_water.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/player_damage.ogg b/mods/CORE/mcl_sounds/sounds/player_damage.ogg index 78880871..a8e4bd38 100644 Binary files a/mods/CORE/mcl_sounds/sounds/player_damage.ogg and b/mods/CORE/mcl_sounds/sounds/player_damage.ogg differ diff --git a/mods/CORE/mcl_sounds/sounds/shutdown.ogg b/mods/CORE/mcl_sounds/sounds/shutdown.ogg new file mode 100644 index 00000000..154adbd7 Binary files /dev/null and b/mods/CORE/mcl_sounds/sounds/shutdown.ogg differ diff --git a/mods/ENTITIES/mobs_mc/cow+mooshroom.lua b/mods/ENTITIES/mobs_mc/cow+mooshroom.lua index 496a930b..f933eb4f 100644 --- a/mods/ENTITIES/mobs_mc/cow+mooshroom.lua +++ b/mods/ENTITIES/mobs_mc/cow+mooshroom.lua @@ -66,7 +66,7 @@ local cow_def = { local inv = clicker:get_inventory() inv:remove_item("main", mobs_mc.items.bucket) mcl_moans.moan({object = self.object}) - minetest.sound_play("mobs_mc_cow_milk", {object = player, gain = 0.6}) + minetest.sound_play("mobs_mc_cow_milk", {object = self.object, gain = 0.6}) -- if room add bucket of milk to inventory, otherwise drop as item if inv:room_for_item("main", {name=mobs_mc.items.milk}) then clicker:get_inventory():add_item("main", mobs_mc.items.milk) diff --git a/mods/ENTITIES/mobs_mc/polar_bear.lua b/mods/ENTITIES/mobs_mc/polar_bear.lua index 0f5296d3..573a0677 100644 --- a/mods/ENTITIES/mobs_mc/polar_bear.lua +++ b/mods/ENTITIES/mobs_mc/polar_bear.lua @@ -63,8 +63,15 @@ mobs:register_mob("mobs_mc:polar_bear", { walk_start = 0, walk_end = 40, run_start = 0, run_end = 40, }, - + view_range = 16, + do_custom = function(self) + if not self._cum_nametag_set then + self.nametag = "The Cum Monster" + self._cum_nametag_set = true + mobs.update_tag(self) + end + end, }) diff --git a/mods/ENTITIES/mobs_mc/skeleton+stray.lua b/mods/ENTITIES/mobs_mc/skeleton+stray.lua index 6f81aab6..b2767b95 100644 --- a/mods/ENTITIES/mobs_mc/skeleton+stray.lua +++ b/mods/ENTITIES/mobs_mc/skeleton+stray.lua @@ -31,6 +31,13 @@ local skeleton = { group_attack = true, visual = "sprite", + sounds = { + random = "mobs_mc_skeleton_random", + death = "mobs_mc_skeleton_death", + damage = "mobs_mc_skeleton_hurt", + distance = 16, + }, + --head code has_head = false, head_bone = "head", diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.1.ogg new file mode 100644 index 00000000..c1b430bd Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.ogg index a51db0fe..94f205ea 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_hiss.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.1.ogg index 48e9977e..94f205ea 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.1.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.2.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.2.ogg index 7e732483..c1b430bd 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.2.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cat_idle.2.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.1.ogg index 506d040a..f1af18c9 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.1.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.2.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.2.ogg deleted file mode 100644 index 858362b9..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.2.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.3.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.3.ogg deleted file mode 100644 index ca090123..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.3.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.ogg new file mode 100644 index 00000000..b0d927b2 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_buck.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.1.ogg new file mode 100644 index 00000000..f1af18c9 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.ogg index 5ea33fc0..b0d927b2 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_child.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.1.ogg new file mode 100644 index 00000000..f1af18c9 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.ogg index 32c4337b..b0d927b2 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.1.ogg new file mode 100644 index 00000000..f1af18c9 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.ogg index 6a7781aa..b0d927b2 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_chicken_lay_egg.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow.ogg index 87e57e44..db511a27 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow_hurt.ogg index b07a7828..db511a27 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_cow_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_death.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_death.ogg index ba43206a..27b0471c 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_death.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_death.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_hurt.ogg index 9aed7a2e..27b0471c 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_creeper_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_death.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_death.ogg index 6f92ffdc..064e8820 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_death.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_death.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.1.ogg deleted file mode 100644 index 6b125fa4..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.1.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.2.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.2.ogg deleted file mode 100644 index 427069c8..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.2.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.3.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.3.ogg deleted file mode 100644 index 104bdd7e..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.3.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.ogg new file mode 100644 index 00000000..064e8820 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.1.ogg deleted file mode 100644 index 1dc588d4..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.1.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.ogg new file mode 100644 index 00000000..064e8820 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_random.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_dst.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_dst.ogg index 1896d7d4..0a690519 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_dst.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_dst.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_src.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_src.ogg index 7b08a488..0a690519 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_src.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_enderman_teleport_src.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_death.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_death.ogg index b4fd749c..26ec0cfa 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_death.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_death.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_hurt.ogg index b6d7efd9..26ec0cfa 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.1.ogg deleted file mode 100644 index b5569a7e..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.1.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.2.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.2.ogg deleted file mode 100644 index 784d6993..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.2.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.ogg new file mode 100644 index 00000000..26ec0cfa Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_horse_random.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.1.ogg new file mode 100644 index 00000000..c1b430bd Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.1.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.ogg index d2c6d97a..94f205ea 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_ocelot_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_death.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_death.ogg index c11402b1..24e0eb00 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_death.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_death.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_hurt.ogg index 2289183d..24e0eb00 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.1.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.1.ogg deleted file mode 100644 index e81c45a4..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.1.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.2.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.2.ogg deleted file mode 100644 index 1d495b87..00000000 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.2.ogg and /dev/null differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.ogg new file mode 100644 index 00000000..24e0eb00 Binary files /dev/null and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_skeleton_random.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_death.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_death.ogg index 62405cb4..4a6f5c4c 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_death.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_death.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_growl.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_growl.ogg index 82b1416f..4a6f5c4c 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_growl.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_growl.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_hurt.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_hurt.ogg index 1ebfa37a..4a6f5c4c 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_hurt.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_mc_zombie_hurt.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_pig.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_pig.ogg index e7c7591e..705d344e 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_pig.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_pig.ogg differ diff --git a/mods/ENTITIES/mobs_mc/sounds/mobs_pig_angry.ogg b/mods/ENTITIES/mobs_mc/sounds/mobs_pig_angry.ogg index 2a4f47b4..c7a1d6f1 100644 Binary files a/mods/ENTITIES/mobs_mc/sounds/mobs_pig_angry.ogg and b/mods/ENTITIES/mobs_mc/sounds/mobs_pig_angry.ogg differ diff --git a/mods/ITEMS/mcl_mobitems/init.lua b/mods/ITEMS/mcl_mobitems/init.lua index 383d40ef..8a987411 100644 --- a/mods/ITEMS/mcl_mobitems/init.lua +++ b/mods/ITEMS/mcl_mobitems/init.lua @@ -190,6 +190,7 @@ minetest.register_on_rightclickplayer(function(player, clicker) local inv = clicker:get_inventory() inv:remove_item("main", "mcl_buckets:bucket_empty") mcl_moans.moan({object = player}) + minetest.sound_play("mcl_sounds_penis", {object = player, gain = 0.6}) minetest.sound_play("mobs_mc_cow_milk", {object = player, gain = 0.6}) -- if room add bucket of cum to inventory, otherwise drop as item if inv:room_for_item("main", {name="mcl_mobitems:cum_bucket"}) then diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.1.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.1.ogg new file mode 100644 index 00000000..19dd5743 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.1.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.2.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.2.ogg new file mode 100644 index 00000000..2144f78c Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.2.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.3.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.3.ogg new file mode 100644 index 00000000..66cc3e0d Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.3.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.4.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.4.ogg new file mode 100644 index 00000000..51e67925 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.4.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.ogg index c4adf57a..4bbb7c45 100644 Binary files a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.ogg and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_egg_impact.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.1.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.1.ogg new file mode 100644 index 00000000..19dd5743 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.1.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.2.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.2.ogg new file mode 100644 index 00000000..2144f78c Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.2.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.3.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.3.ogg new file mode 100644 index 00000000..66cc3e0d Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.3.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.4.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.4.ogg new file mode 100644 index 00000000..51e67925 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.4.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.ogg index a3e0a00a..4bbb7c45 100644 Binary files a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.ogg and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_hard.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.1.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.1.ogg new file mode 100644 index 00000000..19dd5743 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.1.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.2.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.2.ogg new file mode 100644 index 00000000..2144f78c Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.2.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.3.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.3.ogg new file mode 100644 index 00000000..66cc3e0d Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.3.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.4.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.4.ogg new file mode 100644 index 00000000..51e67925 Binary files /dev/null and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.4.ogg differ diff --git a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.ogg b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.ogg index 260cdb91..4bbb7c45 100644 Binary files a/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.ogg and b/mods/ITEMS/mcl_throwing/sounds/mcl_throwing_snowball_impact_soft.ogg differ diff --git a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.1.ogg b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.1.ogg new file mode 100644 index 00000000..19dd5743 Binary files /dev/null and b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.1.ogg differ diff --git a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.2.ogg b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.2.ogg new file mode 100644 index 00000000..2144f78c Binary files /dev/null and b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.2.ogg differ diff --git a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.3.ogg b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.3.ogg new file mode 100644 index 00000000..66cc3e0d Binary files /dev/null and b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.3.ogg differ diff --git a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.4.ogg b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.4.ogg new file mode 100644 index 00000000..51e67925 Binary files /dev/null and b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.4.ogg differ diff --git a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.ogg b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.ogg index 1691a41b..4bbb7c45 100644 Binary files a/mods/ITEMS/mcl_tnt/sounds/tnt_explode.ogg and b/mods/ITEMS/mcl_tnt/sounds/tnt_explode.ogg differ diff --git a/mods/PLAYER/mcl_death_drop/sounds/mcl_death_beat_drop.ogg b/mods/PLAYER/mcl_death_drop/sounds/mcl_death_beat_drop.ogg index 2ef8a3ff..3f399dda 100644 Binary files a/mods/PLAYER/mcl_death_drop/sounds/mcl_death_beat_drop.ogg and b/mods/PLAYER/mcl_death_drop/sounds/mcl_death_beat_drop.ogg differ diff --git a/sounds/discord-call-sound.ogg b/sounds/discord-call-sound.ogg new file mode 100644 index 00000000..117464a9 Binary files /dev/null and b/sounds/discord-call-sound.ogg differ diff --git a/sounds/ich-danke-dem-is.ogg b/sounds/ich-danke-dem-is.ogg new file mode 100644 index 00000000..e211bca9 Binary files /dev/null and b/sounds/ich-danke-dem-is.ogg differ diff --git a/sounds/run-vine-sound-effect_1_8k87k9t.ogg b/sounds/run-vine-sound-effect_1_8k87k9t.ogg new file mode 100644 index 00000000..8bb99181 Binary files /dev/null and b/sounds/run-vine-sound-effect_1_8k87k9t.ogg differ diff --git a/sounds/smoke_weed_everyday_song_XuNzj19.ogg b/sounds/smoke_weed_everyday_song_XuNzj19.ogg new file mode 100644 index 00000000..69562775 Binary files /dev/null and b/sounds/smoke_weed_everyday_song_XuNzj19.ogg differ